changeset 42 | 7c6e2e97aa08 |
parent 0 | 7caf561c50ee |
41:0944c9354e9c | 42:7c6e2e97aa08 |
---|---|
72 } |
72 } |
73 |
73 |
74 div.toggle div.body label:hover { |
74 div.toggle div.body label:hover { |
75 background-color: #f3f7ff; |
75 background-color: #f3f7ff; |
76 } |
76 } |
77 |
|
78 /* Uploader UI */ |
|
79 |
|
80 h2.uploadgoing { |
|
81 text-align: center; |
|
82 border-bottom-width: 0 !important; |
|
83 text-decoration: none; |
|
84 margin: 20px 0; |
|
85 } |
|
86 |
|
87 p.uploadstatus { |
|
88 text-align: center; |
|
89 margin: 10px 0; |
|
90 } |