-
Notifications
You must be signed in to change notification settings - Fork 0
/
ajuste-colunas.css
141 lines (116 loc) · 3.06 KB
/
ajuste-colunas.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
.btnOKDataTableFilter {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
background-color:#d0451b;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
border:1px solid #942911;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:14px;
font-weight:bold;
padding:12px 11px;
text-decoration:none;
}
.btnOKDataTableFilter:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
background-color:#bc3315;
}
.btnOKDataTableFilter:active {
position:relative;
top:1px;
}
.dataTables_processing {
z-index: 1000;
}
.dataTable {
cellpadding: 0;
cellspacing: 0;
}
.datatable th div.dataTables_sizing
.dataTables_wrapper{
font-size:12px;
width:100%;
margin: 0 auto;
font-family:calibri;
}
.datatable th div.dataTables_sizing {
font-size: 12px;
width:100%;
margin: 0 auto;
font-family:calibri
}
.display {
font-size:12px;
width:100%;
margin: 0 auto;
font-family:calibri;}
td:last-of-type {width: 200px; }
.sorting:last-of-type {width: 200px; }
.sorting_asc:last-of-type{width:200px;}
.dataTables_filter input {
font-size:20px;
width:700px;
background-color: lightgoldenrodyellow;
margin-right: 10px;
}
.dataTables_filter label {
font-size:20px;
width:700px;
color: #d0451b;
font-weight: bold
}
.dataTables_processing {
z-index: 1000;
}
.dataTable {
cellpadding: 0;
cellspacing: 0;
}
.datatable th div.dataTables_sizing
.dataTables_wrapper{
font-size:12px;
width:100%;
margin: 0 auto;
font-family:calibri;
}
.datatable th div.dataTables_sizing {
font-size: 12px;
width:100%;
margin: 0 auto;
font-family:calibri
}
.display {
font-size:12px;
width:100%;
margin: 0 auto;
font-family:calibri;}
td:last-of-type {width: 200px; }
.sorting:last-of-type {width: 200px; }
.sorting_asc:last-of-type{width:200px;}
.dataTables_filter input {
font-size:20px;
width:700px;
background-color: lightgoldenrodyellow;
margin-right : 20px;
}
.dataTables_filter label {
font-size:20px;
width:700px;
color: #d0451b;
font-weight: bold
}