mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +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 {
|
||||
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) {
|
||||
.nav-tabs > li {
|
||||
float:none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user