--- style.css 2009/04/18 14:08:52 21 +++ style.css 2009/04/18 14:18:48 22 @@ -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 { @@ -51,7 +55,7 @@ display: none; } -.close { +.right { float: right !important; }