From 1fa32ec9da3f572cd06257ebdebd99e3c6193200 Mon Sep 17 00:00:00 2001 From: Mikey1993 Date: Sun, 24 Aug 2014 03:57:54 +0300 Subject: [PATCH] some more css fixes to textareas Fixing textareas resizer side on 3p-filters and the blinker not behaving right when writing in English on some textareas. --- 3p-filters.html | 2 +- css/3p-filters.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/3p-filters.html b/3p-filters.html index a29ab29dc..11b00a6a0 100644 --- a/3p-filters.html +++ b/3p-filters.html @@ -24,7 +24,7 @@

- +

diff --git a/css/3p-filters.css b/css/3p-filters.css index 2d06e0452..6407e1810 100644 --- a/css/3p-filters.css +++ b/css/3p-filters.css @@ -95,6 +95,7 @@ span.obsolete { height: 8em; white-space: nowrap; direction: __MSG_@@bidi_dir__; + text-align: left; } body #loadingOverlay { position: fixed;