From cfda73d15f6fd641659679c5abecc2f4a2b96558 Mon Sep 17 00:00:00 2001 From: infograf768 Date: Sun, 21 Jan 2018 19:12:15 +0100 Subject: [PATCH] Regression: Isis RTL forgotten in 19417 (#19423) --- administrator/templates/isis/css/template-rtl.css | 4 ++++ administrator/templates/isis/less/template-rtl.less | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/administrator/templates/isis/css/template-rtl.css b/administrator/templates/isis/css/template-rtl.css index 4310159bab055..5f2b04679dc7f 100644 --- a/administrator/templates/isis/css/template-rtl.css +++ b/administrator/templates/isis/css/template-rtl.css @@ -9733,6 +9733,10 @@ input[type="url"] { background-color: rgba(0,0,0,0.5); -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5); } +.navbar .nav-user .dropdown-menu li span { + padding-left: 0; + padding-right: 10px; +} .navbar .nav > .dropdown.open:after { right: 10px; width: 0; diff --git a/administrator/templates/isis/less/template-rtl.less b/administrator/templates/isis/less/template-rtl.less index e771ce124ffe6..3ca5205be3e5e 100644 --- a/administrator/templates/isis/less/template-rtl.less +++ b/administrator/templates/isis/less/template-rtl.less @@ -37,6 +37,10 @@ } } } + .nav-user .dropdown-menu li span { + padding-left: 0; + padding-right: 10px; + } .nav > .dropdown.open:after { right: 10px; width: 0;