X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=default.css;h=62032fca11e5c85035482c643c1bed20b4feb393;hb=a02116087a4ceb41287639d8e7fd79e65b8e257e;hp=da54b7e2cecc3646e275fe7a6029e23b7093adc9;hpb=098a79f0819ebb89b7d48df4a6b154af4560f68e;p=timetracker.git diff --git a/default.css b/default.css index da54b7e2..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,5 +135,11 @@ select{ font-size: 10pt; font-family: verdana; } color: #0000c0; } -div#LoginAboutText { width:400px; } +.divider { + background-color: #efefef; +} +table.divider { + width: 720px; +} +div#LoginAboutText { width:400px; }