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