summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-20 20:12:31 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-20 20:12:31 +0800
commitcb80111e8923ff9317199dca61509e32408279ca (patch)
treeb045fe483a506736a791a5a2e6541e740f7da7bb /public/css
parent4cf6cc63b0679aaf5fe8b74a2aaf0bd92b1f12d3 (diff)
downloadgitea-cb80111e8923ff9317199dca61509e32408279ca.tar.gz
gitea-cb80111e8923ff9317199dca61509e32408279ca.zip
guide page for bare repo
some ui fix
Diffstat (limited to 'public/css')
-rwxr-xr-xpublic/css/gogs.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index a4767c1c8b..95f44d0fd4 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -724,6 +724,20 @@ html, body {
background-color: #FFF;
}
+.commit-list .date {
+ width: 120px;
+}
+
+.guide-box pre, .guide-box .input-group {
+ margin-top: 20px;
+ margin-bottom: 30px;
+ line-height: 24px;
+}
+
+.guide-box input[readonly] {
+ background-color: #FFF;
+}
+
/* wrapper and footer */
#wrapper {