From fa572cc6bc6b7ff6b95be8c85261a0be6acd3045 Mon Sep 17 00:00:00 2001 From: 51114u9 Date: Mon, 13 Mar 2017 14:46:40 -0400 Subject: [PATCH] add style for text direction --- css/80_app.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 3381887e8..e8f927b87 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -187,6 +187,15 @@ input[type=email] { border-radius:4px; text-overflow: ellipsis; } +[dir='rtl'] textarea, +input[type=text], +input[type=search], +input[type=number], +input[type=url], +input[type=tel], +input[type=email] { + padding:5px 10px 5px 25px; +} textarea:focus, input:focus {