You are here

relation_ui.css in Relation 7

relation types form css

File

relation_ui.css
View source
  1. /**
  2. * @file relation types form css
  3. */
  4. .relation-type-form-table {
  5. display: table;
  6. }
  7. .relation-type-form-table .form-item{
  8. display: table-cell;
  9. padding-right:10px;
  10. width: 33%;
  11. }
  12. .relation-type-form-table .form-item:last-child {
  13. padding-right: 0;
  14. }