Files
biomedjs/public/css/site.css
Dobie Wollert 966152a631 latest changes
2014-12-15 02:36:41 -05:00

43 lines
587 B
CSS

body {
min-width: initial;
}
input {
width: 100% !important;
box-sizing: border-box;
}
button {
width: 100% !important;
}
textarea {
width: 100% !important;
height: 300px;
box-sizing: border-box;
}
.dropzone {
min-height: initial !important;
}
.dz-message {
background-image: none !important;
position: initial !important;
width: initial !important;
height: initial !important;
margin-left: initial !important;
margin-top: initial !important;
}
.dz-message span {
display: block !important;
font-size: 24px;
text-align: center;
}
h1.msg {
text-align: center;
}