X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/098a79f0819ebb89b7d48df4a6b154af4560f68e..a8ef8ed3ff0aca2d4429b08cc7ff37bd273f4547:/default.css 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; }