summaryrefslogtreecommitdiff
path: root/static/f
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-09 13:40:48 +0100
committerYorhel <git@yorhel.nl>2008-12-09 13:40:48 +0100
commit3ddfef35d69d78074c30793012a9f9fea8ca8f73 (patch)
tree5c476a0dee0a1df51f2a372f9af5def68400e2d0 /static/f
parent66bc1533761ae28c0c8cbcea91b80c0319d86b39 (diff)
VNList status indicator on VN pages
Diffstat (limited to 'static/f')
-rw-r--r--static/f/style.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 6394676d..085a275e 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -85,6 +85,8 @@ h2 p {
p.description {
margin: 10px 100px!important;
}
+b.done { font-weight: normal; color: #0c0 }
+b.todo { font-weight: normal; color: #c00 }
@@ -548,7 +550,14 @@ div.vndescription p {
}
.releases td.tc5 {
text-align: right;
- width: 20px;
+}
+.releases td.tc5 a {
+ color: #ddd!important;
+ border: 0;
+}
+.releases td.tc6 {
+ text-align: right;
+ width: 25px;
padding: 0;
}
a.addnew {
@@ -838,8 +847,6 @@ ul#catselect li li.exc { background-position: 0px -33px; color: #c00; }
.browse.rlist .relhid .tc2 { padding: 0; width: 30px; }
.browse.rlist .relhid .tc3 { width: auto }
.browse.rlist .relhid .tc4 { text-align: right }
-.rlist .done { font-weight: normal; color: #0c0 }
-.rlist .todo { font-weight: normal; color: #c00 }