From 8e7a2fb8be3f8c357ca894e2f776bf6e65b65a5b Mon Sep 17 00:00:00 2001 From: nikitasinelnikov Date: Wed, 16 Oct 2019 18:30:39 +0300 Subject: [PATCH] - fixed RTL styles; --- assets/css/um-responsive.css | 3 --- assets/css/um-styles.css | 2 +- assets/css/um.rtl.css | 6 ++++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/assets/css/um-responsive.css b/assets/css/um-responsive.css index e3d8300e..3eeb7306 100644 --- a/assets/css/um-responsive.css +++ b/assets/css/um-responsive.css @@ -354,7 +354,6 @@ div.uimob500 .um-profile-photo { position: absolute; top: -40px; left: 0; - height: 80px !important; margin: 0; } @@ -538,7 +537,6 @@ div.uimob800 .um-account-meta img { div.uimob800 .um-profile-photo { width: 150px !important; - height: 80px !important; } div.uimob800 .um-profile-photo a.um-profile-photo-img { @@ -570,7 +568,6 @@ div.uimob800 .um-cover-overlay div.uimob960 .um-profile-photo { width: 200px !important; - height: 80px !important; } div.uimob960 .um-profile-photo a.um-profile-photo-img { diff --git a/assets/css/um-styles.css b/assets/css/um-styles.css index 59e3d3cd..eafe1bd8 100644 --- a/assets/css/um-styles.css +++ b/assets/css/um-styles.css @@ -227,7 +227,7 @@ p.um-notice.warning { top: -17px; left: 10px; position: absolute; - z-index: 900; + z-index: 1; color: #C74A4A; font-size: 28px; line-height: 1em !important; diff --git a/assets/css/um.rtl.css b/assets/css/um.rtl.css index b1806c85..cc6febb3 100644 --- a/assets/css/um.rtl.css +++ b/assets/css/um.rtl.css @@ -14,7 +14,7 @@ } .um-cover + .um-header .um-profile-photo a.um-profile-photo-img { - /*right: 30px;*/ + right: 0; } div.uimob500 .um-profile-photo a.um-profile-photo-img { @@ -190,4 +190,6 @@ p.um-notice i { .um-modal-body .um-single-image-preview a.cancel, .um-modal-body .um-single-file-preview a.cancel { left: -15px; -} \ No newline at end of file +} + +.um-item-link { padding-right: 0; padding-left: 40px;} \ No newline at end of file