on mobile, show single shared image at full width without margin

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 11 years ago
parent 5cdab5fff3
commit d463edaf09
  1. 7
      apps/files_sharing/css/mobile.css
  2. 8
      apps/files_sharing/css/public.css

@ -19,5 +19,12 @@ table tr:focus td.filename .nametext {
max-width: 60% !important;
}
/* on mobile, show single shared image at full width without margin */
#imgframe {
width: 100%;
padding: 0;
margin-bottom: 35px;
}
}

@ -60,9 +60,11 @@ p.info a {
}
#imgframe {
width: 100%;
padding: 0;
margin-bottom: 35px;
height:75%;
padding-bottom:2em;
padding-top:2em;
width:80%;
margin:0 auto;
}
#imgframe img {

Loading…
Cancel
Save