source: prototipo_portal_2018/WebContent/css/dataTables.bootstrap.css @ 36a30d1

Last change on this file since 36a30d1 was 36a30d1, checked in by Pedro Buitrago <pbuitrago@…>, 9 years ago

se agraga los .js y css para la visualización de las tablas en la sección de verificar la firma electronica

  • Property mode set to 100644
File size: 5.5 KB
Line 
1div.dataTables_length label {
2        font-weight: normal;
3        float: left;
4        text-align: left;
5}
6
7div.dataTables_length select {
8        width: 75px;
9}
10
11div.dataTables_filter label {
12        font-weight: normal;
13        float: right;
14}
15
16div.dataTables_filter input {
17        width: 16em;
18}
19
20div.dataTables_info {
21        padding-top: 8px;
22}
23
24div.dataTables_paginate {
25        float: right;
26        margin: 0;
27}
28
29div.dataTables_paginate ul.pagination {
30        margin: 2px 0;
31        white-space: nowrap;
32}
33
34table.dataTable td,
35table.dataTable th {
36        -webkit-box-sizing: content-box;
37        -moz-box-sizing: content-box;
38        box-sizing: content-box;
39}
40
41
42table.dataTable {
43        clear: both;
44        margin-top: 6px !important;
45        margin-bottom: 6px !important;
46        max-width: none !important;
47}
48
49table.dataTable thead .sorting,
50table.dataTable thead .sorting_asc,
51table.dataTable thead .sorting_desc,
52table.dataTable thead .sorting_asc_disabled,
53table.dataTable thead .sorting_desc_disabled {
54        cursor: pointer;
55}
56
57table.dataTable thead .sorting { background: url('../images/sort_both.png') no-repeat center right; }
58table.dataTable thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
59table.dataTable thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }
60
61table.dataTable thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
62table.dataTable thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
63
64table.dataTable thead > tr > th {
65        padding-left: 18px;
66        padding-right: 18px;
67}
68
69table.dataTable th:active {
70        outline: none;
71}
72
73/* Scrolling */
74div.dataTables_scrollHead table {
75        margin-bottom: 0 !important;
76        border-bottom-left-radius: 0;
77        border-bottom-right-radius: 0;
78}
79
80div.dataTables_scrollHead table thead tr:last-child th:first-child,
81div.dataTables_scrollHead table thead tr:last-child td:first-child {
82        border-bottom-left-radius: 0 !important;
83        border-bottom-right-radius: 0 !important;
84}
85
86div.dataTables_scrollBody table {
87        border-top: none;
88        margin-top: 0 !important;
89        margin-bottom: 0 !important;
90}
91
92div.dataTables_scrollBody tbody tr:first-child th,
93div.dataTables_scrollBody tbody tr:first-child td {
94        border-top: none;
95}
96
97div.dataTables_scrollFoot table {
98        margin-top: 0 !important;
99        border-top: none;
100}
101
102/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
103   width calculations when using scrolling impossible to align columns. We have
104   to use separate
105 */
106table.table-bordered.dataTable {
107        border-collapse: separate !important;
108}
109table.table-bordered thead th,
110table.table-bordered thead td {
111        border-left-width: 0;
112        border-top-width: 0;
113}
114table.table-bordered tbody th,
115table.table-bordered tbody td {
116        border-left-width: 0;
117        border-bottom-width: 0;
118}
119table.table-bordered th:last-child,
120table.table-bordered td:last-child {
121        border-right-width: 0;
122}
123div.dataTables_scrollHead table.table-bordered {
124        border-bottom-width: 0;
125}
126
127
128
129
130/*
131 * TableTools styles
132 */
133.table tbody tr.active td,
134.table tbody tr.active th {
135        background-color: #08C;
136        color: white;
137}
138
139.table tbody tr.active:hover td,
140.table tbody tr.active:hover th {
141        background-color: #0075b0 !important;
142}
143
144.table tbody tr.active a {
145        color: white;
146}
147
148.table-striped tbody tr.active:nth-child(odd) td,
149.table-striped tbody tr.active:nth-child(odd) th {
150        background-color: #017ebc;
151}
152
153table.DTTT_selectable tbody tr {
154        cursor: pointer;
155}
156
157div.DTTT .btn {
158        color: #333 !important;
159        font-size: 12px;
160}
161
162div.DTTT .btn:hover {
163        text-decoration: none !important;
164}
165
166ul.DTTT_dropdown.dropdown-menu {
167  z-index: 2003;
168}
169
170ul.DTTT_dropdown.dropdown-menu a {
171        color: #333 !important; /* needed only when demo_page.css is included */
172}
173
174ul.DTTT_dropdown.dropdown-menu li {
175        position: relative;
176}
177
178ul.DTTT_dropdown.dropdown-menu li:hover a {
179        background-color: #0088cc;
180        color: white !important;
181}
182
183div.DTTT_collection_background {
184        z-index: 2002; 
185}
186
187/* TableTools information display */
188div.DTTT_print_info.modal {
189        height: 150px;
190        margin-top: -75px;
191        text-align: center;
192}
193
194div.DTTT_print_info h6 {
195        font-weight: normal;
196        font-size: 28px;
197        line-height: 28px;
198        margin: 1em;
199}
200
201div.DTTT_print_info p {
202        font-size: 14px;
203        line-height: 20px;
204}
205
206
207
208/*
209 * FixedColumns styles
210 */
211div.DTFC_LeftHeadWrapper table,
212div.DTFC_LeftFootWrapper table,
213div.DTFC_RightHeadWrapper table,
214div.DTFC_RightFootWrapper table,
215table.DTFC_Cloned tr.even {
216    background-color: white;
217    margin-bottom: 0;
218}
219 
220div.DTFC_RightHeadWrapper table ,
221div.DTFC_LeftHeadWrapper table {
222    margin-bottom: 0 !important;
223    border-top-right-radius: 0 !important;
224    border-bottom-left-radius: 0 !important;
225    border-bottom-right-radius: 0 !important;
226}
227 
228div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
229div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
230div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
231div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
232    border-bottom-left-radius: 0 !important;
233    border-bottom-right-radius: 0 !important;
234}
235 
236div.DTFC_RightBodyWrapper table,
237div.DTFC_LeftBodyWrapper table {
238    border-top: none;
239    margin: 0 !important;
240}
241 
242div.DTFC_RightBodyWrapper tbody tr:first-child th,
243div.DTFC_RightBodyWrapper tbody tr:first-child td,
244div.DTFC_LeftBodyWrapper tbody tr:first-child th,
245div.DTFC_LeftBodyWrapper tbody tr:first-child td {
246    border-top: none;
247}
248 
249div.DTFC_RightFootWrapper table,
250div.DTFC_LeftFootWrapper table {
251    border-top: none;
252}
253
254
255/*
256 * FixedHeader styles
257 */
258div.FixedHeader_Cloned table {
259        margin: 0 !important
260}
261
Note: See TracBrowser for help on using the repository browser.