diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/user_list.tpl | 14 | ||||
-rw-r--r-- | admin/themes/default/theme.css | 15 |
2 files changed, 15 insertions, 14 deletions
diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index c781a39ee..1f4b09f25 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -840,20 +840,6 @@ span.infos, span.errors {background-image:none; padding:2px 5px; margin:0;border .recent_period_infos {margin-left:10px;} .nb_image_page, .recent_period {width:340px;margin-top:5px;} #action_recent_period .recent_period {display:inline-block;} - -.user_form_popin { - width:750px; - height:430px; - padding:10px; -} - -.userProperties form { - text-align:left; -} - -.popinWait { - padding-top:200px; -} {/literal}{/html_style} <div class="titrePage"> 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; |