summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-06 08:51:28 +0100
committerAndrew Dolgov <[email protected]>2008-08-06 08:51:28 +0100
commitecace165c18da3e55c7bba759f5bc89503b7da86 (patch)
tree13b173a871d7b91be843926dfe8d59acf4b18c91 /tt-rss.css
parent10fa66154912a6b69252b7decf6a3426448be486 (diff)
rework feed dialog layouts
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 322d3b678..bda7bdeb0 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -538,8 +538,10 @@ div.helpResponse {
border-style : solid;
border-color : #99d67a;
background-color : #99d67a;
- padding : 2px;
+ padding : 4px 2px 4px 10px;
color : white;
+ font-weight : bold;
+ font-size : 12px;
}
/* shadow stuff from http://www.sixapart.com/pronet/articles/ydsf_-_robust_c.html */
@@ -587,11 +589,12 @@ html>body #infoBox {
background-image : url("images/shadow.png");
background-position : bottom right;
left : 25%;
- top : 30%;
+ top : 100px;
width : 50%;
z-index : 3;
position : absolute;
display : none;
+ min-width : 600px;
}
div.infoBoxContents {
@@ -2018,6 +2021,7 @@ div.dlgSecCont {
float : left;
font-size : 12px;
font-weight : medium;
+ line-height : 200%;
}
div.dlgButtons {