rules for php 7.4 which is on ubuntu 20. May also need this version of rules for php7.2. Base off of Development version: 7.x-2.x-dev updated 15 Mar 2020 at 21:52 UTC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
653 B

/**
* @file
* Right-to-Left stylesheet for the Rules module.
*/
.rules-elements-table ul.rules-operations li {
float: right;
}
.rules-elements-table ul.rules-operations a {
padding-right: 0px;
}
ul.rules-operations-add li {
float: right;
}
.rules-elements-table .tabledrag-toggle-weight-wrapper {
right: auto;
left: 0px;
}
.rules-elements-table caption,
.rules-overview-table caption {
text-align: right;
}
.rules-debug-icon-open {
float: right;
}
.rules-debug-log ul {
padding-left: 0;
padding-right: 2em;
}
.rules-element-content {
float: right;
}
ul.rules-autocomplete div {
padding-left: 0;
padding-right: 5px;
}