aboutsummaryrefslogtreecommitdiff
path: root/public/less
diff options
context:
space:
mode:
authorRémy Boulanouar <rboulanouar@gmail.com>2017-01-28 04:02:27 +0100
committer无闻 <u@gogs.io>2017-01-27 22:02:27 -0500
commit2ee0c61e62a47a620bf0e8f55c896616062008c1 (patch)
treee59ad87b381f36bf537d9255c28411327ac50e7e /public/less
parent3d23c131609e382c8874da247787cddb10ca0204 (diff)
Setting orgs (#3587)
* Implement organizations listing in setting and allow user to create new organization. * Implement organizations listing in setting and allow user to create new organization. * Add space remove by mistake * Remove unused part of the template * Update display and behavior according to @Unknown remarks
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_form.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/less/_form.less b/public/less/_form.less
index 88ab7d00..ab74eb2a 100644
--- a/public/less/_form.less
+++ b/public/less/_form.less
@@ -18,6 +18,16 @@
}
}
+ui.attached.segment.orgs {
+ padding: 0px;
+ div .item {
+ padding: 11px;
+ .content {
+ font-weight: bold;
+ }
+ }
+}
+
@create-page-form-input-padding: 250px !important;
#create-page-form {
form {