summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-20 11:02:36 +0100
committerAndrew Dolgov <[email protected]>2005-11-20 11:02:36 +0100
commit2317ffaae70ec345add4eb90c4f79d74ca831e8b (patch)
treeff3733d9044d3df990e11863001d75332d843e84 /tt-rss.css
parentbdf7f1bc7140d40c1241b6ec639c129ebd916fb5 (diff)
infobox shadow
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css43
1 files changed, 25 insertions, 18 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 5b50b6f78..0e919c10b 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -425,15 +425,38 @@ div.helpResponse {
border : 1px solid #f0f0f0;
}
+#infoBox {
+ border : 1px solid #c0c0c0;
+ padding-bottom : 10px;
+ font-size : small;
+ position : relative;
+ bottom : 2px;
+ right : 2px;
+ background-color : white;
+}
+
+#infoBoxShadow {
+ background-image : url("images/shadow.png");
+ position : absolute;
+ margin-left : 30%;
+ width : 30%;
+ z-index : 3;
+ display : none;
+}
+
div.infoBoxContents {
background-image : url("images/vgrad_light_rev2.png");
background-position : top left;
background-repeat : repeat-x;
padding : 5px;
- margin-bottom : 10px;
- border : 1px solid #f0f0f0;
+ margin-bottom : 5px;
+}
+
+div.infoBoxContents td {
+ font-size : small;
}
+
div.helpResponse h1, div.infoBoxContents h1 {
border-width : 0px 0px 1px 0px;
border-style : solid;
@@ -581,22 +604,6 @@ table.innerLoginForm td {
padding : 3px 3px 5px 3px;
}
-#infoBox {
- position : absolute;
- margin-left : 30%;
- background-color : white;
- width : 30%;
- z-index : 3;
- border : 1px solid #c0c0c0;
- padding-bottom : 10px;
- display : none;
- font-size : small;
-}
-
-div.infoBoxContents td {
- font-size : small;
-}
-
div.small, p.small {
font-size : x-small;
}