Sha256: db83cf4a969e5b9cfb70ff7bdbda1ee9cdcc1ec3a5fd6ed0b67e05b958f87bf2

Contents?: true

Size: 622 Bytes

Versions: 3

Compression:

Stored size: 622 Bytes

Contents

#table-container{
  overflow:scroll;
  max-height: 450px;
}

#control {
  text-align: center;
  background: #FFF;
  position: absolute;
  left: 24px;
  top: 120px;
  height: 200px;
  width: 28px;
  border: 1px solid #BBB;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 999;
}

#handle {
  background: #000;
  position: absolute;
  left: -1px;
  top: 20px;
  width: 28px;
  height: 10px;
}

#bottom {
  position: absolute;
  bottom:0px;
  left: 8px;
  text-align: center;
}

#handle:hover {
  cursor: pointer;
  background: #444;
  cursor: ns-resize;
}

.show-tools .bookmark_toggle {
  padding: 0px 0px;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
geoblacklight-0.0.5 app/assets/stylesheets/geoblacklight/_styles.css.scss
geoblacklight-0.0.4 app/assets/stylesheets/geoblacklight/_styles.css.scss
geoblacklight-0.0.3 app/assets/stylesheets/geoblacklight/_styles.css.scss