From 2ee0c61e62a47a620bf0e8f55c896616062008c1 Mon Sep 17 00:00:00 2001 From: Rémy Boulanouar Date: Sat, 28 Jan 2017 04:02:27 +0100 Subject: 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 --- public/less/_form.less | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'public/less/_form.less') 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 { -- cgit v1.2.3