--- style.css 2009/04/13 17:55:51 2 +++ 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,3 +51,26 @@ margin-left: 3ex; } +input[name=lookup_col] { + display: none; +} + +.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; +} +