Sha256: ba8b2cda3b1908aa7a7e801f472d3a6ff592d532c93ac09db35b1e76b1c51328

Contents?: true

Size: 549 Bytes

Versions: 3

Compression:

Stored size: 549 Bytes

Contents

input[type='text'], input[type='password'], textarea {
  padding: 10px 10px;
  @include border-radius(4px);
  border: 1px solid #aaa;
  background: #f8f8f8;
  @include box-shadow(0 1px 1px rgba(0, 0, 0, 0.2) inset);
}

label { 
  margin-bottom: 10px;
  display: block;
  font-size: inherit;
}

textarea { line-height: 1.428571429; }

input[type='submit'] {
  @include pretty_button;
  font-size: 1em;
}

.field {
  margin-bottom: 20px;
}

.inline-label {
  label {
    margin-right: 20px;
    display: inline;
  }
}

.actions { margin-top: 20px; }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
manifest-rails-0.0.4 app/assets/stylesheets/manifest/_forms.css.scss
manifest-rails-0.0.3 app/assets/stylesheets/manifest/_forms.css.scss
manifest-rails-0.0.2 app/assets/stylesheets/manifest/_forms.css.scss