update jquery.dataTables.js version to 1.10.11
[vnfsdk/refrepo.git] / openo-portal / portal-common / src / main / webapp / common / thirdparty / data-tables / DT_bootstrap.css
1 div.dataTables_length label {
2         float: left;
3         text-align: left; 
4 }
5
6 div.dataTables_length label .form-control {
7     display: inline-block;
8     width: auto;
9     vertical-align: middle;
10 }
11
12 div.dataTables_length select {
13         width: 75px;
14 }
15
16 div.dataTables_filter label {
17         float: right;
18 }
19
20 div.dataTables_info {
21         position: relative;
22         top:15px;
23 }
24
25 div.dataTables_paginate {
26         float: right;
27         margin: 0;
28 }
29
30 table.table {
31         clear: both;
32         margin-bottom: 6px !important;
33         max-width: none !important;
34 }
35
36 table.table thead .sorting,
37 table.table thead .sorting_asc,
38 table.table thead .sorting_desc,
39 table.table thead .sorting_asc_disabled,
40 table.table thead .sorting_desc_disabled {
41         cursor: pointer;
42         *cursor: hand;
43 }
44
45 table.table thead .sorting { background: url('images/sort_both.png') no-repeat center right; }
46 table.table thead .sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
47 table.table thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }
48
49 table.table thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
50 table.table thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }
51
52 table.dataTable th:active {
53         outline: none;
54 }
55
56 table.dataTable tbody {
57         font-size:13px;
58 }
59
60 /* Scrolling */
61 div.dataTables_scroll {
62         margin-bottom: 5px;
63         margin-top: 5px;
64 }
65 div.dataTables_scrollHead table {
66         margin-bottom: 0 !important;
67         border-bottom-left-radius: 0;
68         border-bottom-right-radius: 0;
69 }
70
71 div.dataTables_scrollHead table thead tr:last-child th:first-child,
72 div.dataTables_scrollHead table thead tr:last-child td:first-child {
73         border-bottom-left-radius: 0 !important;
74         border-bottom-right-radius: 0 !important;
75 }
76
77 div.dataTables_scrollBody table {
78         border-top: none;
79         margin-bottom: 0 !important;
80 }
81
82 div.dataTables_scrollBody tbody tr:first-child th,
83 div.dataTables_scrollBody tbody tr:first-child td {
84         border-top: none;       
85 }
86
87 /*
88 div.dataTables_scrollBody tbody tr td {
89         padding-left: 10px !important;
90         padding-right: 10px !important; 
91 }
92 div.dataTables_scrollHeadInner table thead tr th,
93 div.dataTables_scrollBody table thead tr th{
94         padding-left: 10px !important;
95         padding-right: 18px !important; 
96         text-align: center !important;
97 }*/
98
99 div.dataTables_scrollFoot table {
100         border-top: none;
101 }
102
103 /*
104  * TableTools styles
105  */
106
107 table.DTTT_selectable tbody tr {
108         cursor: pointer;
109         *cursor: hand;
110 }
111
112 div.DTTT .btn {
113         color: #333 !important;
114         font-size: 12px;
115 }
116
117 div.DTTT .btn:hover {
118         text-decoration: none !important;
119 }
120
121
122 ul.DTTT_dropdown.dropdown-menu a {
123         color: #333 !important; /* needed only when demo_page.css is included */
124 }
125
126 ul.DTTT_dropdown.dropdown-menu li:hover a {
127         background-color: #0088cc;
128         color: white !important;
129 }
130
131 /* TableTools information display */
132 div.DTTT_print_info.modal {
133         height: 150px;
134         margin-top: -75px;
135         text-align: center;
136 }
137
138 div.DTTT_print_info h6 {
139         font-weight: normal;
140         font-size: 28px;
141         line-height: 28px;
142         margin: 1em;
143 }
144
145 div.DTTT_print_info p {
146         font-size: 14px;
147         line-height: 20px;
148 }
149
150
151
152 /*
153  * FixedColumns styles
154  */
155 div.DTFC_LeftHeadWrapper table,
156 div.DTFC_LeftFootWrapper table,
157 table.DTFC_Cloned tr.even {
158         background-color: white;
159 }
160
161 div.DTFC_LeftHeadWrapper table {
162         margin-bottom: 0 !important;
163         border-top-right-radius: 0 !important;
164         border-bottom-left-radius: 0 !important;
165         border-bottom-right-radius: 0 !important;
166 }
167
168 div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
169 div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
170         border-bottom-left-radius: 0 !important;
171         border-bottom-right-radius: 0 !important;
172 }
173
174 div.DTFC_LeftBodyWrapper table {
175         border-top: none;
176         margin-bottom: 0 !important;
177 }
178
179 div.DTFC_LeftBodyWrapper tbody tr:first-child th,
180 div.DTFC_LeftBodyWrapper tbody tr:first-child td {
181         border-top: none;
182 }
183
184 div.DTFC_LeftFootWrapper table {
185         border-top: none;
186 }
187
188 /*浮动的确认反确认样式 */
189 td.buttonRounded {
190   background-color: #e5e5e5;  
191   color: #333333;
192   border: 0px solid #b15a59;
193   -webkit-border-radius: 0px;
194   -moz-border-radius: 0px;
195   -ms-border-radius: 0px;
196   -o-border-radius: 0px;
197   border-radius: 0px;
198   font-family: Arial, Verdana, sans-serif;
199   font-size: 12px;
200   /*padding: 0 3px;*/
201   padding-left:5px !important;
202   padding-right:5px !important;
203   height:30px !important;
204 }
205
206 td.buttonRoundedDisabled {
207   opacity: .65;  
208   height:30px !important;
209 }
210
211 div.buttonConfirm{      
212         position: absolute; left: 0px; top: 0px; width: 120px; height: 30px; z-index: 201224; overflow: visible;
213         font-size: 13px;
214 }
215 div.buttonUnConfirm{    
216         position: absolute; left: 120px; top: 0px; width: 100px; height: 30px; z-index: 201242; overflow: visible;
217         font-size: 13px;
218 }
219 div.buttonDelete{       
220         position: absolute; left: 250px; top: 0px; width: 60px; height: 30px; z-index: 201260; overflow: visible;
221         font-size: 13px;
222 }
223
224 button.btn-confirm {
225   width:90px;  
226 }
227
228 /***
229 Extended pagination
230 ***/
231 .paging_bootstrap_extended {
232   margin: 0 !important;
233   padding: 0 !important;
234   float: none !important;
235   font-size: 13px;
236 }
237
238 .modal-body {
239         font-size: 13px;
240 }