Merge pull request #1623 from anassahmed/master
Fix Issue #991: RTL SASS Stylesheet
This commit is contained in:
commit
f3b7cf1391
1 changed files with 34 additions and 2 deletions
|
|
@ -13,6 +13,24 @@ body
|
||||||
|
|
||||||
#global_search
|
#global_search
|
||||||
:float right
|
:float right
|
||||||
|
|
||||||
|
#notification_badge, #message_inbox_badge
|
||||||
|
:margin 0 10px 0 -5px
|
||||||
|
|
||||||
|
#nav_badges
|
||||||
|
:left auto
|
||||||
|
:right 460px
|
||||||
|
:margin-right -20px
|
||||||
|
|
||||||
|
|
||||||
|
#notification_dropdown
|
||||||
|
:left auto
|
||||||
|
:right 507px
|
||||||
|
|
||||||
|
#view_all_notifications
|
||||||
|
:float left
|
||||||
|
:margin-right 0
|
||||||
|
:margin-left 3px
|
||||||
|
|
||||||
#notification_badge, #message_inbox_badge
|
#notification_badge, #message_inbox_badge
|
||||||
:margin 0 10px 0 -5px
|
:margin 0 10px 0 -5px
|
||||||
|
|
@ -32,6 +50,9 @@ footer ul#footer_nav
|
||||||
:left 0
|
:left 0
|
||||||
:right auto
|
:right auto
|
||||||
|
|
||||||
|
.rightBar .right
|
||||||
|
:margin-right 70px
|
||||||
|
|
||||||
.stream .avatar
|
.stream .avatar
|
||||||
:float right
|
:float right
|
||||||
|
|
||||||
|
|
@ -43,8 +64,10 @@ footer ul#footer_nav
|
||||||
:left auto
|
:left auto
|
||||||
:right -9999px
|
:right -9999px
|
||||||
|
|
||||||
#publisher #file-upload
|
#publisher_textarea_wrapper #file-upload, #publisher_textarea_wrapper #hide_publisher, #facebox .close
|
||||||
:float left
|
:right auto
|
||||||
|
:left 0
|
||||||
|
:margin-left 3px
|
||||||
|
|
||||||
#publisher .options_and_submit .public_toggle
|
#publisher .options_and_submit .public_toggle
|
||||||
:text-align left
|
:text-align left
|
||||||
|
|
@ -88,6 +111,9 @@ header ul#user_menu a
|
||||||
header ul#user_menu .right
|
header ul#user_menu .right
|
||||||
:right auto
|
:right auto
|
||||||
:left 5px
|
:left 5px
|
||||||
|
|
||||||
|
#sort_by
|
||||||
|
:float left
|
||||||
|
|
||||||
.stream_element .right
|
.stream_element .right
|
||||||
:left 12px
|
:left 12px
|
||||||
|
|
@ -173,6 +199,9 @@ ul.comments li form p, ul.show_comments li form p, div.likes li form p, div.disl
|
||||||
:left auto
|
:left auto
|
||||||
:right 35px
|
:right 35px
|
||||||
|
|
||||||
|
ul.comments li.posted .controls .delete
|
||||||
|
:float left
|
||||||
|
|
||||||
.stream .stream_element time
|
.stream .stream_element time
|
||||||
:right auto
|
:right auto
|
||||||
:left 20px
|
:left 20px
|
||||||
|
|
@ -208,6 +237,9 @@ ul.comments li form p, ul.show_comments li form p, div.likes li form p, div.disl
|
||||||
:right auto
|
:right auto
|
||||||
:left 10px
|
:left 10px
|
||||||
|
|
||||||
|
ul.left_nav .contact_count, ul.left_nav .edit
|
||||||
|
:float left
|
||||||
|
|
||||||
.conversation_participants .conversation_controls a
|
.conversation_participants .conversation_controls a
|
||||||
:margin-right 0
|
:margin-right 0
|
||||||
:margin-left 10px
|
:margin-left 10px
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue