]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
ui-diff: close td/tr/table properly
[ps-cgit] / cgit.css
index b14f77ebdfb84497803029b03f26843d7b2eb34c..8977533a18e8a6c5ceb16d4742906fd4b0bd75e0 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -60,7 +60,7 @@ table.list tr.nohover:hover {
 }
 
 table.list th {
-       font-weight: normal;
+       font-weight: bold;
        border-bottom: solid 1px #777;
        padding: 0.1em 0.5em 0.1em 0.5em;
        vertical-align: baseline;
@@ -140,22 +140,20 @@ td#search input {
        background-color: #fff;
 }
 
-td#summary {
+div#summary {
        vertical-align: top;
-       padding-bottom: 1em;
+       margin-bottom: 1em;
 }
 
-td#archivelist {
-       padding-bottom: 1em;
-}
-
-td#archivelist table {
+table#downloads {
        float: right;
        border-collapse: collapse;
        border: solid 1px #777;
+       margin-left: 0.5em;
+       margin-bottom: 0.5em;
 }
 
-td#archivelist table th {
+table#downloads th {
        background-color: #ccc;
 }
 
@@ -388,3 +386,28 @@ td.toplevel-repo {
 table.list td.sublevel-repo {
        padding-left: 1.5em;
 }
+
+span.age-mins {
+       font-weight: bold;
+       color: #080;
+}
+
+span.age-hours {
+       color: #080;
+}
+
+span.age-days {
+       color: #040;
+}
+
+span.age-weeks {
+       color: #444;
+}
+
+span.age-months {
+       color: #888;
+}
+
+span.age-years {
+       color: #bbb;
+}