From d78caf8603e37f9e15be961c99039a078179c437 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 9 Jan 2016 18:28:26 +0100 Subject: move new CSS rules to theme.css instead of {html_style} --- admin/themes/default/theme.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'admin/themes/default/theme.css') diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 509aff377..2b8471b85 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1228,6 +1228,21 @@ a.group_perm { .userProperty {width:340px;float:left;margin-bottom:15px;} .userActions {float:right;text-align:right;} +.user_form_popin { + width:750px; + height:430px; + padding:10px; +} + +.userProperties form { + text-align:left; +} + +.popinWait { + padding-top:200px; +} + + .preview-box.icon-zoom-in { display:block; position:relative; -- cgit v1.2.3 From 71c30f46c80e8b230708938ac3dc0cb062c83482 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 9 Jan 2016 18:37:07 +0100 Subject: feature #397, bigger padding inside popin --- admin/themes/default/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/themes/default/theme.css') diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 2b8471b85..0aa0dba1a 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1231,7 +1231,7 @@ a.group_perm { .user_form_popin { width:750px; height:430px; - padding:10px; + padding:20px; } .userProperties form { -- cgit v1.2.3