Opened 14 years ago
Last modified 19 months ago
#1643 new defect (bug)
Admin style (RTL)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Future Release (Legacy) | Priority: | normal |
| Severity: | normal | Version: | 1.1-alpha |
| Component: | General - UI/UX | Keywords: | rtl-feedback needs-ui |
| Cc: | johnjamesjacoby |
Description
H2 tag need to change something:
font-family: Tahoma, "Times New Roman";
font-style: normal;
And menu need to change it UI:
ul#bbAdminMenu li.bb-menu a {
font-family: Tahoma, "Times New Roman";
font-weight: bold;
}
And footer too:
div#bbFoot {
font-family: Tahoma, "Times New Roman";
font-style: normal;
}
Change History (2)
Note: See
TracTickets for help on using
tickets.
Also this :-D:
form.settings input.submit { font-family: Tahoma; } form.search-form div.submit input.button, form.bulk-form input.button { font-family: Tahoma; }Can I write the Kamunei theme RTL style too here?