Fix style of message for browsers that do not support drag'n'drop file uploads

This commit is contained in:
Kohei Ichioka
2015-04-20 10:24:41 +09:00
parent 43b7f83082
commit 8b29bf7d93

View File

@@ -42,6 +42,13 @@ div#clickable {
line-height: 120px;
}
div.dz-message, div.dz-fallback {
width: 240px;
color: #000000;
font-size: 12px;
line-height: 14px;
}
div#avatar {
background-color: #f8f8f8;
border: 1px dashed silver;