X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=default.css;h=d744c66e709c26c5abf2ff1314c109cb8e3dcb4c;hb=HEAD;hp=161f61f15868181892fd1bc4c6d56661faeb91c1;hpb=ee49ee74b2a7d3c6daaa2d4bc6397b0c89e3099b;p=timetracker.git diff --git a/default.css b/default.css index 161f61f1..d744c66e 100644 --- a/default.css +++ b/default.css @@ -33,19 +33,28 @@ a:visited { text-decoration: none; } a:hover { text-decoration: underline; } +html { + overflow-y: scroll; +} + body { font-size: 10pt; - font-family: verdana; + font-family: Verdana, sans-serif; background-color: white; } -table { font-size: 10pt; font-family: verdana; } - -input, button { font-size: 10pt; font-family: verdana; } +table { font-size: 10pt; font-family: Verdana, sans-serif; } -textarea { font-size: 10pt; font-family: verdana; } +input, button, select, textarea { + font-size: 10pt; + font-family: Verdana, sans-serif; + margin: 2px 2px 2px 2px; + padding: 2px 5px 2px 5px; +} -select{ font-size: 10pt; font-family: verdana; } +input[type=checkbox], label { + vertical-align: middle; +} .pageTitle { font-size: 12pt; @@ -54,37 +63,39 @@ select{ font-size: 10pt; font-family: verdana; } } .systemMenu { - font-size: 12pt; + font-size: 11pt; font-weight: bold; - color: #ffffff; - background-color: #000000; + color: white; + background-color: black; + margin: 2px 4px 2px 4px; } .mainMenu { - font-size: 12pt; + font-size: 11pt; color: #444444; + margin: 2px 4px 2px 4px; +} + +.onBehalf { + font-weight: bold; } .tableHeader { font-weight: bold; text-align: left; - color: #000000; - background-color: #a6ccf7; } .tableHeaderCentered { font-weight: bold; text-align: center; - color: #000000; - background-color: #a6ccf7; } .rowReportItem { - background-color: #ccccce; + background-color: #f5f5f5; } .rowReportItemAlt { - background-color: #f5f5f5; + background-color: #ffffff; } .rowReportSubtotal { @@ -114,11 +125,7 @@ select{ font-size: 10pt; font-family: verdana; } .sectionHeader { font-weight: bold; - border-bottom: 1px solid silver; -} - -.borderTop td { - border-top: 1px solid silver; + border-bottom: 1px solid lightgray; } .sectionHeaderNoBorder { @@ -126,12 +133,10 @@ select{ font-size: 10pt; font-family: verdana; } } .error { - font-weight: bold; color: red; } .info_message { - font-weight: bold; color: #0000c0; } @@ -142,7 +147,22 @@ table.divider { width: 720px; } -div#LoginAboutText { width:400px; } +div#LoginAboutText { width: 400px; } + +.uncompleted-entry { + display: inline-block; + height: 8px; + width: 8px; + border: 1px solid rgba(0, 0, 0, .1); + border-radius: 50%; + background-color: rgba(0, 0, 0, .1); +} +.uncompleted-entry.active { background-color: red; } + +.table_icon { + height: 16px; + width: 16px; +} /* Mobile styles */ .mobile-table { @@ -152,7 +172,7 @@ div#LoginAboutText { width:400px; } } .mobile-textarea { - width: 100%; + width: 100%; resize: vertical; height: 5em; } @@ -173,4 +193,3 @@ div#LoginAboutText { width:400px; } .mobile-table-details td { padding: 3px; } -