From: Andrew Dolgov Date: Tue, 20 May 2008 01:13:22 +0000 (+0100) Subject: resize grabber to 8x8px X-Git-Tag: 1.2.23-final~39 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=edb6a7fe4c032ec8ab31b9ebfdb3a3b9969d0d69;p=tt-rss.git resize grabber to 8x8px --- diff --git a/tt-rss.css b/tt-rss.css index fa255a42..5be6c5c0 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1496,8 +1496,8 @@ div.headlines_cdm { border-style : dotted; border-color : #88b0f0; background-color : white; - width : 10px; - height : 10px; + width : 8px; + height : 8px; z-index : 20; right : 10px; top : 20px; diff --git a/tt-rss.js b/tt-rss.js index 1b037004..b8ee2bb1 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -394,7 +394,7 @@ function resize_headlines(delta_x, delta_y) { c_frame.style.top = (h_frame.offsetTop + h_frame.offsetHeight + 1) + "px"; h_frame.style.height = h_frame.offsetHeight + "px"; - resize_grab.style.top = (h_frame.offsetTop + h_frame.offsetHeight - 5) + "px"; + resize_grab.style.top = (h_frame.offsetTop + h_frame.offsetHeight - 4) + "px"; resize_grab.style.display = "block"; } else {