summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-23 16:06:07 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-23 16:06:07 +0800
commit1a16b3e99a0be7dbfeba1e683d253a22db5d1af5 (patch)
tree6d7ea3ad5de06ec24d372ddb11b8397028d7495d /public
parent91a1b55707fe959c675fee0c0769a1be0106be3a (diff)
downloadgitea-1a16b3e99a0be7dbfeba1e683d253a22db5d1af5.tar.gz
gitea-1a16b3e99a0be7dbfeba1e683d253a22db5d1af5.zip
repo options ui
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/gogs.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 78040bee51..65a6c03d71 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -346,6 +346,10 @@ html, body {
border-left: 4px solid #DD4B39;
}
+#gogs-repo-setting-container .form-horizontal label {
+ line-height: 30px;
+}
+
/* gogits user ssh keys */
#gogs-ssh-keys .list-group-item {
@@ -575,12 +579,12 @@ html, body {
min-width: 200px;
}
-#gogs-repo-clone .dropdown-menu{
+#gogs-repo-clone .dropdown-menu {
width: 400px;
padding: 20px;
}
-#gogs-repo-clone .input-group{
+#gogs-repo-clone .input-group {
margin-bottom: 15px;
}