view webapp/src/main/webapp/jquery/jquery.range.css @ 1102:8878c6e36fd5

refactoring; define regions in JS
author hertzhaft
date Fri, 26 Oct 2012 10:32:14 +0200
parents ef94924cc0c4
children
line wrap: on
line source

.range-input {
  position: relative;
  height: 25px;
}

.range-rail {
  background: url('img/range-rail-x.png') repeat-x 0 -2px;
  height: 10px;
}

.range-selection {
  position: absolute;
  background: #aaa;
  height: 3px;
  top: 5px;
  border-top: 1px solid #999;
}

.range-handle {
  display: block;
  position: absolute;
  top: 0px;
  background: url('img/range-thumb.png') no-repeat 0 -12px;
  width:14px;
  height: 26px;
  border-radius: 10px;
}