summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-02 20:56:26 -0500
committerUnknwon <u@gogs.io>2015-12-02 20:56:26 -0500
commitec2423ad7c64bbef67ccee4324f2df3efe6792aa (patch)
treee9019b371f66cc1e98ee83f5506b5d052c2dd484 /public/css
parentc4bab163cb1d28385cd18ba0d58c9a3e3b237361 (diff)
downloadgitea-ec2423ad7c64bbef67ccee4324f2df3efe6792aa.tar.gz
gitea-ec2423ad7c64bbef67ccee4324f2df3efe6792aa.zip
more UI minor fixes
Diffstat (limited to 'public/css')
-rwxr-xr-xpublic/css/gogs.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index ae1b888040..5adb5245e1 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;
}