move upload progress bar near upload button, more contextual

This commit is contained in:
Jan-Christoph Borchardt 2013-08-18 11:18:16 +02:00
parent ce9103d522
commit bf4efd5290
1 changed files with 13 additions and 3 deletions

View File

@ -46,12 +46,22 @@
z-index:20; position:relative; cursor:pointer; overflow:hidden;
}
#uploadprogresswrapper { float: right; position: relative; }
#uploadprogresswrapper {
position: relative;
display: inline;
}
#uploadprogresswrapper #uploadprogressbar {
position:relative; float: right;
margin-left: 12px; width:10em; height:1.5em; top:.4em;
position:relative;
float: left;
margin-left: 12px;
width: 130px;
height: 26px;
display:inline-block;
}
#uploadprogresswrapper #uploadprogressbar + stop {
font-size: 13px;
}
/* FILE TABLE */