--- trunk/static/frey.css 2008/07/17 17:55:39 156 +++ trunk/static/frey.css 2008/10/28 21:24:07 198 @@ -1,11 +1,36 @@ .frey-status-line { + 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; +} + +.frey-popup { + color: #00f; +} + +.frey-popup:hover span { + position: relative; top: 0; - left: 0; + right: 0; display: block; - padding: 3px; - background: #fff; - border: #ccc solid 1px; - font-size: 80%; + z-index: 30; } +.frey-popup span { + display: none; + white-space: pre-wrap; + white-space: -moz-pre-wrap; + white-space: -o-pre-wrap; + font-family: monospace; + color: #000; + background: #eee; + border: 1px solid #aaa; + padding: 1em; +}