move new CSS rules to theme.css instead of {html_style}

This commit is contained in:
plegall
2016-01-09 18:28:26 +01:00
parent 041065a824
commit d78caf8603
2 changed files with 15 additions and 14 deletions
@@ -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">
+15
View File
@@ -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;