From 0d32b41e36fffa800991267b637d9344cb88fd2e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Mar 2007 20:16:45 +0100 Subject: interface tweaks, add info/question/exclamation pics --- tt-rss.css | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 37c222810..73c475988 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -229,12 +229,15 @@ input.editbox { display : none; float : right; font-size : 9pt; - text-align : center; z-index : 999; -moz-border-radius : 2px; padding : 5px 5px 5px 5px; } +#notify img { + vertical-align : middle; +} + .notify { border-color : #d7c47a; background-color : #fff7d5; @@ -566,20 +569,28 @@ div.prefsTabSelected { text-align : center; } +div.notice { + background : #ffffff; + border : 1px solid #88b0f0; + width : 50%; + padding : 5px; + margin : 0px 0px 5px 0px; + font-size : 9pt; +} + div.warning { background : #fff7d5; border : 1px solid #d7c47a; + font-size : 9pt; + width : 50%; padding : 5px; margin : 0px 0px 5px 0px; - font-size : 9pt; } -div.notice { - background : #ffffff; - border : 1px solid #88b0f0; + +div.warning img, div.notice img { + vertical-align : middle; padding : 5px; - margin : 0px 0px 5px 0px; - font-size : 9pt; } div.error { @@ -1468,3 +1479,7 @@ ul.headlineDropdownMenu ul li:hover { cursor : pointer; display : none; } + +a.helpLinkPic { + float : right; +} -- cgit v1.2.3