--- trunk/static/frey.css 2008/07/17 17:55:39 156 +++ trunk/static/frey.css 2008/10/28 18:25:34 194 @@ -1,11 +1,13 @@ .frey-status-line { - position: fixed; - top: 0; - left: 0; - display: block; - padding: 3px; - background: #fff; - border: #ccc solid 1px; + border-top: 1px solid #aaa; + color: #444; + background-color: #eee; font-size: 80%; + padding: 2px; + bottom: 0; + left: 0; + right: 0; + position: fixed; + z-index: 20; }