view webapp/src/main/webapp/jquery/jquery.range.css @ 1126:f14220f939d5

add annotationsReadOnly mode.
author robcast
date Fri, 09 Nov 2012 18:53:13 +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;
}