summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-17 11:22:07 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-17 11:22:07 +0800
commitcc3cbf8cbee4b28902abc7fccee60499bd4c1246 (patch)
treea329a92dc0318fbce33635c6c03d1e910ab107e8 /public
parent7015c3d4912bbe053786819b71539720f96e4a39 (diff)
downloadgitea-cc3cbf8cbee4b28902abc7fccee60499bd4c1246.tar.gz
gitea-cc3cbf8cbee4b28902abc7fccee60499bd4c1246.zip
ui css fix
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/gogs.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 45ce5d21d5..2c05d27ecb 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -65,6 +65,10 @@ html, body {
height: 46px;
}
+#gogs-nav-logo{
+ padding-left: 0;
+}
+
.gogs-nav-item:hover,
.gogs-nav-item:focus {
color: #fff;
@@ -405,6 +409,7 @@ html, body {
.gogs-repo-nav h3 .fa {
color: #BBB;
+ margin-left: 0;
}
.gogs-repo-btns {
@@ -481,7 +486,7 @@ html, body {
.activity-list .info {
float: left;
- padding:0 0 0 10px;
+ padding: 0 0 0 10px;
line-height: 1.7em;
}
@@ -531,6 +536,10 @@ html, body {
}
/* #gogs-source */
+#gogs-source {
+ margin-top: -20px;
+}
+
#gogs-source .source-toolbar:after {
clear: both;
}
@@ -589,7 +598,7 @@ html, body {
.file-list .date .wrap {
max-width: 120px;
- padding: 0 20px 0 0;
+ padding: 0 20px 0 0;
}
.file-list .date {