view webapp/src/main/webapp/jquery/jquery.range.css @ 1158:2ee261676828 default tip

better out-of-the box experience: * digilib works without config files using sensible defaults * new sample images folder used by default * config files moved to templates
author robcast
date Tue, 19 Feb 2013 17:32:25 +0100
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;
}