X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fneo%2Fcss%2Frtl.css;h=7d044213a36ec9ffc44f8624197907e69cd3e163;hb=8c710ad2c1b80544acccb515f7b601aadff2de16;hp=e677e7f6e62c943819f07d7bf5edaff9464d6697;hpb=59043dca7fb6f974b11797c4d0f20e5b78b0611d;p=quix0rs-gnu-social.git diff --git a/theme/neo/css/rtl.css b/theme/neo/css/rtl.css index e677e7f6e6..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{ @@ -85,6 +86,10 @@ address{ margin-left: 0; } +.notice p.entry-content { + float: left; +} + .threaded-replies .form_notice #notice_action-submit { right: 10px; } @@ -109,6 +114,7 @@ address{ #content .notice .author .photo{ right: 0; + left: auto; } .notice-options{ @@ -264,12 +270,57 @@ select { float: left; } -/*#site_nav_local_views { +.profile .entity_profile .fn, .profile .entity_profile .label { + margin-right: 11px; + margin-left: 0; +} + +#core .vcard .photo { float: right; } -#content { +.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; +} + +.entity_actions input.submit { + text-align: 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; +}