Sha256: 4e7b2e47c206f1b3df12282f8adc74f58c95415b113c04edf29af61df2409ff6

Contents?: true

Size: 803 Bytes

Versions: 2

Compression:

Stored size: 803 Bytes

Contents

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

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

      input {
        width: 50%;

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

      select {
        min-width: 50%;
        height: 30px;
      }

      &.boolean {
        margin-left: 25%;

        input {
          width: auto;
        }
      }

      li.fragment {
        display: inline;
      }

      li.choice {
        margin-left: 25%;
      }

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
arctic_admin-1.2.4 app/assets/stylesheets/pages/_form.scss
arctic_admin-1.2.3 app/assets/stylesheets/pages/_form.scss