relation_ui.css in Relation 7
relation types form css
File
relation_ui.cssView source
- /**
- * @file relation types form css
- */
-
- .relation-type-form-table {
- display: table;
- }
-
- .relation-type-form-table .form-item{
- display: table-cell;
- padding-right:10px;
- width: 33%;
- }
-
- .relation-type-form-table .form-item:last-child {
- padding-right: 0;
- }