diff --git a/css/style.css b/css/style.css index 2e5bcfb..b68f54b 100755 --- a/css/style.css +++ b/css/style.css @@ -13,7 +13,7 @@ body.loading .loading-modal { } .dropzone { - border: 4px dashed #2196F3; + border: 5px solid #2196F3; height: 200px; position: relative; margin-right: auto; @@ -22,7 +22,7 @@ body.loading .loading-modal { } .info { - margin-top: 11%; + margin-top: 15%; } .dropzone p { @@ -264,4 +264,4 @@ div.container { .infos {background-color: #2196F3;} /* Blue */ .warning {background-color: #ff9800;} /* Orange */ .danger {background-color: #f44336;} /* Red */ -.other {background-color: #e7e7e7; color: black;} /* Gray */ \ No newline at end of file +.other {background-color: #e7e7e7; color: black;} /* Gray */