From 1a7572cb27ec4d4a7461680b7e73f9922708d810 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 Nov 2005 13:38:21 +0100 Subject: dhtml user details --- tt-rss.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index ca591c50e..bdf5b03cf 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -411,7 +411,7 @@ a.helpLink:hover { color : #5050aa; } -div.helpResponse, div.userDetails { +div.helpResponse { margin : 10px; background-image : url("images/vgrad_light_rev2.png"); background-position : top left; @@ -420,6 +420,15 @@ div.helpResponse, div.userDetails { border : 1px solid #f0f0f0; } +div.userDetails { + 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; +} + div.helpResponse h1, div.userDetails h1 { border-width : 0px 0px 1px 0px; border-style : solid; @@ -566,3 +575,14 @@ table.innerLoginForm { table.innerLoginForm td { padding : 3px 3px 5px 3px; } + +#prefUserDetails { + position : absolute; + margin-left : 30%; + background-color : white; + width : 30%; + z-index : 3; + border : 1px solid #c0c0c0; + display : none; + padding-bottom : 10px; +} -- cgit v1.2.3