From b4af2a66dbc6f15badb2648abb057a126fe7e031 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 26 Aug 2012 20:52:19 +0800 Subject: [PATCH] css/date.css --- css/date.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/date.css b/css/date.css index f2ab9ce912..789a8e2fd2 100644 --- a/css/date.css +++ b/css/date.css @@ -94,6 +94,8 @@ td.x-date-right a { background: url(../images/default/grid/arrow-right-white.gif) no-repeat right center; cursor:pointer; text-decoration: none; + width: 18px; + height: 18px; } td.x-date-left a { @@ -101,6 +103,8 @@ td.x-date-left a { background: url(../images/default/grid/arrow-left-white.gif) no-repeat 0 center; cursor:pointer; text-decoration: none; + width: 18px; + height: 18px; } .x-date-inner { background-color: white; -- 2.39.2