--- style.css 2009/04/14 12:43:07 6 +++ style.css 2009/04/18 23:35:57 25 @@ -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,10 +51,26 @@ 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; + height: 20em; + overflow: auto; } + +.changed { + background: #fdd; +} +