2016-08-20 22:40:25 +02:00
|
|
|
@import colors
|
|
|
|
|
2016-08-27 18:19:42 +02:00
|
|
|
#post-upload
|
2016-08-20 22:40:25 +02:00
|
|
|
form
|
|
|
|
width: 100%
|
|
|
|
max-width: 40em
|
|
|
|
margin: 0 auto
|
|
|
|
|
|
|
|
&.inactive
|
|
|
|
input[type=submit]
|
|
|
|
display: none
|
|
|
|
|
|
|
|
.dropper-container
|
|
|
|
margin: 0 auto
|
|
|
|
.file-dropper
|
|
|
|
font-size: 150%
|
|
|
|
padding: 2em
|
|
|
|
|
|
|
|
input[type=submit]
|
|
|
|
float: left
|
|
|
|
|
|
|
|
.uploadables-container
|
|
|
|
margin: 2em 0
|
|
|
|
text-align: left
|
|
|
|
line-height: 200%
|
|
|
|
|
|
|
|
.uploadable
|
|
|
|
.file
|
|
|
|
overflow: hidden
|
2016-08-24 13:32:44 +02:00
|
|
|
white-space: nowrap
|
2016-08-20 22:40:25 +02:00
|
|
|
text-align: left
|
|
|
|
text-overflow: ellipsis
|
|
|
|
|
|
|
|
.safety
|
|
|
|
label
|
|
|
|
margin-right: 1em
|
|
|
|
|
|
|
|
.thumbnail
|
|
|
|
float: left
|
|
|
|
width: 12.5em
|
|
|
|
height: 7em
|
2016-08-23 20:55:51 +02:00
|
|
|
margin: 0.2em 1em 0 0
|
2016-08-20 22:40:25 +02:00
|
|
|
|
2016-08-24 12:59:48 +02:00
|
|
|
.controls
|
2016-08-20 22:40:25 +02:00
|
|
|
float: right
|
2016-08-24 12:59:48 +02:00
|
|
|
a
|
|
|
|
color: $inactive-link-color
|