From: Samantha Doherty Date: Thu, 22 Sep 2011 13:27:36 +0000 (-0400) Subject: Update RTL stylesheet for neo. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f65fa42e1540956e4122f895feb709c033043ff3;p=quix0rs-gnu-social.git Update RTL stylesheet for neo. --- diff --git a/theme/neo/css/rtl.css b/theme/neo/css/rtl.css index e677e7f6e6..f1187c64d1 100644 --- a/theme/neo/css/rtl.css +++ b/theme/neo/css/rtl.css @@ -85,6 +85,10 @@ address{ margin-left: 0; } +.notice p.entry-content { + float: left; +} + .threaded-replies .form_notice #notice_action-submit { right: 10px; } @@ -264,6 +268,29 @@ select { float: left; } +.profile .entity_profile .fn, .profile .entity_profile .label { + margin-right: 11px; + margin-left: 0; +} + +#core .vcard .photo { + float: right; +} + +.profile_list .label { + margin-right: 59px !important; +} + +.profile .entity_profile .note, .profile .entity_profile .url, .profile .entity_profile .entity_tags, .profile .entity_profile .form_subscription_edit { + margin-right: 59px; + margin-left: 0; +} + +.profile_list .entity_actions ul { + left: 20px; + right: auto; +} + /*#site_nav_local_views { float: right; } @@ -273,3 +300,4 @@ select { }*/ +