Sha256: be0d81daaebd9a91656dd1b1f0157242c4ff0043dac9cb63ffd921210f49dc7b

Contents?: true

Size: 1.36 KB

Versions: 2

Compression:

Stored size: 1.36 KB

Contents

@import 'mixins.css3.scss';

.jspContainer
{
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
}

.jspPane
{
  position: absolute;
}

.jspVerticalBar
{
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 10px 10px 0;
  width: 10px;
  height: 100%;
  background: transparent;
}

.jspHorizontalBar
{
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 10px 10px 10px;
  height: 10px;
  width: 100%;
  background: transparent;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
  margin: 0;
  padding: 0;
}

.jspCap
{
  display: none;
}

.jspHorizontalBar .jspCap
{
  float: left;
}

.jspTrack
{
  background: transparent;
  position: relative;
}

.jspDrag
{
  background: #acacac;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  @include border-radius(5px);

}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
  float: left;
  height: 100%;
}

.jspArrow
{
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled
{
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow
{
  height: 16px;
}

.jspHorizontalBar .jspArrow
{
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
  outline: none;
}

.jspCorner
{
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
  margin: 0 -3px 0 0;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cartoset-0.0.2 app/assets/stylesheets/jscrollpane.css.scss
cartoset-0.0.1 app/assets/stylesheets/jscrollpane.css.scss