Merge pull request #8235 from owncloud/fix-error-mobile

fix error display on smaller screens, fix #8090
remotes/origin/ldap_group_count
Jan-Christoph Borchardt 13 years ago
commit 7178e39569
  1. 8
      core/css/mobile.css
  2. 4
      core/css/styles.css

@ -103,4 +103,12 @@
}
/* fix error display on smaller screens */
.error-wide {
width: 100%;
margin-left: 0 !important;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
}

@ -586,8 +586,8 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
}
.error-wide {
width: 800px;
margin-left: -250px;
width: 700px;
margin-left: -200px !important;
}
/* Fixes for log in page, TODO should be removed some time */

Loading…
Cancel
Save