summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-18 13:01:09 +0100
committerAndrew Dolgov <[email protected]>2006-05-18 13:01:09 +0100
commitce3bf4089f536dede0778ff5283578571b840c0d (patch)
treeafca4b58e9bd18ac393189f0eab6d3f22a137c46 /tt-rss.css
parent2371c520c734769f8150ddf5101052bd0973337e (diff)
disable pref toolbars when nothing is selected
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css30
1 files changed, 18 insertions, 12 deletions
diff --git a/tt-rss.css b/tt-rss.css
index b1b2a23a8..09678ec42 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -299,13 +299,16 @@ td.notifyBox {
background : #fff7d5;
border : 1px solid #d7c47a;
padding : 3px;
- top : 2px;
- right : 2px;
- float : right;
+ top : 25px;
+ right : 150px;
+ min-width : 300px;
position : absolute;
-moz-border-radius : 3px;
font-size : x-small;
font-weight : bold;
+ text-align : center;
+ float : right;
+ padding : 3px 20px 3px 20px;
}
#dispSwitch {
@@ -522,23 +525,26 @@ div.helpResponse {
#infoBoxTitle {
border-width : 1px 1px 1px 1px;
- border-style : solid;
- border-color : #88b0f0;
- background-color : #88b0f0;
- padding : 2px;
- color : white;
+ 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;
+ border-style : solid;
+ border-color : #88b0f0;
font-size : small;
position : relative;
bottom : 2px;
right : 2px;
- background-color : #ecf4ff;
- padding-bottom : 5px;
+ padding-bottom : 5px;
+ background-image : url("images/prefs-content.png");
+ background-position : top left;
+ background-repeat : repeat-x;
+ background-color : white;
}
#infoBoxShadow {