]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.css
Merge branch 'stable'
[cgit.git] / cgit.css
index d57722c47086bbae97c26d3dd227ee7aaebb08c9..f19446dfbccfffd727b97793fc84dda1115805f9 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -36,6 +36,7 @@ table#header td.logo {
 table#header td.main {
        font-size: 250%;
        padding-left: 10px;
+       white-space: nowrap;
 }
 
 table#header td.main a {
@@ -47,6 +48,7 @@ table#header td.form {
        vertical-align: bottom;
        padding-right: 1em;
        padding-bottom: 2px;
+       white-space: nowrap;
 }
 
 table#header td.form form,
@@ -92,6 +94,7 @@ table.tabs td.form {
 table.tabs td.form form {
        padding-bottom: 2px;
        font-size: 90%;
+       white-space: nowrap;
 }
 
 table.tabs td.form input,
@@ -117,6 +120,10 @@ table.list tr {
        background: white;
 }
 
+table.list tr.logheader {
+       background: #eee;
+}
+
 table.list tr:hover {
        background: #eee;
 }
@@ -140,6 +147,17 @@ table.list td {
        padding: 0.1em 0.5em 0.1em 0.5em;
 }
 
+table.list td.logsubject {
+       font-family: monospace;
+       font-weight: bold;
+}
+
+table.list td.logmsg {
+       font-family: monospace;
+       white-space: pre;
+       padding: 1em 0em 2em 0em;
+}
+
 table.list td a {
        color: black;
 }
@@ -447,3 +465,33 @@ span.age-months {
 span.age-years {
        color: #bbb;
 }
+div.footer {
+       margin-top: 0.5em;
+       text-align: center;
+       font-size: 80%;
+       color: #ccc;
+}
+a.branch-deco {
+       margin: 0px 0.5em;
+       padding: 0px 0.25em;
+       background-color: #88ff88;
+       border: solid 1px #007700;
+}
+a.tag-deco {
+       margin: 0px 0.5em;
+       padding: 0px 0.25em;
+       background-color: #ffff88;
+       border: solid 1px #777700;
+}
+a.remote-deco {
+       margin: 0px 0.5em;
+       padding: 0px 0.25em;
+       background-color: #ccccff;
+       border: solid 1px #000077;
+}
+a.deco {
+       margin: 0px 0.5em;
+       padding: 0px 0.25em;
+       background-color: #ff8888;
+       border: solid 1px #770000;
+}