Making WordPress.org

Changeset 2731


Ignore:
Timestamp:
03/10/2016 09:48:01 PM (9 years ago)
Author:
coffee2code
Message:

Browse Happy: Add RTL support.

Fixes #1594.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/browsehappy.com/public_html/style.css

    r2596 r2731  
    201201}
    202202
     203html[dir="rtl"] .browser-status-text {
     204    float: right;
     205}
     206
    203207.browser-status-action {
    204208    float: right;
     
    207211    margin-right: -10px;
    208212}
     213
     214html[dir="rtl"] .browser-status-action {
     215    float: left;
     216    text-align: left;
     217    margin-right: 0;
     218    margin-left: -10px;
     219}
     220
    209221.browser-status-action a {
    210222    display: block;
     
    270282    float: left;
    271283    margin: 12px 0 0;
     284}
     285
     286html[dir="rtl"] #browserlist li {
     287    float: right;
    272288}
    273289
     
    460476}
    461477
     478html[dir="rtl"] #browserlist p.likebutton iframe html {
     479    float: right;
     480}
     481
    462482/* Footer */
    463483
     
    505525}
    506526
     527html[dir="rtl"] #about, html[dir="rtl"] #share {
     528    float: right;
     529    margin-left: 15px;
     530    margin-right: 0;
     531}
     532html[dir="rtl"] #share {
     533    float: left;
     534}
     535
    507536.ie6 #share {
    508537    display: inline; /* Fix for double margin float bug */
     
    514543    float: left;
    515544    margin-right: 9px;
     545}
     546
     547html[dir="rtl"] #share nav li {
     548    float: right;
     549    margin-right: 0;
     550    margin-left: 9px;
    516551}
    517552
Note: See TracChangeset for help on using the changeset viewer.