Skip to:
Content

bbPress.org

Opened 13 years ago

Last modified 8 months ago

#1643 new defect (bug)

Admin style (RTL)

Reported by: 7i7griffin's profile 7i7GRiFFiN Owned by: 7i7griffin's profile 7i7GRiFFiN
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)

#1 @johnjamesjacoby
13 years ago

  • Milestone changed from Awaiting Review to 1.2

#2 @7i7GRiFFiN
13 years ago

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?

Note: See TracTickets for help on using tickets.