diff -r 69e26359f2c8 -r cf829ec742b3 src/main/webapp/css/site.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/webapp/css/site.css Sun Apr 03 15:55:02 2011 +0200 @@ -0,0 +1,42 @@ +/* + * Copyright 2011 Tomas Zeman + */ + +.list { + border-collapse: collapse; +} + +.list td, .list thead th { + border: 1px solid black; +} + +.attr-name { + font-weight: bold; + width: 150px; +} + +.attr-name-wide { + font-weight: bold; + width: 230px; +} + + +.attr-value { +} + +.form-name { + font-weight: bold; + width: 150px; +} + +.form-value { +} + +td.td-right { + text-align: right; +} + +/* fix for active sf-menu item in span tag */ +.sf-menu span { + padding: 0.75em 1em; +}