Fixed upload messages margin on screen screens

This commit is contained in:
Marcin Kurczewski 2015-05-09 19:32:04 +02:00
parent f8851bf26d
commit 8d119d2b62

View file

@ -118,7 +118,7 @@
text-align: left; text-align: left;
} }
#post-upload-step2 .messages { #post-upload-step2 .messages {
margin-bottom: 1em; margin: 1em 0;
} }
#post-upload-step2 .form-slider { #post-upload-step2 .form-slider {
text-align: center; text-align: center;