Skip to:
Content

BuddyPress.org

Ticket #3267: rtlcommented.diff

File rtlcommented.diff, 20.2 KB (added by karmatosed, 14 years ago)
  • rtl.css

     
    1 /*
    2 Theme Name: BuddyPress Default
    3 */
    4 
    5 /***
    6 * Right to left styles. This will transform the theme to read from right to left
    7 * for languages that support this method.
    8 */
    9 
     1/*--------------------------------------------------------------
     2Hello, this is the BuddyPress Default rtl stylesheet.
     3Right to left styles. This will transform the theme to read from
     4right to left for languages that support this method.
     5----------------------------------------------------------------
     6>>> TABLE OF CONTENTS:
     7----------------------------------------------------------------
     81.0 - Structural
     9        1.1 - Content
     10        1.2 - Header
     11        1.3 - Footer
     12        1.4 - Sidebar
     132.0 - Non-structural
     14        2.1 - Text
     15        2.2 - Headers
     16        2.3 - Lists
     173.0 - Navigation
     18        3.1 - Pagination
     194.0 - WordPress
     20        4.1 - Alignments
     21        4.2 - Comments
     22        4.3 - Gallery
     23        4.4 - Images
     24        4.5 - Posts
     255.0 - BuddyPress
     26        5.1 - Activity
     27                5.1.1 - Activity Listing
     28                5.1.2 - Activity Comments
     29        5.2 - Admin Bar
     30        5.3 - Ajax Loading
     31        5.4 - Directories - Members, Groups, Blogs, Forums
     32        5.5 - Error / Success Messages
     33        5.6 - Forms
     34        5.7 - Topics and Tables - Forums and General
     35        5.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
     36        5.9 - Private Messaging Threads
     37--------------------------------------------------------------*/
     38/*--------------------------------------------------------------
     391.0 - Structure
     40--------------------------------------------------------------*/
    1041body {
    1142        direction: rtl;
    1243        unicode-bidi: embed;
    1344}
    14 
    15 
    16 /* > Global Elements
    17 -------------------------------------------------------------- */
    18 
    1945body {
    2046        background: #eaeaea url( _inc/images/background.gif ) top right repeat-x;
    2147}
    22 .clear {
    23         clear: right;
     48
     49
     50/*--------------------------------------------------------------
     511.1 - Content
     52--------------------------------------------------------------*/
     53div#container {
     54        border-left: 0;
     55        border-right: 1px solid #e0e0e0;
    2456}
    25 img.avatar {
     57div#content {
    2658        float: right;
     59        -moz-border-radius-topleft: 0;
     60        -moz-border-radius-topright: 6px;
     61        -webkit-border-top-right-radius: 6px;
     62        -webkit-border-top-left-radius: 0;
     63        -moz-border-radius-bottomleft: 0;
     64        -moz-border-radius-bottomright: 6px;
     65        -webkit-border-bottom-right-radius: 6px;
     66        -webkit-border-bottom-left-radius: 0;
    2767}
    28 .accessibly-hidden {
    29         left: auto;
    30         right: -999em;
     68div#content .padder {
     69        margin-left: 225px;
     70        margin-right: 0;
     71        border-left: 1px solid #e4e4e4;
     72        border-right: 0;
     73        -moz-border-radius-topright: 6px;
     74        -moz-border-radius-topleft: 0;
     75        -webkit-border-top-right-radius: 6px;
     76        -webkit-border-top-left-radius: 0;
     77        -moz-border-radius-bottomright: 6px;
     78        -moz-border-radius-bottomleft: 0;
     79        -webkit-border-bottom-right-radius: 6px;
     80        -webkit-border-bottom-left-radius: 0;
    3181}
     82div#content .left-menu {
     83        float: right;
     84}
     85div#content .main-column {
     86        margin-right: 190px;
     87        margin-left: 0;
     88}
    3289
    33 /* > Header
    34 -------------------------------------------------------------- */
    3590
     91/*--------------------------------------------------------------
     921.2 - Header
     93--------------------------------------------------------------*/
    3694#header #search-bar {
    3795        left: 0;
    3896        right: auto;
     
    52110}
    53111
    54112
    55 /* > Navigation
    56 -------------------------------------------------------------- */
    57 
    58 #nav {
    59         left: 15px;
    60         right: auto;
    61 }
    62 #nav li {
    63         margin-left: auto;
    64         margin-right: 5px;
     113/*--------------------------------------------------------------
     1141.3 - Footer
     115--------------------------------------------------------------*/
     116#footer-widget-area div.widget-area > ul {
    65117        float: right;
     118        margin-left: 19px;
     119        margin-right: 0;
    66120}
    67 #nav li li {
    68         margin-left: auto;
    69         margin-right: 0;
     121#footer-widget-area ul.item-list li img.avatar {
     122        margin-right: 15px; /* border is 4px */
     123        margin-left: 0;
    70124}
    71 #nav ul,
    72 #nav .sfhover ul ul,
    73 #nav :hover ul ul {
    74         left: auto;
    75         right: -9999px;
    76 }
    77 #nav .sfhover ul,
    78 #nav :hover ul {
    79         left: auto;
    80         right: 0;
    81 }
    82 #nav .sfhover ul .sfhover > ul,
    83 #nav :hover ul :hover > ul {
    84         left: auto;
    85         right: 125px;
    86 }
    87125
    88126
    89 /* > Container
    90 -------------------------------------------------------------- */
    91 
    92 div#container {
    93         border-left: 0;
    94         border-right: 1px solid #e0e0e0;
    95 }
    96 
    97 
    98 /* > Sidebar
    99 -------------------------------------------------------------- */
    100 
     127/*--------------------------------------------------------------
     1281.4 - Sidebar
     129--------------------------------------------------------------*/
    101130div#sidebar {
    102131        float: right;
    103132        margin-right: -226px;
     
    140169}
    141170
    142171
    143 /* > Content
    144 -------------------------------------------------------------- */
     172/*--------------------------------------------------------------
     1732.0 - Non-structural
     174--------------------------------------------------------------*/
     175p.postmetadata {
     176        clear: right;
     177}
    145178
    146 div#content {
    147         float: right;
    148         -moz-border-radius-topleft: 0;
    149         -moz-border-radius-topright: 6px;
    150         -webkit-border-top-right-radius: 6px;
    151         -webkit-border-top-left-radius: 0;
    152         -moz-border-radius-bottomleft: 0;
    153         -moz-border-radius-bottomright: 6px;
    154         -webkit-border-bottom-right-radius: 6px;
    155         -webkit-border-bottom-left-radius: 0;
     179
     180/*--------------------------------------------------------------
     1812.1 - Text
     182--------------------------------------------------------------*/
     183code {
     184        font-family: "Monaco", courier, sans-serif;
    156185}
    157 div#content .padder {
    158         margin-left: 225px;
    159         margin-right: 0;
    160         border-left: 1px solid #e4e4e4;
    161         border-right: 0;
    162         -moz-border-radius-topright: 6px;
    163         -moz-border-radius-topleft: 0;
    164         -webkit-border-top-right-radius: 6px;
    165         -webkit-border-top-left-radius: 0;
    166         -moz-border-radius-bottomright: 6px;
    167         -moz-border-radius-bottomleft: 0;
    168         -webkit-border-bottom-right-radius: 6px;
    169         -webkit-border-bottom-left-radius: 0;
     186blockquote {
     187        font-family: sans-serif;
    170188}
    171 div#content .left-menu {
     189table th {
     190        text-align: right;
     191}
     192div.author-box,
     193div.comment-avatar-box {
    172194        float: right;
     195        margin: 0 0 15px 15px;
     196        font-family: sans-serif;
    173197}
    174 div#content .main-column {
    175         margin-right: 190px;
     198div.post-content,
     199div.comment-content {
     200        margin-right: 105px;
    176201        margin-left: 0;
    177202}
     203p.date,
     204p.postmetadata,
     205div.comment-meta,
     206div.comment-options {
     207        font-family: sans-serif;
     208}
    178209
    179210
    180 /* > Item Headers (Profiles, Groups)
    181 -------------------------------------------------------------- */
    182 
    183 div#item-header img.avatar {
    184         float: right;
    185         margin: 0 0 25px 15px;
     211/*--------------------------------------------------------------
     2122.2 - Headers
     213--------------------------------------------------------------*/
     214/*--------------------------------------------------------------
     2152.3 - Lists
     216--------------------------------------------------------------*/
     217div.page ul,
     218div.page ol,
     219div.page dl,
     220div.post ul,
     221div.post ol,
     222div.post dl {
     223        margin: 0 1.5em 18px 0;
    186224}
    187 div#item-header span.activity {
    188         margin: 0 4px 5px 0;
     225dl {
     226        margin-right: 0;
    189227}
    190 div#item-header div#item-actions {
    191         float: left;
    192         margin: 0 15px 15px 0;
    193         text-align: left;
    194 }
    195 div#item-header ul li {
    196         float: left;
    197 }
    198 div#item-header div.generic-button,
    199 div#item-header a.button {
    200         float: right;
    201         margin: 10px 0 0 10px;
    202 }
    203228
    204229
    205 /* > Item Lists (Activity, Friend, Group lists)
    206 -------------------------------------------------------------- */
    207 
    208 ul.item-list li img.avatar {
    209         float: right;
    210         margin: 0 0 0 10px;
    211 }
    212 ul.item-list li div.item-desc {
    213         margin: 10px 64px 0 0;
    214 }
    215 ul.item-list li div.action {
    216         left: 0;
     230/*--------------------------------------------------------------
     2313.0 - Navigation
     232--------------------------------------------------------------*/
     233#nav {
     234        left: 15px;
    217235        right: auto;
    218         text-align: left;
    219236}
    220 
    221 
    222 /* > Item Tabs
    223 -------------------------------------------------------------- */
    224 
    225 div.item-list-tabs {
    226         clear: right;
    227 }
    228 div.item-list-tabs ul li {
     237#nav li {
     238        margin-left: auto;
     239        margin-right: 5px;
    229240        float: right;
    230         margin: 5px 5px 0 0;
    231241}
    232 div.item-list-tabs ul li:first-child {
    233         margin-left: 0;
    234         margin-right: 20px;
     242#nav li li {
     243        margin-left: auto;
     244        margin-right: 0;
    235245}
    236 div.item-list-tabs ul li.last {
    237         float: left;
    238         margin: 7px 0 0 20px;
     246#nav ul,
     247#nav .sfhover ul ul,
     248#nav :hover ul ul {
     249        left: auto;
     250        right: -9999px;
    239251}
    240 ul li.loading a {
    241         background-position: 8% 50%;
    242         padding-left: 30px !important;
    243         padding-right: 0 !important;
     252#nav .sfhover ul,
     253#nav :hover ul {
     254        left: auto;
     255        right: 0;
    244256}
    245 div#item-nav ul li.loading a {
    246         background-position: 12% 50%;
     257#nav .sfhover ul .sfhover > ul,
     258#nav :hover ul :hover > ul {
     259        left: auto;
     260        right: 125px;
    247261}
    248 div.item-list-tabs ul li.feed a {
    249         background-position: right center;
    250         padding-right: 20px;
    251         padding-left: 0;
     262.navigation,
     263.paged-navigation,
     264.comment-navigation {
     265        font-family: sans-serif;
    252266}
    253267
    254268
    255 /* > Item Body
    256 -------------------------------------------------------------- */
    257 
    258 span.activity,
    259 div#message p {
    260         border-left: 1px solid #FFE8C4;
    261         border-right: 0;
    262 }
    263 
    264 
    265 /* > Directories (Members, Groups, Blogs, Forums)
    266 -------------------------------------------------------------- */
    267 
    268 div.dir-search {
    269         float: left;
    270 }
    271 
    272 
    273 /* > Pagination
    274 -------------------------------------------------------------- */
    275 
     269/*--------------------------------------------------------------
     2703.1 - Pagination
     271--------------------------------------------------------------*/
    276272div.pagination .pag-count {
    277273        float: right;
    278274}
     
    281277}
    282278
    283279
    284 /* > Buttons
    285 -------------------------------------------------------------- */
    286 
    287 a.button,
    288 input[type=submit],
    289 input[type=button],
    290 ul.button-nav li a,
    291 div.generic-button a {
    292         background-position: right top;
     280/*--------------------------------------------------------------
     2814.0 - WordPress
     282--------------------------------------------------------------*/
     283/*--------------------------------------------------------------
     2844.1 - Alignments
     285--------------------------------------------------------------*/
     286.alignright {
     287        float: left;
    293288}
    294 div.accept, div.reject {
     289.alignleft {
    295290        float: right;
    296         margin-left: 0;
    297         margin-right: 10px;
    298291}
    299 ul.button-nav li {
     292.clear {
     293        clear: right;
     294}
     295img.avatar {
    300296        float: right;
    301         margin: 0 0 10px 10px;
    302297}
    303 
    304 
    305 /* > AJAX Loaders
    306 -------------------------------------------------------------- */
    307 
    308 .ajax-loader {
    309         background-position: right center !important;
     298.accessibly-hidden {
     299        left: auto;
     300        right: -999em;
    310301}
    311 a.loading {
    312         background-position: 5% 50% !important;
    313         padding-left: 25px !important;
    314         padding-right: 0 !important;
    315 }
    316302
    317303
    318 /* > Input Forms
    319 -------------------------------------------------------------- */
    320 
    321 .standard-form#signup_form div.submit {
     304/*--------------------------------------------------------------
     3054.2 - Comments
     306--------------------------------------------------------------*/
     307.comments {
    322308        float: left;
    323309}
    324 .standard-form#signup_form div.signup-avatar {
    325         margin-left: 15px;
    326         margin-right: 0;
    327 }
    328 .standard-form div.submit input {
    329         margin-left: 15px;
    330         margin-right: 0;
    331 }
    332 .standard-form div.radio ul {
    333         margin: 10px 38px 15px 0;
    334 }
    335 .standard-form #basic-details-section,
    336 .standard-form #blog-details-section,
    337 .standard-form #profile-details-section {
    338         float: right;
    339 }
    340 .standard-form #profile-details-section {
     310div.comment-meta em {
    341311        float: left;
    342312}
    343 .standard-form #blog-details-section {
    344         clear: right;
     313
     314
     315/*--------------------------------------------------------------
     3164.3 - Gallery
     317--------------------------------------------------------------*/
     318dd.wp-caption p.wp-caption-text,
     319.wp-caption p.wp-caption-text {
     320        padding: 0 0 5px 4px;
    345321}
    346322
    347323
    348 /* > Data Tables
    349 -------------------------------------------------------------- */
    350 table tr td.label {
    351         border-left: 1px solid #eaeaea;
    352         border-right: 0;
     324/*--------------------------------------------------------------
     3254.4 - Images
     326--------------------------------------------------------------*/
     327/*--------------------------------------------------------------
     3284.5 - Posts
     329--------------------------------------------------------------*/
     330.tags {
     331        float: right;
    353332}
    354 table.forum tr.closed td.td-title {
    355         padding-right: 35px;
    356         padding-left: 0;
    357         background-position: 5% 50%;
    358 }
    359 table.forum tr > td:first-child,
    360 table.forum tr > th:first-child {
    361         padding-right: 15px;
    362         padding-left: 0;
    363 }
    364 table.forum tr > td:last-child,
    365 table.forum tr > th:last-child {
    366         padding-left: 15px;
    367         padding-right: 0;
    368 }
    369 table.forum tr th#th-title,
    370 table.forum tr th#th-poster,
    371 table.forum tr th#th-group,
    372 table.forum td.td-poster,
    373 table.forum td.td-group,
    374 table.forum td.td-title {
    375         text-align: right;
    376 }
    377 table.forum td img.avatar {
    378         margin-left: 5px;
    379         margin-right: 0;
    380 }
    381333
    382334
    383 /* > Activity Stream Posting
    384 -------------------------------------------------------------- */
    385 
     335/*--------------------------------------------------------------
     3365.0 - BuddyPress
     337--------------------------------------------------------------*/
     338/*--------------------------------------------------------------
     3395.1 - Activity
     340--------------------------------------------------------------*/
    386341form#whats-new-form h5 {
    387342        margin-right: 76px;
    388343        margin-left: 0;
     
    399354}
    400355
    401356
    402 /* > Activity Stream Listing
    403 -------------------------------------------------------------- */
    404 
     357/*--------------------------------------------------------------
     3585.1.1 - Activity Listing
     359--------------------------------------------------------------*/
    405360.activity-list li.mini .activity-avatar img.avatar,
    406361.activity-list li.mini .activity-avatar img.FB_profile_pic {
    407362        margin-right: 36px;
     
    480435}
    481436
    482437
    483 /* > Activity Stream Comments
    484 -------------------------------------------------------------- */
    485 
     438/*--------------------------------------------------------------
     4395.1.2 - Activity Comments
     440--------------------------------------------------------------*/
    486441div.activity-meta {
    487442        margin: 0 3px 20px 0;
    488443        clear: right;
     
    554509}
    555510
    556511
    557 /* > Private Message Threads
    558 -------------------------------------------------------------- */
     512/*--------------------------------------------------------------
     5135.2 - Admin Bar
     514--------------------------------------------------------------*/
     515/*--------------------------------------------------------------
     5165.3 - Ajax Loading
     517--------------------------------------------------------------*/
     518.ajax-loader {
     519        background-position: right center !important;
     520}
     521a.loading {
     522        background-position: 5% 50% !important;
     523        padding-left: 25px !important;
     524        padding-right: 0 !important;
     525}
    559526
    560 div.messages-options-nav {
    561         text-align: left;
     527
     528/*--------------------------------------------------------------
     5295.4 - Directories - Members, Groups, Blogs, Forums
     530--------------------------------------------------------------*/
     531div.dir-search {
     532        float: left;
    562533}
    563 div#message-thread img.avatar {
     534
     535
     536/*--------------------------------------------------------------
     5375.5 - Error / Success Messages
     538--------------------------------------------------------------*/
     539span.activity,
     540div#message p {
     541        border-left: 1px solid #FFE8C4;
     542        border-right: 0;
     543}
     544
     545
     546/*--------------------------------------------------------------
     5475.6 - Forms
     548--------------------------------------------------------------*/
     549.standard-form#signup_form div.submit {
     550        float: left;
     551}
     552.standard-form#signup_form div.signup-avatar {
     553        margin-left: 15px;
     554        margin-right: 0;
     555}
     556.standard-form div.submit input {
     557        margin-left: 15px;
     558        margin-right: 0;
     559}
     560.standard-form div.radio ul {
     561        margin: 10px 38px 15px 0;
     562}
     563.standard-form #basic-details-section,
     564.standard-form #blog-details-section,
     565.standard-form #profile-details-section {
    564566        float: right;
    565         margin: 0 0 0 10px;
    566567}
    567 div#message-thread strong span.activity {
    568         margin: 4px 10px 0 0;
     568.standard-form #profile-details-section {
     569        float: left;
    569570}
    570 div#message-thread div.message-content {
    571         margin-right: 45px;
     571.standard-form #blog-details-section {
     572        clear: right;
     573}
     574a.button,
     575input[type=submit],
     576input[type=button],
     577ul.button-nav li a,
     578div.generic-button a {
     579        background-position: right top;
     580}
     581div.accept, div.reject {
     582        float: right;
    572583        margin-left: 0;
     584        margin-right: 10px;
    573585}
    574 div#message-thread div.message-options {
    575         text-align: left;
     586ul.button-nav li {
     587        float: right;
     588        margin: 0 0 10px 10px;
    576589}
    577590
    578591
    579 /* > Group Forum Topics
    580 -------------------------------------------------------------- */
    581 
     592/*--------------------------------------------------------------
     5935.7 - Topics and Tables - Forums and General
     594--------------------------------------------------------------*/
     595table tr td.label {
     596        border-left: 1px solid #eaeaea;
     597        border-right: 0;
     598}
     599table.forum tr.closed td.td-title {
     600        padding-right: 35px;
     601        padding-left: 0;
     602        background-position: 5% 50%;
     603}
     604table.forum tr > td:first-child,
     605table.forum tr > th:first-child {
     606        padding-right: 15px;
     607        padding-left: 0;
     608}
     609table.forum tr > td:last-child,
     610table.forum tr > th:last-child {
     611        padding-left: 15px;
     612        padding-right: 0;
     613}
     614table.forum tr th#th-title,
     615table.forum tr th#th-poster,
     616table.forum tr th#th-group,
     617table.forum td.td-poster,
     618table.forum td.td-group,
     619table.forum td.td-title {
     620        text-align: right;
     621}
     622table.forum td img.avatar {
     623        margin-left: 5px;
     624        margin-right: 0;
     625}
    582626ul#topic-post-list li div.post-content {
    583627        margin-right: 54px;
    584628        margin-left: 0;
     
    593637}
    594638
    595639
    596 /* > WordPress Blog Styles
    597 -------------------------------------------------------------- */
    598 
    599 .navigation,
    600 .paged-navigation,
    601 .comment-navigation {
    602         font-family: sans-serif;
     640/*--------------------------------------------------------------
     6415.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
     642--------------------------------------------------------------*/
     643div#item-header img.avatar {
     644        float: right;
     645        margin: 0 0 25px 15px;
    603646}
    604 .alignright {
     647div#item-header span.activity {
     648        margin: 0 4px 5px 0;
     649}
     650div#item-header div#item-actions {
    605651        float: left;
     652        margin: 0 15px 15px 0;
     653        text-align: left;
    606654}
    607 .alignleft {
     655div#item-header ul li {
     656        float: left;
     657}
     658div#item-header div.generic-button,
     659div#item-header a.button {
    608660        float: right;
     661        margin: 10px 0 0 10px;
    609662}
    610 div.page ul,
    611 div.page ol,
    612 div.page dl,
    613 div.post ul,
    614 div.post ol,
    615 div.post dl {
    616         margin: 0 1.5em 18px 0;
     663ul.item-list li img.avatar {
     664        float: right;
     665        margin: 0 0 0 10px;
    617666}
    618 dl {
    619         margin-right: 0;
     667ul.item-list li div.item-desc {
     668        margin: 10px 64px 0 0;
    620669}
    621 code {
    622         font-family: "Monaco", courier, sans-serif;
     670ul.item-list li div.action {
     671        left: 0;
     672        right: auto;
     673        text-align: left;
    623674}
    624 blockquote {
    625         font-family: sans-serif;
     675div.item-list-tabs {
     676        clear: right;
    626677}
    627 table th {
    628         text-align: right;
    629 }
    630 div.author-box,
    631 div.comment-avatar-box {
     678div.item-list-tabs ul li {
    632679        float: right;
    633         margin: 0 0 15px 15px;
    634         font-family: sans-serif;
     680        margin: 5px 5px 0 0;
    635681}
    636 div.post-content,
    637 div.comment-content {
    638         margin-right: 105px;
     682div.item-list-tabs ul li:first-child {
    639683        margin-left: 0;
     684        margin-right: 20px;
    640685}
    641 p.date,
    642 p.postmetadata,
    643 div.comment-meta,
    644 div.comment-options {
    645         font-family: sans-serif;
     686div.item-list-tabs ul li.last {
     687        float: left;
     688        margin: 7px 0 0 20px;
    646689}
    647 p.postmetadata {
    648         clear: right;
     690ul li.loading a {
     691        background-position: 8% 50%;
     692        padding-left: 30px !important;
     693        padding-right: 0 !important;
    649694}
    650 .tags {
    651         float: right;
     695div#item-nav ul li.loading a {
     696        background-position: 12% 50%;
    652697}
    653 .comments {
    654         float: left;
     698div.item-list-tabs ul li.feed a {
     699        background-position: right center;
     700        padding-right: 20px;
     701        padding-left: 0;
    655702}
    656 dd.wp-caption p.wp-caption-text,
    657 .wp-caption p.wp-caption-text {
    658         padding: 0 0 5px 4px;
    659 }
    660703
    661704
    662 /* > WordPress Blog Comment Styles
    663 -------------------------------------------------------------- */
    664 
    665 div.comment-meta em {
    666         float: left;
     705/*--------------------------------------------------------------
     7065.9 - Private Messaging Threads
     707--------------------------------------------------------------*/
     708div.messages-options-nav {
     709        text-align: left;
    667710}
    668 
    669 
    670 /* > Footer
    671 -------------------------------------------------------------- */
    672 
    673 #footer-widget-area div.widget-area > ul {
     711div#message-thread img.avatar {
    674712        float: right;
    675         margin-left: 19px;
    676         margin-right: 0;
     713        margin: 0 0 0 10px;
    677714}
    678 #footer-widget-area ul.item-list li img.avatar {
    679         margin-right: 15px; /* border is 4px */
     715div#message-thread strong span.activity {
     716        margin: 4px 10px 0 0;
     717}
     718div#message-thread div.message-content {
     719        margin-right: 45px;
    680720        margin-left: 0;
     721}
     722div#message-thread div.message-options {
     723        text-align: left;
    681724}
     725 No newline at end of file