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

This commit is contained in:
Jan-Christoph Borchardt 2014-01-16 15:56:18 +01:00
parent 5cdab5fff3
commit d463edaf09
2 changed files with 12 additions and 3 deletions

View File

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

View File

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