mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
More changes on layout...
This commit is contained in:
parent
a17272ba22
commit
113a31c35a
|
|
@ -1,3 +0,0 @@
|
|||
*
|
||||
!index.php
|
||||
!.gitignore
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
.mirrors-stat table td {
|
||||
border: 1px solid gray;
|
||||
}
|
||||
.mirrors-stat table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.mirrors-stat td {
|
||||
padding: 3px;
|
||||
}
|
||||
.mirrors-stat thead {
|
||||
text-align: center;
|
||||
font-weight: bolder;
|
||||
}
|
||||
.description {
|
||||
font-size: smaller;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.tuna-logo img {
|
||||
vertical-align: middle;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
.sync-state {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.sync-ed {
|
||||
background-color: #00ff00;
|
||||
}
|
||||
.sync-ing {
|
||||
background-color: #ffff00;
|
||||
}
|
||||
.sync-unknown {
|
||||
background-color: #00ffff;
|
||||
}
|
||||
.sync-fail {
|
||||
background-color: #ff0000;
|
||||
}
|
||||
Loading…
Reference in New Issue