Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/*
2
 *  Bootstrap TouchSpin - v3.0.1
3
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
4
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
5
 *
6
 *  Made by István Ujj-Mészáros
7
 *  Under Apache License v2.0 License
8
 */
9
 
10
.bootstrap-touchspin .input-group-btn-vertical {
11
  position: relative;
12
  white-space: nowrap;
13
  width: 1%;
14
  vertical-align: middle;
15
  display: table-cell;
16
}
17
 
18
.bootstrap-touchspin .input-group-btn-vertical > .btn {
19
  display: block;
20
  float: none;
21
  width: 100%;
22
  max-width: 100%;
23
  padding: 8px 10px;
24
  margin-left: -1px;
25
  position: relative;
26
}
27
 
28
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
29
  border-radius: 0;
30
  border-top-right-radius: 4px;
31
}
32
 
33
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
34
  margin-top: -2px;
35
  border-radius: 0;
36
  border-bottom-right-radius: 4px;
37
}
38
 
39
.bootstrap-touchspin .input-group-btn-vertical i {
40
  position: absolute;
41
  top: 3px;
42
  left: 5px;
43
  font-size: 9px;
44
  font-weight: normal;
45
}