You are here

compact_forms.css in Compact Forms 7

Same filename and directory in other branches
  1. 5 compact_forms.css
  2. 6 compact_forms.css
.compact-form-wrapper {
  position: relative;
  text-align: left;
}
.compact-form-label {
  position: absolute;
  top: 1px;
  left: 5px;
  z-index: 1;
  font-size: .9em;
}

File

compact_forms.css
View source
  1. .compact-form-wrapper {
  2. position: relative;
  3. text-align: left;
  4. }
  5. .compact-form-label {
  6. position: absolute;
  7. top: 1px;
  8. left: 5px;
  9. z-index: 1;
  10. font-size: .9em;
  11. }