X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=default.css;h=b1b7ec3663af8f1b05dda1f5aa1065ff1b8bc580;hb=ad707342d0ab5a7f6fc6ceda9ba3deb408f5ac08;hp=161f61f15868181892fd1bc4c6d56661faeb91c1;hpb=ee49ee74b2a7d3c6daaa2d4bc6397b0c89e3099b;p=timetracker.git diff --git a/default.css b/default.css index 161f61f1..b1b7ec36 100644 --- a/default.css +++ b/default.css @@ -33,6 +33,10 @@ a:visited { text-decoration: none; } a:hover { text-decoration: underline; } +html { + overflow-y: scroll; +} + body { font-size: 10pt; font-family: verdana; @@ -144,6 +148,16 @@ table.divider { 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; @@ -152,7 +166,7 @@ div#LoginAboutText { width:400px; } } .mobile-textarea { - width: 100%; + width: 100%; resize: vertical; height: 5em; } @@ -173,4 +187,3 @@ div#LoginAboutText { width:400px; } .mobile-table-details td { padding: 3px; } -