diff options
author | Unknwon <u@gogs.io> | 2017-01-27 22:36:45 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-01-27 22:36:45 -0500 |
commit | 7aa53635fe9a88fbd2d2e21bffc3888e2b4baa85 (patch) | |
tree | 959347f460bbc97971f1df9deec5e912dd627da0 /public/less | |
parent | 2ee0c61e62a47a620bf0e8f55c896616062008c1 (diff) |
Add 'Organizations' page to user settings (#3587)
User is now able to view full list of organizations belongs to.
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_form.less | 10 | ||||
-rw-r--r-- | public/less/_user.less | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index ab74eb2a..88ab7d00 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -18,16 +18,6 @@ } } -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 { diff --git a/public/less/_user.less b/public/less/_user.less index 3e37011c..2bcbf4f8 100644 --- a/public/less/_user.less +++ b/public/less/_user.less @@ -19,6 +19,16 @@ } } } + .orgs { + padding: 0; + .item { + padding: 10px; + .button { + margin-top: 5px; + margin-right: 8px; + } + } + } } &.profile { |