--- trunk/static/frey.css 2008/10/31 17:27:39 211 +++ trunk/static/frey.css 2008/10/31 19:59:16 215 @@ -75,10 +75,36 @@ margin: 3px; } +/* Frey::ObjectBrowser */ + +.frey-object-browser tr th { + border-bottom: 1px dashed #ccc; +} + +/* stop header from jumping around because of hover popup */ +.frey-object-browser tr th.p { + text-align: left; +} + .frey-object-browser tr td { vertical-align: top; } +.frey-object-browser tr td.m { + padding-right: 1em; + font-family: monospace; +} + +.frey-object-browser tr .a { + border-left: 1px dashed #ccc; + padding-left: 1em; +} + +.frey-object-browser tr td.a { + text-align: right; + font-family: monospace; +} + /* fix POD =head parts */ a.u { text-decoration: none;