mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-10 19:12:42 +00:00
add styles for fast upload area
This commit is contained in:
parent
4265ff97f3
commit
e21cf3d206
|
@ -76,6 +76,24 @@ div.mandatories {
|
||||||
div.mandatories span {
|
div.mandatories span {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.statusbar {
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
div.statusbar div.filename {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
div.statusbar div.filesize {
|
||||||
|
display: inline-block;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
div.statusbar div.progress {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
div.statusbar a.btn {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.nav-tabs > li {
|
.nav-tabs > li {
|
||||||
float:none;
|
float:none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user