Updates dropbox design. Now the content space is the dropzone.

This commit is contained in:
Lars Jung 2012-08-11 21:41:25 +02:00
parent 4c3267c1f8
commit ff40e2129f
2 changed files with 25 additions and 34 deletions

View file

@ -1,31 +1,17 @@
#dropbox {
margin: 48px 24px;
padding: 24px 12px;
overflow: hidden;
#content {
border: 1px dashed #fff;
border-radius: 8px;
background-color: #f8f8f8;
border: 1px dashed #ccc;
border-radius: 10px;
.transition(all 0.2s ease-in-out);
.label {
text-align: center;
color: #ddd;
font-size: 5em;
font-weight: bold;
&.hint {
border-color: #ccc;
}
&.match {
border-color: #555;
.label {
color: #999;
}
border-style: solid;
}
}
#uploads {
width: 450px;
margin: 12px auto;
@ -100,6 +86,4 @@
color: #c55;
}
}
}