summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/style.css
blob: 23dd121e2d8b00fe4713f63ba2e08abce2adf400 (plain) (blame)
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
.witherror {
  border: 1px solid red;
}

/*
.table-input-group tr:first-child {
  background: #EEEEEE url("./style/bg.png");
  border-style: solid none solid solid;
  border-radius: 4px 0px 0px 4px;
  border-color: #CCCCCC #555555 #CCCCCC #CCCCCC;
  border-width: 1px 0px 1px 1px;
  color: #555555;
}
*/

.table-input-group {
  border-collapse: separate;
}

.table-input-group tr.input-group {
  display: table-row;
  width: auto;
  border-collapse: separate;
}

.table-input-group tr.input-group td.input-group-addon {
  text-align: left;
  border-collapse: separate;
}

.table-input-group tr.input-group input.form-control {
  width: auto;
  min-width: 95px;
}

.table-input-group tr.input-group td:last-child input {
  border-radius: 0px 4px 4px 0px;
}

.input-group-addon {
  min-width:200px;
  text-align: left;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.table > tbody > tr > td > div {
  display: inline-block;
}