Skip to content

Commit

Permalink
* update skin for upload list
Browse files Browse the repository at this point in the history
  • Loading branch information
giannis committed May 2, 2012
1 parent 70e3ffe commit eefe9c3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions client/ext/uploadfiles/skin.xml
Expand Up @@ -17,7 +17,7 @@
.list-uploadactivity .item {
height : 20px;
padding : 0 12px 2px 5px;
padding : 0 5px 2px 5px;
position : relative;
cursor : default;
border-bottom:1px solid transparent;
Expand All @@ -34,7 +34,7 @@
.list-uploadactivity .item .uploadactivity-caption,
.list-uploadactivity .item .uploadactivity-progress {
display : inline-block;
display : block;
height : 18px;
padding : 3px 0 0 0;
margin : 0 0 0 5px;
Expand All @@ -50,14 +50,18 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-right: 30px;
}
.list-uploadactivity .item .uploadactivity-caption.bold {
font-weight: bold;
}
.list-uploadactivity .item .uploadactivity-progress {
display : inline-block;
color : #179439;
display: block;
position: absolute;
right: 5px;
top: 0;
}
.list-uploadactivity .item.hover {
Expand Down

0 comments on commit eefe9c3

Please sign in to comment.