Update upload box example CSS
git-svn-id: file:///srv/svn/repo/marisa/trunk@57 d6811dac-2434-b64a-9ddc-f563ab233461
This commit is contained in:
@@ -37,10 +37,22 @@ h1 {
|
|||||||
font-size: 4.0rem;
|
font-size: 4.0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
#uploads {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#uploads > ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
display: inline-block;
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#uploads > button {
|
||||||
|
align-self: flex-end;
|
||||||
|
margin-right: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropzone {
|
.dropzone {
|
||||||
|
|||||||
Reference in New Issue
Block a user