--- trunk/static/frey.css 2008/10/31 17:27:39 211 +++ trunk/static/frey.css 2008/11/06 20:56:44 327 @@ -75,12 +75,61 @@ margin: 3px; } -.frey-object-browser tr td { +/* Frey::Instrospect */ + +.frey-introspect tr th { + border-bottom: 1px dashed #ccc; +} + +/* stop header from jumping around because of hover popup */ +.frey-introspect tr th.p { + text-align: left; +} + +.frey-introspect tr td { vertical-align: top; } +.frey-introspect tr td.m { + padding-right: 1em; + font-family: monospace; +} + +.frey-introspect tr .a { + border-left: 1px dashed #ccc; + padding-left: 1em; +} + +.frey-introspect tr td.a { + text-align: right; + font-family: monospace; +} + +.frey-introspect tr td.t { + font-family: monospace; + padding-left: 1em; +} + +.frey-introspect tr:hover { + background: #ffc; +} + +.frey-introspect sup { + color: #ccc; +} + /* fix POD =head parts */ a.u { text-decoration: none; color: black; } + +/* Frey::Dumper */ + +.frey-dumper { + color: #aaa; +} + +.frey-dumper span { + color: #000; +}