Subversion Repositories SmartDukaan

Rev

Rev 13822 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13822 Rev 13900
Line 47... Line 47...
47
  bottom: 0;
47
  bottom: 0;
48
}
48
}
49
.slider.slider-horizontal .slider-tick,
49
.slider.slider-horizontal .slider-tick,
50
.slider.slider-horizontal .slider-handle {
50
.slider.slider-horizontal .slider-handle {
51
  margin-left: -10px;
51
  margin-left: -10px;
52
  margin-top: -5px;
52
  margin-top: -15px;
53
}
53
}
54
.slider.slider-horizontal .slider-tick.triangle,
54
.slider.slider-horizontal .slider-tick.triangle,
55
.slider.slider-horizontal .slider-handle.triangle {
55
.slider.slider-horizontal .slider-handle.triangle {
56
  border-width: 0 10px 10px 10px;
56
  border-width: 0 10px 10px 10px;
57
  width: 0;
57
  width: 0;
Line 144... Line 144...
144
}
144
}
145
.slider-selection {
145
.slider-selection {
146
  position: absolute;
146
  position: absolute;
147
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
147
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
148
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
148
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
149
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
149
  background-image: linear-gradient(to bottom, #81bfde 0%, #81bfde 100%);
150
  background-repeat: repeat-x;
150
  background-repeat: repeat-x;
151
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
151
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
152
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
152
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
153
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
153
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
154
  -webkit-box-sizing: border-box;
154
  -webkit-box-sizing: border-box;
Line 165... Line 165...
165
  box-sizing: border-box;
165
  box-sizing: border-box;
166
  border-radius: 4px;
166
  border-radius: 4px;
167
}
167
}
168
.slider-handle {
168
.slider-handle {
169
  position: absolute;
169
  position: absolute;
170
  width: 20px;
170
  width: 40px;
171
  height: 20px;
171
  height: 40px;
172
  background-color: #337ab7;
172
  background-color: #58d936;
173
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
173
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
174
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
174
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
175
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
175
  background-image: linear-gradient(to bottom, #58d936 0%, #58d936 100%);
176
  background-repeat: repeat-x;
176
  background-repeat: repeat-x;
177
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
177
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
178
  filter: none;
178
  filter: none;
179
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
179
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
180
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
180
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
Line 233... Line 233...
233
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
233
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
234
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
234
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
235
  background-repeat: repeat-x;
235
  background-repeat: repeat-x;
236
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
236
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
237
  opacity: 1;
237
  opacity: 1;
238
}
-
 
239
238
}
-
 
239