Subversion-Projekte lars-tiefland.webanos.zeldi.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
4 lars 1
 
2
.bootstrap-touchspin .input-group-btn-vertical {
3
  position: relative;
4
  white-space: nowrap;
5
  width: 1%;
6
  vertical-align: middle;
7
  display: table-cell;
8
}
9
 
10
.bootstrap-touchspin .input-group-btn-vertical > .btn {
11
  display: block;
12
  float: none;
13
  width: 100%;
14
  max-width: 100%;
15
  padding: 8px 10px;
16
  margin-left: -1px;
17
  position: relative;
18
}
19
 
20
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
21
  border-radius: 0;
22
  border-top-right-radius: 4px;
23
}
24
 
25
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
26
  margin-top: -2px;
27
  border-radius: 0;
28
  border-bottom-right-radius: 4px;
29
}
30
 
31
.bootstrap-touchspin .input-group-btn-vertical i {
32
  position: absolute;
33
  top: 3px;
34
  left: 5px;
35
  font-size: 9px;
36
  font-weight: normal;
37
}