aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2016-01-09 18:28:26 +0100
committerplegall <plg@piwigo.org>2016-01-09 18:28:26 +0100
commitd78caf8603e37f9e15be961c99039a078179c437 (patch)
treeff9a57ce2d2e05254568d3cbc5a4aa535bdc02cc /admin/themes/default/theme.css
parent041065a8247b3300e091bb811fe715a21f0c8524 (diff)
move new CSS rules to theme.css instead of {html_style}
Diffstat (limited to '')
-rw-r--r--admin/themes/default/theme.css15
1 files changed, 15 insertions, 0 deletions
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;