--- style.css 2009/04/14 20:53:44 11 +++ 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,12 +51,12 @@ margin-left: 3ex; } -input[name=add_group_by] { +input[name=lookup_col] { display: none; } -.close { - float: right; +.right { + float: right !important; } div#lookup { @@ -60,11 +64,13 @@ clear: left; display: none; border: 1px solid #888; - background: #fee; width: 100%; margin-bottom: 1em; + height: 20em; + overflow: auto; } .changed { - background: #fcc; + background: #fdd; } +