aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2016-01-11 09:17:53 +0100
committerplegall <plg@piwigo.org>2016-01-11 09:17:53 +0100
commit2bfd316e348919af0e5d22467abf9b79b040e476 (patch)
treed1e8034dfce06ac925647e59c21600be72353005 /admin/themes/default/theme.css
parente756ba2d79f9ce25376fa70a6a203d06e704bb61 (diff)
parentac8c2bf47037f82da06263d4408ce8ebfe3d5ecb (diff)
Merge branch 'feature/398-refresh-user-list' (which should also include branch 'feature/397-edit-user-popin')
Diffstat (limited to 'admin/themes/default/theme.css')
-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..0aa0dba1a 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:20px;
+}
+
+.userProperties form {
+ text-align:left;
+}
+
+.popinWait {
+ padding-top:200px;
+}
+
+
.preview-box.icon-zoom-in {
display:block;
position:relative;