mobile: document min-width value

This commit is contained in:
Jan-Christoph Borchardt 2014-03-21 16:43:40 +01:00
parent 89ee551158
commit 905aabf5d4
1 changed files with 2 additions and 2 deletions

View File

@ -77,10 +77,10 @@
}
/* make sure there's enough room for the file actions */
#body-user #filestable {
min-width: 688px;
min-width: 688px; /* 768 (mobile break) - 80 (nav width) */
}
#body-user #controls {
min-width: 600px;
min-width: 688px; /* 768 (mobile break) - 80 (nav width) */
}
#filestable tbody tr { background-color:#fff; height:40px; }