--- trunk/static/frey.css 2008/10/28 21:24:07 198 +++ trunk/static/frey.css 2008/10/30 22:35:11 206 @@ -13,6 +13,13 @@ .frey-popup { color: #00f; + border: 1px dashed #eee; + padding: 3px; +} + +.frey-popup:hover { + background: #eee; + border: 1px solid #ccc; } .frey-popup:hover span { @@ -21,16 +28,32 @@ right: 0; display: block; z-index: 30; + background: #eee; } -.frey-popup span { +.frey-popup pre { display: none; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; font-family: monospace; +} + +.frey-popup span { + display: none; +/* + padding: 1em; +*/ color: #000; background: #eee; border: 1px solid #aaa; - padding: 1em; } + +.frey-popup span ul { + margin: 0; +} + +.frey-object-browser tr td { + vertical-align: top; +} +