Sha256: 0dfdd5f91dc0e5a90217df6c69f010402f7e707bc5913c6c1df03974655d43e6

Contents?: true

Size: 802 Bytes

Versions: 27

Compression:

Stored size: 802 Bytes

Contents

form.form-horizontal {
  hr { margin: 0; }
  .control-group { margin: 10px 0; }
  .control-group.highlight { background-color: #ffd; }
}

.control-label.optional::after {
  font-weight: normal;
  content: ' (optional)';
  color: #bbb;
}

form.form-horizontal {
  .control-label.optional::after {
    content: '\A(optional)';
    white-space: pre;
  }
}

form.button_to {
  display: inline-block;
  margin: 0;
}

.controls > ul {
  margin: 0 0 5px 0;
  padding: 5px 0 0 0;

  li { list-style-type: none; }
}

@media only screen and (max-width: 600px) {
  form.form-horizontal {
    .control-label { float: none; text-align: left; }
    .controls, .form-actions { padding-left: 0; }
  }
}

.project-feature-fields {
  padding-left: 2.5em;
}

.instructions {
  font-style: italic;
  margin: 10px 0 5px;
}

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
houston-core-0.9.2 app/assets/stylesheets/houston/application/forms.scss
houston-core-0.9.1 app/assets/stylesheets/houston/application/forms.scss
houston-core-0.9.0 app/assets/stylesheets/houston/application/forms.scss
houston-core-0.9.0.rc1 app/assets/stylesheets/houston/application/forms.scss
houston-core-0.8.4 app/assets/stylesheets/houston/application/forms.scss
houston-core-0.8.3 app/assets/stylesheets/houston/application/forms.scss
houston-core-0.8.2 app/assets/stylesheets/houston/application/forms.scss
houston-core-0.8.1 app/assets/stylesheets/houston/application/forms.scss
houston-core-0.8.0 app/assets/stylesheets/houston/application/forms.scss
houston-core-0.8.0.pre2 app/assets/stylesheets/houston/application/forms.scss
houston-core-0.8.0.pre app/assets/stylesheets/houston/application/forms.scss
houston-core-0.7.0 app/assets/stylesheets/houston/application/forms.scss
houston-core-0.7.0.beta4 app/assets/stylesheets/houston/application/forms.scss
houston-core-0.7.0.beta3 app/assets/stylesheets/houston/application/forms.scss
houston-core-0.7.0.beta2 app/assets/stylesheets/houston/application/forms.scss
houston-core-0.7.0.beta app/assets/stylesheets/houston/application/forms.scss
houston-core-0.6.3 app/assets/stylesheets/application/forms.scss
houston-core-0.6.2 app/assets/stylesheets/application/forms.scss
houston-core-0.6.1 app/assets/stylesheets/application/forms.scss
houston-core-0.6.0 app/assets/stylesheets/application/forms.scss