Style improvments.

This commit is contained in:
Lars Jung 2012-08-11 02:24:55 +02:00
parent 94deb369b1
commit befdf54952
2 changed files with 16 additions and 9 deletions

View File

@ -12,16 +12,11 @@
.label {
text-align: center;
color: #eee;
color: #ddd;
font-size: 5em;
font-weight: bold;
}
&.hint {
// color: #ccc;
// border-color: #aaa;
}
&.match {
border-color: #555;
@ -44,7 +39,7 @@
.name {
display: inline-block;
white-space: nowrap;
width: 320px;
// width: 320px;
overflow: hidden;
&:before {
@ -58,7 +53,6 @@
}
.size {
// display: inline-block;
display: none;
float: right;
white-space: nowrap;
@ -68,6 +62,18 @@
}
}
.error {
float: right;
white-space: nowrap;
color: #c55;
}
.finished {
float: right;
white-space: nowrap;
color: #008200;
}
.progress {
display: inline-block;
margin: 4px 8px;
@ -86,7 +92,6 @@
}
&.finished .name:before {
// content: '✓✔';
content: '✔';
color: #008200;
}

View File

@ -283,6 +283,8 @@
list-style: none;
li {
position: relative;
&.header {
display: none;
}