From: Samantha Doherty Date: Mon, 26 Sep 2011 19:01:12 +0000 (-0400) Subject: Updated RTL.css for neo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=70355c0edde60f53949d26bcd0dccae3bb880b14;p=quix0rs-gnu-social.git Updated RTL.css for neo --- diff --git a/theme/neo/css/rtl.css b/theme/neo/css/rtl.css index f1187c64d1..7d044213a3 100644 --- a/theme/neo/css/rtl.css +++ b/theme/neo/css/rtl.css @@ -29,6 +29,7 @@ span.rtl{ .notice div.entry-content { float: right; + clear: right; } #content .notice .threaded-replies .notice div.entry-content{ @@ -113,6 +114,7 @@ address{ #content .notice .author .photo{ right: 0; + left: auto; } .notice-options{ @@ -291,13 +293,34 @@ select { right: auto; } -/*#site_nav_local_views { - float: right; +.entity_actions input.submit { + text-align: right; } -#content { - float: right; -}*/ +#entity_statistics dt, #entity_statistics dd { + margin-left: 11px; + margin-right: 0; +} + +#showstream .notice .entry-title, #showstream .notice div.entry-content { + margin-right: 0; +} + +.limited-scope .entry-content .timestamp:before { + right: 0; + left: auto; +} +.limited-scope .entry-content .timestamp { + padding-left: 0; + padding-right: 20px; +} +.section ul.entities { + float: right; +} + +.section .entities li { + float: right; +}