Merge branch 'wip-legacy-os' of github.com:tuna/mirror-web into wip-legacy-os

This commit is contained in:
Liu Xiaoyi 2020-03-31 22:28:59 +08:00
commit 0880f3fa0e
No known key found for this signature in database
GPG Key ID: B60C78B94C354E11
2 changed files with 11 additions and 5 deletions

View File

@ -310,6 +310,8 @@ body {
&:before, &:after{
content: " ";
}
margin-right: 0px;
margin-left: 0px;
}
}
}

View File

@ -554,19 +554,19 @@ TODO: make it draggable;
color: black;
}
#mirror-list thead {
#mirror-list thead, #status-page thead{
background: silver;
border-bottom: 0;
box-shadow: rgba(0,0,0,.1) 0 2px 3px;
}
#mirror-list th {
#mirror-list th, #status-page th {
padding: 0 8px;
border: black 2px solid;
position: relative;
}
#mirror-list th:before {
#mirror-list th:before, #status-page th:before {
content: " ";
position: absolute;
bottom: 0;
@ -676,8 +676,12 @@ TODO: make it draggable;
margin-left: -5px;
}
#news-content .card-header {
margin-left: -15px;
.container.card .card-header {
margin-right: -15px;
margin-left: -15px;
margin-bottom: 10px;
}
.progress-bar {
background-color: #000080;
}