From 4a56c0465ce4cbf8791ddc044e38e4fb02592d13 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 19 Mar 2017 00:14:11 +0100 Subject: [PATCH] Remove outdated rtl styles These lines might have been necessary some time ago but now they are making things worse. closes #7374 --- Changelog.md | 1 + app/assets/stylesheets/rtl.scss | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/Changelog.md b/Changelog.md index 47f0e50ea..9931e37cc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ * Use empty selector where "#" was used as a selector before (prepare jQuery 3 upgrade) [#7372](https://github.com/diaspora/diaspora/pull/7372) * Increase maximal height of large thumbnail on mobile [#7383](https://github.com/diaspora/diaspora/pull/7383) * Reduce conversation recipient size [#7376](https://github.com/diaspora/diaspora/pull/7376) +* Cleanup rtl css [#7374](https://github.com/diaspora/diaspora/pull/7374) ## Bug fixes * Don't hide posts when blocking someone from the profile [#7379](https://github.com/diaspora/diaspora/pull/7379) diff --git a/app/assets/stylesheets/rtl.scss b/app/assets/stylesheets/rtl.scss index 057d6a30b..bc260b9b5 100644 --- a/app/assets/stylesheets/rtl.scss +++ b/app/assets/stylesheets/rtl.scss @@ -16,21 +16,6 @@ ul.as-selections li.as-selection-item { padding: 3px 6px 3px 0; } -#profile_photo_upload img { - left: auto; - right: 0; -} - -#profile_photo_upload { - padding-left: 0; - padding-right: 120px; -} - -label { - right: 0.48em; - left: auto; -} - ul, ol { margin: 0 0 1.5em 1.5em; padding-right: 3.333em;