Sha256: 1e8f76e76eb38ce8cb4493cd1d50df01c4c6150f43b691837c323cb55dd85fe9

Contents?: true

Size: 982 Bytes

Versions: 4

Compression:

Stored size: 982 Bytes

Contents

form {
  margin-bottom: $base;
}

label {
  display: block;
  margin-bottom: $base / 4;
}

input[type='text'],
input[type='password'],
input[type='email'],
textarea {
  width: $base * 14;
  max-width: 100%;
  font-size: inherit;
  border: 1px solid #ccc;
  height: $base;
  padding: $base / 4;
  @include box-shadow(0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 0 white);
}

textarea {
  height: $base * 10;
}

.field {
  margin-bottom: $base;

  &.inline-label {
    label { 
      display: inline;
      margin-right: $base / 2;

      &:after { content: ':'; }
    }
  }
}

.form-actions {
  margin-top: $base;
}

.form-errors {
  width: $base * 16;
  margin-bottom: $base;
  padding: $base;
  padding-left: $base * 2;
  background: #fcc;
  border: 1px solid #faa;
  @include box-shadow(0 1px 1px rgba(0,0,0,0.1));

  h3 { font: 150% 'Oswald'; }
  p { font-style: italic; }
  li { position: relative; }
  li:before {
    content: '\279b';
    position: absolute;
    left: -24px;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
manifest-rails-0.2.3 app/assets/stylesheets/manifest/_forms.css.scss
manifest-rails-0.2.2 app/assets/stylesheets/manifest/_forms.css.scss
manifest-rails-0.2.1 app/assets/stylesheets/manifest/_forms.css.scss
manifest-rails-0.2.0 app/assets/stylesheets/manifest/_forms.css.scss