added compare diffs feature and fixed a couple of css issues
[catagits/Gitalist.git] / root / static / css / core.css
index 698445d..37e4762 100755 (executable)
@@ -1,6 +1,6 @@
 #debug_holder{
        
-       display:none;
+       adisplay:none;
        
        clear:both;
        padding-top:30px;
@@ -79,7 +79,7 @@ a img{
 
 /* nav tabs */
 #nav_logs{
-       width:80%;
+       width:100%;
        clear:both;
        float:right;
        margin:-5px 10px 0 0;
@@ -303,6 +303,9 @@ th{
 th a{
        color:#fff;
 }
+th a:hover{
+       color:#f0f0f0;
+}
 .summary tr{
        background-color:#FAFAFA;
        border-bottom:1px solid #fff;
@@ -310,6 +313,12 @@ th a{
 .summary td{
        vertical-align:middle !important;
 }
+tr{
+       background-color:#fff;
+}
+thead tr{
+       background-color:transparent !important;
+}
 tr.invert{
        background-color:#f0f0f0;
 }
@@ -369,6 +378,7 @@ table.listing{
        padding:10px;
        border:1px solid #ddd;
        background-color:#f0f0f0;
+       min-height:40px;
 }
 .diff-head{
        background-color:#666;