mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-19 12:00:01 +01:00
Style improvments.
This commit is contained in:
parent
94deb369b1
commit
befdf54952
@ -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;
|
||||
}
|
||||
|
@ -283,6 +283,8 @@
|
||||
list-style: none;
|
||||
|
||||
li {
|
||||
position: relative;
|
||||
|
||||
&.header {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user