]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
ui-log: Implement support for commit graphs
[ps-cgit] / cgit.css
index 6e47eb3acfbf2eac8ce763575fa5b03a64030a74..7600e847544eb3c6114c8b2599c7cda394b2ea59 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -153,6 +153,11 @@ table.list td {
        padding: 0.1em 0.5em 0.1em 0.5em;
 }
 
+table.list td.commitgraph {
+       font-family: monospace;
+       white-space: pre;
+}
+
 table.list td.logsubject {
        font-family: monospace;
        font-weight: bold;
@@ -161,7 +166,7 @@ table.list td.logsubject {
 table.list td.logmsg {
        font-family: monospace;
        white-space: pre;
-       padding: 1em 0.5em 2em 0.5em;
+       padding: 0 0.5em;
 }
 
 table.list td a {
@@ -326,6 +331,24 @@ div.commit-msg {
        font-family: monospace;
 }
 
+div.notes-header {
+       font-weight: bold;
+       padding-top: 1.5em;
+}
+
+div.notes {
+       white-space: pre;
+       font-family: monospace;
+       border: solid 1px #ee9;
+       background-color: #ffd;
+       padding: 0.3em 2em 0.3em 1em;
+       float: left;
+}
+
+div.notes-footer {
+       clear: left;
+}
+
 div.diffstat-header {
        font-weight: bold;
        padding-top: 1.5em;
@@ -713,4 +736,4 @@ table.ssdiff td.space {
 
 table.ssdiff td.space div {
        min-height: 3em;
-}
\ No newline at end of file
+}