X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/098a79f0819ebb89b7d48df4a6b154af4560f68e..67b89ee3cbf49278581c7e5f1252e56835e9a868:/default.css diff --git a/default.css b/default.css index da54b7e2..7b305dab 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,41 @@ select{ font-size: 10pt; font-family: verdana; } color: #0000c0; } +.divider { + background-color: #efefef; +} +table.divider { + width: 720px; +} + div#LoginAboutText { width:400px; } +/* 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; +}