summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/thirdparty/data-tables/style-datatable.css
blob: 516848f58c9319239eb8d2deb4546347ffbf0f96 (plain)
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
142
143
144
145
146
147
148
149
150
151
152
153
154
/* remove rounds from all elements */

div, 
input, 
select, 
textarea, 
span, 
img, 
table, 
td, 
th, 
p, 
a, 
button, 
ul,
code,
pre, 
li {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.input-mini {
  width: 25px !important;
  height:15px !important;
  padding-top: 2px !important;
  margin: 0 2px !important;
}

.input-xsmall {
  width: 80px !important;
  height:25px !important;
  padding-top: 2%;
}

.input-small {
  width: 120px !important;
}

.input-medium {
  width: 240px !important;
}

.input-large {
  width: 320px !important;
}

.input-xlarge {
  width: 480px !important;
}

.input-inline {
  display: inline-block;
  width: auto;  
  vertical-align: middle;
}

.form-control {  
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.pagination-panel {
  font-size: 13px !important;
}

.dataTables_length label {
  font-weight: 400;
  font-size: 13px !important;
}

.dataTables_info {
  font-size: 13px !important;
}

.dataTable tbody {
  font-size: 13px;
}

/***
Bootstrap Tables
***/

.table thead > tr > th {
  border-bottom: 0;
}

.table tbody tr.active td,
.table tbody tr.active th {
  background-color: #e9e9e9 !important;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
  background-color: #e1e1e1 !important;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}

.table .heading > th {
  background-color: #eee !important;
}

.detailTable {
  border-collapse:collapse;border-spacing:0;border-left:1px solid #888;border-top:1px solid #888;
}

.detailTable td{border:1px solid #ddd !important;}

/*
.detailTitleStyle {
	background-color: #428bca !important;
}
*/

.labelDetailTable {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/*
.oddDetailTable td{
	background-color: #fff !important;
}
*/
.evenDetailTable td{
	background-color: #f9f9f9 !important;
}

.detailCellStyle{
	WORD-WRAP: break-word;
}

#buttonConfirm:hover {
    cursor:pointer !important;
}