summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 20:16:45 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 20:16:45 +0100
commit0d32b41e36fffa800991267b637d9344cb88fd2e (patch)
tree645e10ade87573dca2149b18a1c4a3973984c55a /tt-rss.css
parentb05d782d90348a1c1a4d16b0e39695cbdf663629 (diff)
interface tweaks, add info/question/exclamation pics
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css29
1 files changed, 22 insertions, 7 deletions
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;
+}