This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/sites/all/modules/views/css/views-list-rtl.css

27 lines
402 B
CSS

table.views-entry {
clear: right; /* RTL */
}
table.views-entry td.view-ops {
text-align: left; /* RTL */
}
#views-ui-list-views-form .form-item {
padding-left: 1em; /* RTL */
float: right; /* RTL */
}
#edit-order-wrapper {
clear: right; /* RTL */
}
#edit-views-apply,
#edit-views-reset {
float: right; /* RTL */
}
.views-entry .advanced-help-link {
padding-left: 3px; /* RTL */
}