From f9e621d06fde24fd6e753e274bcc2023d7b83631 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 May 2006 14:30:35 +0100 Subject: use old-style infobox for IE, misc IE fixes --- tt-rss-ie.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'tt-rss-ie.css') diff --git a/tt-rss-ie.css b/tt-rss-ie.css index 1d6a4bead..71d72961e 100644 --- a/tt-rss-ie.css +++ b/tt-rss-ie.css @@ -7,3 +7,38 @@ li.feedCatHolder { margin : 0px; padding : 0px; } + +#infoBoxTitle { + border-width : 1px 1px 1px 1px; + border-style : solid; + border-color : #88b0f0; + background-color : #88b0f0; + padding : 2px; + color : white; +} + +#infoBox { + border-width : 1px 1px 1px 1px; + border-style : solid; + border-color : #88b0f0; + font-size : small; + position : relative; + bottom : 2px; + right : 2px; + padding-bottom : 5px; + background-image : url("images/prefs-content.png"); + background-position : top left; + background-repeat : repeat-x; + background-color : white; +} + +#infoBoxShadow { + background-image : url("images/shadow.png"); + left : 30%; + top : 30%; + width : 30%; + z-index : 3; + position : absolute; + display : none; +} + -- cgit v1.2.3