summaryrefslogtreecommitdiffstats
path: root/public/less/_form.less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-06 22:48:11 +0800
committerUnknwon <u@gogs.io>2015-08-06 22:48:11 +0800
commit39a3b768bc8b0288cb4aa91d27485f46cfbfeb29 (patch)
treebef625e010018151863344d9da3ff22d2dfbc8f9 /public/less/_form.less
parent9f12ab0e8847682a686fdb843922a761bbb5c225 (diff)
downloadgitea-39a3b768bc8b0288cb4aa91d27485f46cfbfeb29.tar.gz
gitea-39a3b768bc8b0288cb4aa91d27485f46cfbfeb29.zip
#334: Add Deployment Key Support
Diffstat (limited to 'public/less/_form.less')
-rw-r--r--public/less/_form.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/less/_form.less b/public/less/_form.less
index 3cc1c7f5e3..8b2c30b1f1 100644
--- a/public/less/_form.less
+++ b/public/less/_form.less
@@ -5,4 +5,10 @@
padding-bottom: .6em;
display: inline-block;
}
+}
+.ui.attached.header {
+ background: #f0f0f0;
+ .right {
+ margin-top: -5px;
+ }
} \ No newline at end of file