Sha256: 307a491c644114f67c7cf1a3fc2f4b1a3e6d8265307c03a2f1f42a31190d9818

Contents?: true

Size: 595 Bytes

Versions: 3

Compression:

Stored size: 595 Bytes

Contents

form .hint {
  display: block;
  margin-top: -10px;
  color: #aaa;
}
form label abbr {
  color: green;
  font-size: 18px;
  font-weight: normal;
}
form .field {
  position: relative;
  width: 550px;
}
form label {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
form input,
form textarea {
  margin-bottom: 15px;
  padding: 3px;
  width: 100%;
}
textarea {
  line-height: 18px;
  height: 300px;
}
span.error {
  color: red;
  position: absolute;
  top: 5px;
  right: -5px;
}
.field_with_errors input,
.field_with_errors textarea {
  background: #fde6e4;
  border: 1px solid red;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rostra-0.0.3 app/assets/stylesheets/rostra/forms.css
rostra-0.0.2 app/assets/stylesheets/rostra/forms.css
rostra-0.0.1 app/assets/stylesheets/rostra/forms.css