X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=default.css;h=62032fca11e5c85035482c643c1bed20b4feb393;hb=ff71ab051012b2ac0664f08603b8c6455feba5db;hp=a24eda7bb0078beec6d96d72a73d65c1ef0a52ce;hpb=e4896c39b96b7ff311d61a36cf9128ebb305a24b;p=timetracker.git diff --git a/default.css b/default.css index a24eda7b..62032fca 100644 --- a/default.css +++ b/default.css @@ -117,6 +117,10 @@ select{ font-size: 10pt; font-family: verdana; } border-bottom: 1px solid silver; } +.borderTop td { + border-top: 1px solid silver; +} + .sectionHeaderNoBorder { font-weight: bold; } @@ -131,4 +135,11 @@ select{ font-size: 10pt; font-family: verdana; } color: #0000c0; } +.divider { + background-color: #efefef; +} +table.divider { + width: 720px; +} + div#LoginAboutText { width:400px; }