relation.css in Relation 8
Same filename and directory in other branches
relation types form css
File
relation.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;
- }
