fixes a few issues on alignement/color with dataTables 1.10

This commit is contained in:
plegall 2017-02-10 19:59:59 +01:00
parent 370bc6e8f4
commit 58ccafd443
4 changed files with 23 additions and 3 deletions

View file

@ -417,8 +417,12 @@ table.dataTable tr.odd td.sorting_1 {
color:#333; color:#333;
} }
table.dataTable thead th { table.dataTable thead th, table.dataTable.no-footer {
border-color: #aaa !important; border-color: #ddd !important;
}
.dataTables_wrapper .dataTables_info {
color:#777 !important;
} }
.userPropertiesContainer {border-color:#ddd;} .userPropertiesContainer {border-color:#ddd;}

View file

@ -856,6 +856,9 @@ jQuery(document).on('click', '.close-user-details', function(e) {
{html_style}{literal} {html_style}{literal}
.dataTables_wrapper, .dataTables_info {clear:none;} .dataTables_wrapper, .dataTables_info {clear:none;}
.dataTables_wrapper .dataTables_info {clear:none;}
.dataTables_wrapper::after {clear:none;}
table.dataTable {clear:right;padding-top:10px;} table.dataTable {clear:right;padding-top:10px;}
.dataTable td img {margin-bottom: -6px;margin-left: -6px;} .dataTable td img {margin-bottom: -6px;margin-left: -6px;}
@ -879,6 +882,7 @@ span.infos, span.errors {background-image:none; padding:2px 5px; margin:0;border
.recent_period_infos {margin-left:10px;} .recent_period_infos {margin-left:10px;}
.nb_image_page, .recent_period {width:340px;margin-top:5px;} .nb_image_page, .recent_period {width:340px;margin-top:5px;}
#action_recent_period .recent_period {display:inline-block;} #action_recent_period .recent_period {display:inline-block;}
.checkActions {padding:0 1em;}
{/literal}{/html_style} {/literal}{/html_style}
<div class="titrePage"> <div class="titrePage">

View file

@ -1258,6 +1258,14 @@ a.group_perm {
#userList_length {float:none;} #userList_length {float:none;}
#userList_filter {margin-top:-20px;} #userList_filter {margin-top:-20px;}
.dataTables_info, .dataTables_length {
padding-left:1em;
}
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_paginate {
margin-right:1em;
}
.userProperties {max-width:730px;} .userProperties {max-width:730px;}
.userPropertiesContainer {border-top:1px solid #ddd;margin-top:1em;} .userPropertiesContainer {border-top:1px solid #ddd;margin-top:1em;}
.userPropertiesSet {width:350px;float:left;padding-top:5px} .userPropertiesSet {width:350px;float:left;padding-top:5px}

View file

@ -381,10 +381,14 @@ table.dataTable tr.odd td.sorting_1 {
background-color: #282828 !important; background-color: #282828 !important;
} }
table.dataTable thead th { table.dataTable thead th, table.dataTable.no-footer {
border-color: #333 !important; border-color: #333 !important;
} }
.dataTables_wrapper .dataTables_info {
color:#777 !important;
}
.userPropertiesContainer {border-color:#333;} .userPropertiesContainer {border-color:#333;}
.userPrefs {border-color:#333;} .userPrefs {border-color:#333;}