Skip to:
Content

BuddyPress.org

Ticket #4193: 4193.01.patch

File 4193.01.patch, 2.2 KB (added by r-a-y, 12 years ago)
  • bp-themes/bp-default/_inc/css/default-rtl.css

    body { 
    4747        background: #eaeaea url( ../images/background.gif ) top right repeat-x;
    4848}
    4949
    50 
    5150/*--------------------------------------------------------------
    52511.1 - Content
    5352--------------------------------------------------------------*/
    div#content .main-column { 
    93921.2 - Header
    9493--------------------------------------------------------------*/
    9594#header #search-bar {
    96         left: 0;
    97         right: auto;
    9895        text-align: left;
    9996}
     97
    10098#header #search-bar input[type=text] {
    10199        margin-left: 4px;
    102100        margin-right: 0;
    div#content .main-column { 
    107105}
    108106#header h1 {
    109107        float: right;
    110         left: auto;
    111         right: 20px;
    112108}
    113109
    114110
    dl { 
    230226/*--------------------------------------------------------------
    2312273.0 - Navigation
    232228--------------------------------------------------------------*/
    233 #navigation {
    234         text-align: left;
    235 }
    236229#nav {
     230        float: left;
    237231        margin: 40px 0 0 20px;
    238232}
    239233#nav li {
     234        float: right;
    240235        margin-left: auto;
    241236        margin-right: 5px;
    242237}
    dl { 
    247242        margin-left: auto;
    248243        margin-right: 0;
    249244}
     245
     246#nav ul,
     247#nav .sfhover ul ul,
     248#nav :hover ul ul {
     249        left: auto;
     250        right: 0;
     251}
    250252#nav .sfhover ul .sfhover > ul,
    251253#nav :hover ul :hover > ul {
    252254        left: auto;
  • bp-themes/bp-default/_inc/css/default.css

    textarea { 
    159159        margin-bottom: 20px;
    160160        padding-top: 25px;
    161161        position: relative;
     162        width: 100%;
    162163        z-index: 1000;
    163164}
    164165#header #search-bar {
    165166        margin-top: 5px;
    166167        text-align: right;
    167         width: 100%;
    168168}
    169169#header #search-bar .padder {
    170170        padding: 10px 15px 0 20px;
    p:last-child { 
    347347        margin-bottom: 0;
    348348}
    349349.accessibly-hidden {
    350         left: -999em;
    351350        position: absolute;
     351        text-indent: -999em;
    352352}
    353353hr {
    354354        background-color: #e7e7e7;
    a:focus { 
    599599#nav :hover ul ul {
    600600        display: none;
    601601        position: absolute;
     602        left: 0;
    602603}
    603604#nav .sfhover ul,
    604605#nav :hover ul {