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:
parent
cc118407b3
commit
3b350820f1
@ -37,10 +37,22 @@ h1 {
|
||||
font-size: 4.0rem;
|
||||
}
|
||||
|
||||
ul {
|
||||
#uploads {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#uploads > ul {
|
||||
list-style: none;
|
||||
text-align: left;
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#uploads > button {
|
||||
align-self: flex-end;
|
||||
margin-right: 10%;
|
||||
}
|
||||
|
||||
.dropzone {
|
||||
|
Loading…
x
Reference in New Issue
Block a user