summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-19 20:06:42 +0100
committerAndrew Dolgov <[email protected]>2005-11-19 20:06:42 +0100
commitc6c3a07f011abbca3eaa1bf0bb8776707ec7aabc (patch)
treef45fd54ca06cda6fecdb2c73b1f0e8a1781a9166 /tt-rss.css
parent8dcfffd01ecffacab30f6686a419fd165f14261f (diff)
userDetails -> infoBox, feed infobox, user details improvements
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css14
1 files changed, 9 insertions, 5 deletions
diff --git a/tt-rss.css b/tt-rss.css
index e6d8751b7..1a3e2031b 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -425,7 +425,7 @@ div.helpResponse {
border : 1px solid #f0f0f0;
}
-div.userDetails {
+div.infoBoxContents {
background-image : url("images/vgrad_light_rev2.png");
background-position : top left;
background-repeat : repeat-x;
@@ -434,14 +434,14 @@ div.userDetails {
border : 1px solid #f0f0f0;
}
-div.helpResponse h1, div.userDetails h1 {
+div.helpResponse h1, div.infoBoxContents h1 {
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #c0c0c0;
font-size : 16pt;
}
-div.helpResponse h2, div.userDetails h2 {
+div.helpResponse h2, div.infoBoxContents h2 {
border-width : 0px 0px 0px 0px;
font-size : 12pt;
}
@@ -581,13 +581,17 @@ table.innerLoginForm td {
padding : 3px 3px 5px 3px;
}
-#prefUserDetails {
+#infoBox {
position : absolute;
margin-left : 30%;
background-color : white;
width : 30%;
z-index : 3;
border : 1px solid #c0c0c0;
- display : none;
padding-bottom : 10px;
+ display : none;
+}
+
+div.small, p.small {
+ font-size : x-small;
}