Sha256: 11bc75a6fb4bc22ce4c210ac335c613e0e8054b83dde4620c331e5ea9e165397

Contents?: true

Size: 871 Bytes

Versions: 3

Compression:

Stored size: 871 Bytes

Contents

div.textile-toolbar {
  span.ed_sep {
    xposition: relative;
    xtop: -4px;
    padding: 0;
    height: 6px;
    width: 2px;
    margin: 0 2px;
    border-left: solid 1px #d5d5d5;
    border-right: solid 1px #f5f5f5;
  }
  button {
    margin: 0;
    background-color: #f0f0ee;
    background-repeat: no-repeat;
    border: 1px solid #f0f0ee;
    padding: 2px 0;
    &.standard {
      text-align: center;
      width: 24px;
    }
    img {
      vertical-align: text-bottom;
    }
    &:hover, &.unselected:hover {
      border: 1px solid #999;
    }
    &.selected {
      border: 1px solid #ce9100;
      background-color: #ffffff;
    }
    &.unselected {
      border: 1px solid #f0f0ee;
      background-color: #f0f0ee;
    }
    &.publish {
      padding: 5px;
      display: block;
    }
  }
  background-color: #f0f0ee;
  padding: 3px;
  margin-bottom: 4px;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
redcloth-rails-0.2.0 app/assets/stylesheets/textile-editor.css.scss
redcloth-rails-0.1.1 app/assets/stylesheets/textile-editor.css.scss
redcloth-rails-0.1.0 app/assets/stylesheets/textile-editor.css.scss