dhtml user details
This commit is contained in:
22
tt-rss.css
22
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user