--- style.css 2009/04/14 19:54:56 10 +++ style.css 2009/04/18 14:18:48 22 @@ -6,10 +6,14 @@ #sql { background: #eee; padding: 1em 1em; + display: none; + float: right; +} + +.fixed { position: fixed; top: 1em; right: 1em; - display: none; } #sql.visible { @@ -47,17 +51,24 @@ margin-left: 3ex; } -input[name=add_group_by] { +input[name=lookup_col] { display: none; } -.close { - float: right; +.right { + float: right !important; } div#lookup { float: left; clear: left; display: none; + border: 1px solid #888; + width: 100%; + margin-bottom: 1em; +} + +.changed { + background: #fdd; }