--- trunk/static/frey.css 2008/12/02 18:29:01 685 +++ trunk/static/frey.css 2009/02/03 20:55:45 1033 @@ -18,7 +18,7 @@ filter: alpha(opacity=100); } -.frey-status-line .right { +.frey-status-right { position: absolute; right: 0.5em; } @@ -131,6 +131,15 @@ padding-left: 1em; } +.frey-introspect tr td.p { + font-size: 80%; +} + +.frey-introspect tr td.p code { + font-size: 120%; + font-weight: bold; +} + .frey-introspect tr:hover { background: #ffc; } @@ -220,6 +229,11 @@ color: #aaa; } +.frey-info { + background: #ccf; + padding: 0.5em; +} + .frey-error { background: #ffc; padding: 0.5em;