summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/style.css
blob: 22d769ed10d62ac94a5ace7dde55d0a29e3dc94f (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
.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;
}

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