entity_share_client.admin.css in Entity Share 8.3
/*
* Pull form page.
*/
.entity-share-new {
background-color: greenyellow;
}
.entity-share-changed {
background-color: lightpink;
}
/*
* Processors page.
*/
.entity-share-client-stage-wrapper.form-item {
float: left;
box-sizing: border-box;
width: 19%;
min-width: 17em;
margin-right: 1%;
}
.entity-share-client-stage-wrapper.form-item:last-child {
margin-right: 0;
}
File
modules/entity_share_client/css/entity_share_client.admin.css
View source
- /*
- * Pull form page.
- */
- .entity-share-new {
- background-color: greenyellow;
- }
- .entity-share-changed {
- background-color: lightpink;
- }
-
- /*
- * Processors page.
- */
- .entity-share-client-stage-wrapper.form-item {
- float: left;
- box-sizing: border-box;
- width: 19%;
- min-width: 17em;
- margin-right: 1%;
- }
-
- .entity-share-client-stage-wrapper.form-item:last-child {
- margin-right: 0;
- }