Sha256: bffece93dbe5a8ad3de12de2a2b1defda75433eb4200d9e9dd104e6c668bf168

Contents?: true

Size: 670 Bytes

Versions: 1

Compression:

Stored size: 670 Bytes

Contents

body.logged_in {
  &.new, &.edit, &.create, &.update {
    .formtastic legend {
      font-weight: normal;
    }

    .input {
      .label {
        width: 25%;
        float: left;
        height: 25px;
        text-align: left;
        padding-right: 20px;
        margin: auto 0;
      }

      input {
        width: 50%;

        &[type='radio'] {
          width: auto;
        }
      }

      &.boolean {
        margin-left: 25%;

        input {
          width: auto;
        }
      }

      li.fragment {
        display: inline;
      }

      .inline-errors {
        padding-left: 25%;
      }
    }

    .actions {
      padding-left: 25%;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arctic_admin-1.1.2 app/assets/stylesheets/pages/_edit.scss