From ec2423ad7c64bbef67ccee4324f2df3efe6792aa Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 2 Dec 2015 20:56:26 -0500 Subject: more UI minor fixes --- public/css/gogs.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index ae1b8880..5adb5245 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2236,8 +2236,12 @@ footer .container .links > *:first-child { font-weight: normal; padding: 5px 10px; } -.repository #commits-table { - width: 100%; +.repository #commits-table thead th:first-of-type { + padding-left: 15px; +} +.repository #commits-table thead .sha { + font-size: 13px; + padding: 6px 40px 4px 35px; } .repository .diff-detail-box { margin: 15px 0; @@ -2350,9 +2354,6 @@ footer .container .links > *:first-child { overflow-x: auto; overflow-y: hidden; } -.repository.quickstart .ui.grid { - margin-top: 0; -} .repository.quickstart .guide .item { padding: 1em; } -- cgit v1.2.3