Merge branch '0.8.x' into design_reset
* 0.8.x: Using max-width:480px for settings_design_background-image image Using role for admin indicator. Added margin-left.
This commit is contained in:
commit
d19ffc73c2
@ -172,7 +172,7 @@ class GroupMemberListItem extends ProfileListItem
|
|||||||
parent::showFullName();
|
parent::showFullName();
|
||||||
if ($this->profile->isAdmin($this->group)) {
|
if ($this->profile->isAdmin($this->group)) {
|
||||||
$this->out->text(' ');
|
$this->out->text(' ');
|
||||||
$this->out->element('span', 'admin_indicator', _('Admin'));
|
$this->out->element('span', 'role', _('Admin'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -589,13 +589,14 @@ font-weight:normal;
|
|||||||
content: ")";
|
content: ")";
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
}
|
}
|
||||||
|
.entity_profile dt,
|
||||||
.entity_profile dt {
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
.entity_profile h2 {
|
.entity_profile h2 {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
.entity_profile .role {
|
||||||
|
margin-left:11px;
|
||||||
|
font-style:italic;
|
||||||
|
}
|
||||||
/* entity_profile */
|
/* entity_profile */
|
||||||
|
|
||||||
/*entity_actions*/
|
/*entity_actions*/
|
||||||
@ -1269,6 +1270,10 @@ clear:both;
|
|||||||
margin-bottom:0;
|
margin-bottom:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#form_settings_design #settings_design_background-image img {
|
||||||
|
max-width:480px;
|
||||||
|
}
|
||||||
|
|
||||||
#form_settings_design #settings_design_color .form_data,
|
#form_settings_design #settings_design_color .form_data,
|
||||||
#form_settings_design #color-picker {
|
#form_settings_design #color-picker {
|
||||||
float:left;
|
float:left;
|
||||||
@ -1303,6 +1308,3 @@ display:none;
|
|||||||
.guide {
|
.guide {
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
.admin_indicator {
|
|
||||||
font-style:italic;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user