mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
move new CSS rules to theme.css instead of {html_style}
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user