Increased preview size in uploads

This commit is contained in:
Marcin Kurczewski 2015-03-19 22:31:48 +01:00
parent f75b4505a1
commit c35ed15946

View file

@ -125,7 +125,7 @@
}
#post-upload-step2 .form-slider .thumbnail img {
max-width: 100%;
max-height: 300px;
max-height: 450px;
margin: 0 auto 1em auto;
}
@ -148,8 +148,8 @@
margin-left: 10px;
}
#lightbox img {
max-width: 400px;
max-height: 400px;
max-width: 800px;
max-height: 800px;
background: white;
border: 0.5em solid white;
box-shadow: 0 0 0 1px #eee;