Sha256: 2b288f1faf175a298254f4b693786c2c71f1d8d3aabc0b509b9b56a9db8900c5

Contents?: true

Size: 942 Bytes

Versions: 2

Compression:

Stored size: 942 Bytes

Contents

form.activa-page {
  #activa-title-wrapper {
    position: relative;

    input {
      padding-right: 30px;
    }

    // Slug toggler
    a {
      position: absolute;
      right: 7px;
      top: 31px;
      display: block;
      width: 21px;
      height: 23px;
      background: asset-url("activa/icons/link.png", image) no-repeat 50% 50%;
      outline: none;
    }
  }

  div.slug {
    background: #dedede;
    padding: 7px;
    margin: 0 0 7px 0;
    @include border-radius(4px);

    #page_slug {
      padding: 2px;
      margin: 0;
      font-weight: normal;
      font-size: 100%;
      @include inline-block;
      width: 300px;
    }

    button {
      padding: 3px 20px;
    }

    span.root-url {
      @include inline-block;
    }
  }

  #page_article { height: 400px; }

  div.actions {
    overflow: hidden;

    #commit-button {
      float: right;
    }
  }
}

ul#pages {
  ul {
    padding: 0 0 0 2em !important;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activa-0.0.11 app/assets/stylesheets/activa/activa.css.scss
activa-0.0.10 app/assets/stylesheets/activa/activa.css.scss