From a9b0bfd5e01ca33f05a18ccc528c730d896732b6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 Dec 2005 11:39:20 +0100 Subject: [PATCH] update close.svg; add hideParentElement() function --- backend.php | 5 ++++- functions.js | 4 +++- images/close.png | Bin 260 -> 455 bytes images/close.svg | 47 +++++++++++++++++++++++++++++++++++------------ tt-rss.css | 5 +++++ 5 files changed, 47 insertions(+), 14 deletions(-) diff --git a/backend.php b/backend.php index 09972cbc..cf9c5d86 100644 --- a/backend.php +++ b/backend.php @@ -1774,7 +1774,10 @@ if (db_num_rows($result) > 0) { print "
"; - + +// print""; + print " Feeds with update errors (click to expand)"; diff --git a/functions.js b/functions.js index e27beac2..ca51b1ac 100644 --- a/functions.js +++ b/functions.js @@ -741,4 +741,6 @@ function showBlockElement(id) { } } - +function hideParentElement(e) { + e.parentNode.style.display = "none"; +} diff --git a/images/close.png b/images/close.png index 046c4a7e2d567934f40f8b6eefb04fd729d6488b..2304ebf4294ee2c1f9515e1accb189f75c2bc574 100644 GIT binary patch delta 376 zcmV-;0f+vC0>=Z8SbqUoNkl4}G6otP#Npu7;AnX*|?ARE#b6GKv%D-U~ zH^0Hg$}X*C@>7DO+hVJ&#b9AzVOe&k$&1K1iF49iw+N~7;1!SWzGphq1 zfny*Ba^L~@EouEV+()pe_kDRw8 z5&4%A;BL3uO~&K#Aj`4`;Deb}%&ZRxxC0W`(*_brN3+>18w>`2rqk(D2;q4&8vO*W zfWA8>Ks)lG1Mt*rHox?Gy=1vu9!@5cgUx31wbSW50zW*1031g^EGY-*cDuiZ!{KeU zT4lT4QWQlNLUFj1Q~){;e#_1#kkKId8b0I&kW-8qfzSK6u67=KK_>ztt13@9Uo4wGsB7-FpFT Wyv{mV=qjB60000@?H40otn<{ i{PvpOsrg4d{d+$^F5DEw`c#4d0000 + + + - + style="fill:#000000;fill-opacity:0.5875;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 10.12132,4.4644661 L 11.535534,5.8786797 L 9.4142136,8 L 11.535534,10.12132 L 10.12132,11.535534 L 8,9.4142136 L 5.8786797,11.535534 L 4.4644661,10.12132 L 6.5857864,8 L 4.4644661,5.8786797 L 5.8786797,4.4644661 L 8,6.5857864 L 10.12132,4.4644661 L 10.12132,4.4644661 z " + id="path2190" /> diff --git a/tt-rss.css b/tt-rss.css index 7ae71d94..ecee33c2 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -904,3 +904,8 @@ div.cdmContent { a.warning { color : #f04040; } + +img.closeButton { + border-width : 0px; + float : right; +} -- 2.39.2