diff options
author | Lauris BH <lauris@nix.lv> | 2017-05-08 22:51:53 +0300 |
---|---|---|
committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2017-05-08 21:51:53 +0200 |
commit | 51d0becb4232eab6b18959ccc4a895e5df30c4dc (patch) | |
tree | d119ca2bef3ca44147801cd57e4cf2190690f65a /public/less | |
parent | a85c5ab9ff60dab58b2bf713479460caac8e9567 (diff) | |
download | gitea-51d0becb4232eab6b18959ccc4a895e5df30c4dc.tar.gz gitea-51d0becb4232eab6b18959ccc4a895e5df30c4dc.zip |
Add configuration option for default permission to create Organizations (#1686)
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_admin.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less index eab7b15efa..92efc3825f 100644 --- a/public/less/_admin.less +++ b/public/less/_admin.less @@ -45,12 +45,12 @@ margin: 0; dd { - margin-left: 240px; + margin-left: 275px; } dt { font-weight: bolder; float: left; - width: 250px; + width: 285px; clear: left; overflow: hidden; text-overflow: ellipsis; |