From 1268be4f82123a4dc8260f14813d7babb7f5c9f9 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Mon, 29 Jun 2009 22:07:16 +0000 Subject: Using role for admin indicator. Added margin-left. --- theme/base/css/display.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'theme') diff --git a/theme/base/css/display.css b/theme/base/css/display.css index df4e75633..379f2eeac 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -585,13 +585,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*/ @@ -1299,6 +1300,3 @@ display:none; .guide { clear:both; } -.admin_indicator { -font-style:italic; -} \ No newline at end of file -- cgit v1.2.3-54-g00ecf From 357f3784b590f43ec0968a4c713b0fca2ec26074 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Mon, 29 Jun 2009 22:30:40 +0000 Subject: Using max-width:480px for settings_design_background-image image --- theme/base/css/display.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'theme') diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 379f2eeac..dd89f3543 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1266,6 +1266,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; -- cgit v1.2.3-54-g00ecf