Add configuration option for default permission to create Organizations (#1686)

This commit is contained in:
Lauris BH 2017-05-08 22:51:53 +03:00 committed by Kim "BKC" Carlbäcker
parent a85c5ab9ff
commit 51d0becb42
13 changed files with 27 additions and 5 deletions

View file

@ -2938,12 +2938,12 @@ footer .ui.language .menu {
margin: 0;
}
.admin dl.admin-dl-horizontal dd {
margin-left: 240px;
margin-left: 275px;
}
.admin dl.admin-dl-horizontal dt {
font-weight: bolder;
float: left;
width: 250px;
width: 285px;
clear: left;
overflow: hidden;
text-overflow: ellipsis;

View file

@ -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;