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/themes/chameleon/common-rtl.css

18 lines
228 B
CSS

body {
direction: rtl;
}
.navlinks {
padding: 0em 0em 1.5em 0.5em;
}
.primary a {
padding: 0em 0em 0em 0.5em;
}
.secondary a {
padding: 0em 0em 0em 0.5em;
}
#header img {
float: right;
padding: 0em 0em .5em 2em;
}