added some real examples for the default-permission-role in de docu. also updated comanche template redable and another css class to tpl file
This commit is contained in:
parent
5b0a17359d
commit
9e6f43e3ff
@ -66,9 +66,9 @@ This document assumes you're an administrator.
|
||||
[b]system > projecthome[/b]
|
||||
Set the project homepage as the homepage of your hub.
|
||||
[b]system > default_permissions_role[/b]
|
||||
If set to a valid permissions role name (for instance 'public'), use that role for
|
||||
If set to a valid permissions role name, use that role for
|
||||
the first channel created by a new account and don't ask for the "Channel Type" on
|
||||
the channel creation form.
|
||||
the channel creation form. Examples of valid names are: 'social', 'social_restricted', 'social_private', 'forum', 'forum_restricted' and 'forum_private'. Read more about permissions roles [zrl=[baseurl]/help/roles]here[/zrl].
|
||||
[b]system > workflow_channel_next[/b]
|
||||
The page to direct users to immediately after creating a channel.
|
||||
[b]system > max_daily_registrations[/b]
|
||||
|
@ -1,9 +1,5 @@
|
||||
header #banner {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 250px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
nav, header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
main {
|
||||
@ -17,13 +13,23 @@ main {
|
||||
@media screen and (max-width: 801px) {
|
||||
main {
|
||||
left: -14rem !important;
|
||||
right: -14rem !important;
|
||||
width: calc(100% + 14rem + 14rem) !important;
|
||||
right: -14rem !important;
|
||||
width: calc(100% + 14rem) !important;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 802px) {
|
||||
section#region_2 * {
|
||||
font-size: 1.05rem;
|
||||
}
|
||||
}
|
||||
|
||||
#profile-photo-wrapper {
|
||||
display:none;
|
||||
}
|
||||
|
||||
section#region_2 * {
|
||||
font-size: 1.15rem;
|
||||
}
|
||||
}
|
||||
|
||||
aside#region_1 {
|
||||
@ -32,7 +38,7 @@ aside#region_1 {
|
||||
max-width: 14rem;
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
padding: 65px 7px 0px 7px;
|
||||
padding: 7px 7px 0px 7px;
|
||||
}
|
||||
|
||||
aside#region_1 * {
|
||||
@ -48,7 +54,7 @@ section#region_2wrap {
|
||||
width: 100%;
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
padding: 65px 10px 200px 10px;
|
||||
padding: 17px 10px 200px 10px;
|
||||
}
|
||||
|
||||
section#region_2 {
|
||||
@ -60,10 +66,13 @@ section#region_2 {
|
||||
|
||||
section#region_2 * {
|
||||
text-align: justify;
|
||||
font-size: 1.15rem;
|
||||
line-height: 1.55;
|
||||
}
|
||||
|
||||
ul.nojustify li, .nojustify {
|
||||
text-align: initial;
|
||||
}
|
||||
|
||||
section#region_2 p + p {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
@ -74,7 +83,7 @@ aside#region_3 {
|
||||
max-width: 14rem;
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
padding: 65px 7px 0px 7px;
|
||||
padding: 7px 7px 0px 7px;
|
||||
}
|
||||
|
||||
aside#region_3 * {
|
||||
|
@ -1,3 +1,4 @@
|
||||
<div class="generic-content-wrapper-styled">
|
||||
<h1>{{$title}}</h1>
|
||||
<br />
|
||||
<div id="language-selector" >
|
||||
@ -9,3 +10,4 @@
|
||||
</select>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user