From a9b0bfd5e01ca33f05a18ccc528c730d896732b6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 Dec 2005 11:39:20 +0100 Subject: 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 09972cbce..cf9c5d860 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 e27beac28..ca51b1acd 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 046c4a7e2..2304ebf42 100644 Binary files a/images/close.png and b/images/close.png differ diff --git a/images/close.svg b/images/close.svg index 88685edd4..344e51beb 100644 --- a/images/close.svg +++ b/images/close.svg @@ -12,10 +12,10 @@ height="12.800000pt" id="svg2" sodipodi:version="0.32" - inkscape:version="0.42.2" - sodipodi:docbase="/naboo/home/fox/public_html/testbox/tt-rss/images" + inkscape:version="0.43" + sodipodi:docbase="/home/fox/public_html/testbox/tt-rss/images" sodipodi:docname="close.svg" - inkscape:export-filename="/naboo/home/fox/public_html/testbox/tt-rss/images/close.png" + inkscape:export-filename="close.png" inkscape:export-xdpi="81.168785" inkscape:export-ydpi="81.168785"> + + + - + 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 7ae71d946..ecee33c26 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; +} -- cgit v1.2.3