--- style.css 2009/04/13 14:26:46 1 +++ style.css 2009/04/14 12:43:07 6 @@ -1,14 +1,20 @@ +#status { + background: #ffd; + display: block; +} + #sql { background: #eee; padding: 1em 1em; position: fixed; top: 1em; right: 1em; - z-index: 10; - opacity: .2; + display: none; } -#sql:hover { - opacity: 1; + +#sql.visible { + z-index: 10; + display: block; } /* short name to minimize generated html length */ @@ -35,6 +41,16 @@ width: 9ex; } -label input[type=checkbox] { - margin-left: 5ex; +label input[type=checkbox], +select[name=where_column] { + clear: left; + margin-left: 3ex; +} + +input[name=add_group_by] { + display: none; +} + +.close { + float: right; }