mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Merge branch 'wip-legacy-os' of github.com:tuna/mirror-web into wip-legacy-os
This commit is contained in:
commit
0880f3fa0e
|
|
@ -310,6 +310,8 @@ body {
|
|||
&:before, &:after{
|
||||
content: " ";
|
||||
}
|
||||
margin-right: 0px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue