You are here

uc_webform_pane.css in Ubercart Webform Checkout Pane 7.3

Same filename and directory in other branches
  1. 6.3 uc_webform_pane.css
  2. 6.2 uc_webform_pane.css
.uc-webform-edit-table {
  width: auto;
}

.uc-webform-edit-table .uwet-label {
  text-align: right;
  font-weight: bold;
}

.uc-webform-edit-table .form-item {
  display: inline;
}

File

uc_webform_pane.css
View source
  1. .uc-webform-edit-table {
  2. width: auto;
  3. }
  4. .uc-webform-edit-table .uwet-label {
  5. text-align: right;
  6. font-weight: bold;
  7. }
  8. .uc-webform-edit-table .form-item {
  9. display: inline;
  10. }