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.
45 lines
653 B
45 lines
653 B
4 years ago
|
/**
|
||
|
* @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;
|
||
|
}
|