Respect paging.log config settings.
[catagits/Gitalist.git] / root / static / css / core.css
index 8abfa26..e34a12b 100755 (executable)
@@ -14,7 +14,6 @@
        background-color:#f0f0f0;
 }
 
-
 body{
        background:#FAFAFA url([% c.uri_for('/static/i/bg.png') %]) repeat-x left top;
        padding:0;
@@ -85,7 +84,7 @@ a img{
        width:100%;
        clear:both;
        float:right;
-       margin:-5px 10px 0 0;
+       margin:-9px 10px 0 0;
 }
 #nav_logs ul{
        margin:0;
@@ -274,10 +273,12 @@ a.raw{
 }
 a.file{
        padding-left:25px;
+       padding-bottom:1px;
        background:transparent url([% c.uri_for('/static/i/icons/file.png') %]) no-repeat;
 }
 a.folder{
        padding-left:25px;
+       padding-bottom:1px;
        background:transparent url([% c.uri_for('/static/i/icons/folder.png') %]) no-repeat;
 }
 .msg{
@@ -491,7 +492,7 @@ BUT the final width needs to be set with javascript based on the parent element
   padding: 0 8px;
 }
 #blame a {
- atext-decoration: none;
+ text-decoration: none;
 }
 #blame {
     overflow-x: scroll;
@@ -535,3 +536,15 @@ div.blob {
 
 /* /blobdiff etc */
 
+.commit-message {
+  white-space: pre-wrap;
+  width: 400px;
+}
+p.commit-message {
+  margin: 0;
+}
+
+/* Hidden spans that contain bits of data to be used by JS */
+.js-data {
+    display: none;
+}