You are here

BUE.form.css in BUEditor 8.2

Same filename and directory in other branches
  1. 8 library/css/BUE.form.css
/* Form fields */
.bue-field-rows {
  display: table;
  border-spacing: 0.4em;
  margin-bottom: 0.5em;
}
.bue-field-row {
  display: table-row;
}
.bue-field-row > label {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
}
.bue-browse-button {
  margin: 0 0 0 2px;
}

File

library/css/BUE.form.css
View source
  1. /* Form fields */
  2. .bue-field-rows {
  3. display: table;
  4. border-spacing: 0.4em;
  5. margin-bottom: 0.5em;
  6. }
  7. .bue-field-row {
  8. display: table-row;
  9. }
  10. .bue-field-row > label {
  11. display: table-cell;
  12. vertical-align: middle;
  13. font-weight: normal;
  14. }
  15. .bue-browse-button {
  16. margin: 0 0 0 2px;
  17. }