Merge pull request #716 from expf/fallback_message

Fix style of message for browsers that do not support drag'n'drop file u...
This commit is contained in:
Naoki Takezoe
2015-04-30 19:36:09 +09:00

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;