X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=default.css;h=7b305dab0550eb195a14e7b3b8962202fc399241;hb=a07b6f8bccda226991ced6fe25f1c9c508e423e5;hp=62032fca11e5c85035482c643c1bed20b4feb393;hpb=0afb05f8218082cb068f17a0f16f5bcb5c32131e;p=timetracker.git diff --git a/default.css b/default.css index 62032fca..7b305dab 100644 --- a/default.css +++ b/default.css @@ -143,3 +143,33 @@ table.divider { } 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; +}