Many bugfixes and usability improvements (thanks to oschn0r)

This commit is contained in:
BNoiZe
2013-10-27 22:07:47 +01:00
parent 23da3259c4
commit 8f7ab2a243
10 changed files with 49 additions and 46 deletions

View File

@@ -827,8 +827,8 @@ select[multiple="multiple"] {
/* PROGRESS BAR */
.progress {
height:15px;
width: 200px;
margin:2px 0 2px 0;
width: 150px;
margin:2px 0 2px 10px;
overflow:hidden;
background-color:#f7f7f7;
-webkit-border-radius:3px;
@@ -838,6 +838,7 @@ select[multiple="multiple"] {
-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
text-align: center;
color: #999;
}
.progress .bar {
width:1px;