Files
server/usr/share/psa-horde/imp/themes/default/rtl.css
2026-01-07 20:52:11 +01:00

34 lines
567 B
CSS

/**
* S.Niksefat & C.Mortezania in Amirkabir MetaNET Ltd.
*/
/* Message list table styles. */
.messageList th {
text-align: right;
}
/* Navbar action styling. */
.msgactions li {
float: right;
border-right: 0;
border-left: 1px solid #888;
}
.msgactions a.hasmenu {
padding-right: 0;
padding-left: 11px;
background-position: center left;
}
.msgactions li ul {
left: auto;
right: -1px;
}
#msgheaders {
clear: right;
}
/* Pad the addressbook icon in header compose links. */
.msgheader img {
padding: 1px 2px 1px 1px;
}