summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index eb9c4652f..d68523020 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -589,13 +589,14 @@ font-weight:normal;
content: ")";
font-weight:normal;
}
-
-.entity_profile dt {
-display:none;
-}
+.entity_profile dt,
.entity_profile h2 {
display:none;
}
+.entity_profile .role {
+margin-left:11px;
+font-style:italic;
+}
/* entity_profile */
/*entity_actions*/
@@ -1269,6 +1270,10 @@ clear:both;
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 #color-picker {
float:left;
@@ -1303,6 +1308,3 @@ display:none;
.guide {
clear:both;
}
-.admin_indicator {
-font-style:italic;
-} \ No newline at end of file