X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=default.css;h=611d4255759464d3359909765556906921b16045;hb=bbeceada71e2e43cbe77dd903ccab35519aa3d7f;hp=da54b7e2cecc3646e275fe7a6029e23b7093adc9;hpb=098a79f0819ebb89b7d48df4a6b154af4560f68e;p=timetracker.git diff --git a/default.css b/default.css index da54b7e2..611d4255 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,51 @@ select{ font-size: 10pt; font-family: verdana; } color: #0000c0; } +.divider { + background-color: #efefef; +} +table.divider { + width: 720px; +} + 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; } + +/* Mobile styles */ +.mobile-table { + border: 0; + width: 100%; + border-spacing: 0; +} + +.mobile-textarea { + width: 100%; + resize: vertical; + height: 5em; +} + +.mobile-input { + width: 100%; +} + +.mobile-table-details { + width: 100%; + table-layout: fixed; + overflow-wrap: break-word; + word-wrap: break-word; + border-spacing: 1px; + border: 0; +} + +.mobile-table-details td { + padding: 3px; +}