mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-07-31 10:30:15 +02:00
Style improvments.
This commit is contained in:
@@ -12,16 +12,11 @@
|
|||||||
|
|
||||||
.label {
|
.label {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #eee;
|
color: #ddd;
|
||||||
font-size: 5em;
|
font-size: 5em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.hint {
|
|
||||||
// color: #ccc;
|
|
||||||
// border-color: #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.match {
|
&.match {
|
||||||
border-color: #555;
|
border-color: #555;
|
||||||
|
|
||||||
@@ -44,7 +39,7 @@
|
|||||||
.name {
|
.name {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 320px;
|
// width: 320px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
@@ -58,7 +53,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.size {
|
.size {
|
||||||
// display: inline-block;
|
|
||||||
display: none;
|
display: none;
|
||||||
float: right;
|
float: right;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@@ -68,6 +62,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.error {
|
||||||
|
float: right;
|
||||||
|
white-space: nowrap;
|
||||||
|
color: #c55;
|
||||||
|
}
|
||||||
|
|
||||||
|
.finished {
|
||||||
|
float: right;
|
||||||
|
white-space: nowrap;
|
||||||
|
color: #008200;
|
||||||
|
}
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 4px 8px;
|
margin: 4px 8px;
|
||||||
@@ -86,7 +92,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.finished .name:before {
|
&.finished .name:before {
|
||||||
// content: '✓✔';
|
|
||||||
content: '✔';
|
content: '✔';
|
||||||
color: #008200;
|
color: #008200;
|
||||||
}
|
}
|
||||||
|
@@ -283,6 +283,8 @@
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
&.header {
|
&.header {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user