From 8b40575b5c0d141a8a42b2003f59233a0bc7c4c0 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 31 Jul 2015 07:24:03 -0400 Subject: [PATCH] Fix wrong positioning of message list header on page scroll in Webkit browsers (#1490035) --- plugins/jqueryui/themes/larry/jquery-ui-css.diff | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/jqueryui/themes/larry/jquery-ui-css.diff b/plugins/jqueryui/themes/larry/jquery-ui-css.diff index cce9906..e3971ec 100644 --- a/plugins/jqueryui/themes/larry/jquery-ui-css.diff +++ b/plugins/jqueryui/themes/larry/jquery-ui-css.diff @@ -538,10 +538,10 @@ + appearance: none; +} +.mozilla .ui-datepicker .ui-datepicker-title select { -+ background-position: right -17px; ++ background-position: right -14px; + text-indent: 0.01px; + text-overflow: ''; -+ padding-right: 0; ++ padding-right: 10px; +} +.ui-datepicker .ui-datepicker-month:focus, +.ui-datepicker .ui-datepicker-year:focus { -- Gitblit v1.9.1