X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fstatic%2Fcss%2Fcore.css;h=8abfa2604926b0b16199b3c138ad3d6528b4f75f;hb=97bdf7bcffdc868740db6a499839faee686b5a31;hp=c6d296775fa72c9209e9fe1ee97508ba11d5c0cb;hpb=d808f958c0b825070c1c76d256c6beee9ffafe6a;p=catagits%2FGitalist.git diff --git a/root/static/css/core.css b/root/static/css/core.css index c6d2967..8abfa26 100755 --- a/root/static/css/core.css +++ b/root/static/css/core.css @@ -272,6 +272,14 @@ a.raw{ padding-top:2px; float:left; } +a.file{ + padding-left:25px; + background:transparent url([% c.uri_for('/static/i/icons/file.png') %]) no-repeat; +} +a.folder{ + padding-left:25px; + background:transparent url([% c.uri_for('/static/i/icons/folder.png') %]) no-repeat; +} .msg{ padding:5px 10px 5px 35px; background:#f0f0f0 url([% c.uri_for('/static/i/icons/attention.png') %]) no-repeat 10px center;