mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
fixes a few issues on alignement/color with dataTables 1.10
This commit is contained in:
parent
370bc6e8f4
commit
58ccafd443
4 changed files with 23 additions and 3 deletions
|
@ -417,8 +417,12 @@ table.dataTable tr.odd td.sorting_1 {
|
|||
color:#333;
|
||||
}
|
||||
|
||||
table.dataTable thead th {
|
||||
border-color: #aaa !important;
|
||||
table.dataTable thead th, table.dataTable.no-footer {
|
||||
border-color: #ddd !important;
|
||||
}
|
||||
|
||||
.dataTables_wrapper .dataTables_info {
|
||||
color:#777 !important;
|
||||
}
|
||||
|
||||
.userPropertiesContainer {border-color:#ddd;}
|
||||
|
|
|
@ -856,6 +856,9 @@ jQuery(document).on('click', '.close-user-details', function(e) {
|
|||
|
||||
{html_style}{literal}
|
||||
.dataTables_wrapper, .dataTables_info {clear:none;}
|
||||
.dataTables_wrapper .dataTables_info {clear:none;}
|
||||
.dataTables_wrapper::after {clear:none;}
|
||||
|
||||
table.dataTable {clear:right;padding-top:10px;}
|
||||
.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;}
|
||||
.nb_image_page, .recent_period {width:340px;margin-top:5px;}
|
||||
#action_recent_period .recent_period {display:inline-block;}
|
||||
.checkActions {padding:0 1em;}
|
||||
{/literal}{/html_style}
|
||||
|
||||
<div class="titrePage">
|
||||
|
|
|
@ -1258,6 +1258,14 @@ a.group_perm {
|
|||
#userList_length {float:none;}
|
||||
#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;}
|
||||
.userPropertiesContainer {border-top:1px solid #ddd;margin-top:1em;}
|
||||
.userPropertiesSet {width:350px;float:left;padding-top:5px}
|
||||
|
|
|
@ -381,10 +381,14 @@ table.dataTable tr.odd td.sorting_1 {
|
|||
background-color: #282828 !important;
|
||||
}
|
||||
|
||||
table.dataTable thead th {
|
||||
table.dataTable thead th, table.dataTable.no-footer {
|
||||
border-color: #333 !important;
|
||||
}
|
||||
|
||||
.dataTables_wrapper .dataTables_info {
|
||||
color:#777 !important;
|
||||
}
|
||||
|
||||
.userPropertiesContainer {border-color:#333;}
|
||||
.userPrefs {border-color:#333;}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue