More changes on layout...

This commit is contained in:
Cheer Xiao 2012-03-17 18:39:21 +08:00
parent a17272ba22
commit 113a31c35a
2 changed files with 39 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,3 +0,0 @@
*
!index.php
!.gitignore

39
files/mirrors.tuna.css Normal file
View File

@ -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;
}