move upload progress bar near upload button, more contextual
This commit is contained in:
parent
ce9103d522
commit
bf4efd5290
|
@ -46,12 +46,22 @@
|
||||||
z-index:20; position:relative; cursor:pointer; overflow:hidden;
|
z-index:20; position:relative; cursor:pointer; overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#uploadprogresswrapper { float: right; position: relative; }
|
#uploadprogresswrapper {
|
||||||
|
position: relative;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
#uploadprogresswrapper #uploadprogressbar {
|
#uploadprogresswrapper #uploadprogressbar {
|
||||||
position:relative; float: right;
|
position:relative;
|
||||||
margin-left: 12px; width:10em; height:1.5em; top:.4em;
|
float: left;
|
||||||
|
margin-left: 12px;
|
||||||
|
width: 130px;
|
||||||
|
height: 26px;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
}
|
}
|
||||||
|
#uploadprogresswrapper #uploadprogressbar + stop {
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* FILE TABLE */
|
/* FILE TABLE */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue