Sha256: cb215c0a696a3202d35effb1ae5d2d4a76c27fdbd310a4df6111551a88156f17

Contents?: true

Size: 805 Bytes

Versions: 1

Compression:

Stored size: 805 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

1 entries across 1 versions & 1 rubygems

Version Path
houston-core-0.5.0.beta1 app/assets/stylesheets/application/forms.scss