user details for user manager

This commit is contained in:
Andrew Dolgov
2005-11-18 13:02:38 +01:00
parent ab15e65ddc
commit 717f5e645b
4 changed files with 119 additions and 10 deletions

View File

@@ -181,7 +181,7 @@ ul.feedList li.feed {
display : block;
}
ul.feedList img {
ul.feedList img, img.feedIcon {
margin : 0px 3px 0px 0px;
width : 16px;
height : 16px;
@@ -411,7 +411,7 @@ a.helpLink:hover {
color : #5050aa;
}
div.helpResponse {
div.helpResponse, div.userDetails {
margin : 10px;
background-image : url("images/vgrad_light_rev2.png");
background-position : top left;
@@ -420,17 +420,16 @@ div.helpResponse {
border : 1px solid #f0f0f0;
}
div.helpResponse h1 {
div.helpResponse h1, div.userDetails h1 {
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #c0c0c0;
font-size : 16pt;
}
div.helpResponse h2 {
div.helpResponse h2, div.userDetails h2 {
border-width : 0px 0px 0px 0px;
font-size : 12pt;
}
pre {