X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=blobdiff_plain;f=root%2Fstatic%2Fcss%2Fcore.css;h=a7b1945d4f5e612216e5e5b957b4eee2c76216b1;hp=96246a2894ec231e4b8426a82cfdbbafe200a4af;hb=eab82ed135b830ff718ee9c581a62085955d754e;hpb=ddcb5bd9d5b1057cd5e9797cb7096e44777219bd diff --git a/root/static/css/core.css b/root/static/css/core.css index 96246a2..a7b1945 100755 --- a/root/static/css/core.css +++ b/root/static/css/core.css @@ -30,12 +30,13 @@ div{ aborder:1px solid olive; } #content{ + min-height:200px; padding:0 12px 40px 10px; - aborder:1px solid red; background:transparent url(/static/i/bg_bottom.png) no-repeat center bottom; } #content_inner{ aborder:1px solid blue; + padding-bottom:30px; background:transparent url(/static/i/bg_top.png) no-repeat; } #logo{ @@ -46,7 +47,30 @@ div{ margin-right:50px; float:right; } +#git_logo{ + float:left; + margin-left:15px; +} +#feeds{ + float:right; + margin-right:15px; +} + +#footer p{ + margin-left:15px; +} +#debug_holder{ + clear:both; + padding-top:30px; + margin:30px 0; +} +#debug_holder pre{ + margin:0; + padding:10px; + border:1px solid #ddd; + background-color:#f0f0f0; +} /* nav tabs */ #nav_logs{ @@ -134,7 +158,24 @@ a:hover{ .tree{ background:transparent url(/static/i/icons/tree.png) no-repeat; } - +.shortlog{ + background:transparent url(/static/i/icons/shortlog.png) no-repeat; +} +.longlog{ + background:transparent url(/static/i/icons/longlog.png) no-repeat; +} +.blob{ + background:transparent url(/static/i/icons/blob.png) no-repeat; +} +.blame{ + background:transparent url(/static/i/icons/blame.png) no-repeat; +} +.history{ + background:transparent url(/static/i/icons/history.png) no-repeat; +} +.raw{ + background:transparent url(/static/i/icons/raw.png) no-repeat; +} .sha1_holder{ background:transparent url(/static/i/icons/button_sha1.png) no-repeat; } @@ -185,12 +226,18 @@ th{ text-align:left; color:#fff; } +th a{ + color:#fff; +} tr.invert{ background-color:#f0f0f0; } .sha1{ width:80px; } +.file-mode{ + width:80px; +} .time-since{ width:95px; font-weight:bold; @@ -210,5 +257,5 @@ table.listing{ padding:9px 5px 9px 10px; } .action-list{ - width:90px; + width:120px; } \ No newline at end of file