mobile: adjust break to 768, also fix min-widths

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 12 years ago
parent c6aefada71
commit f2566e649f
  1. 2
      apps/files/css/files.css
  2. 2
      apps/files/css/mobile.css
  3. 2
      core/css/mobile.css

@ -77,7 +77,7 @@
}
/* make sure there's enough room for the file actions */
#body-user #filestable {
min-width: 750px;
min-width: 688px;
}
#body-user #controls {
min-width: 600px;

@ -1,4 +1,4 @@
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 768px) {
/* don’t require a minimum width for files table */
#body-user #filestable {

@ -1,4 +1,4 @@
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 768px) {
/* show caret indicator next to logo to make clear it is tappable */
#owncloud.menutoggle {

Loading…
Cancel
Save