add shadow to userDlg

This commit is contained in:
Andrew Dolgov
2005-11-27 11:48:07 +01:00
parent b2e9654e83
commit 76332f3c90
4 changed files with 31 additions and 21 deletions

View File

@@ -463,6 +463,29 @@ div.helpResponse {
border : 1px solid #f0f0f0;
}
#userDlgShadow {
z-index : 3;
position : absolute;
left : 30%;
top : 30%;
display : none;
background-image : url("images/shadow.png");
}
#userDlg {
background : #fffff0;
position : relative;
bottom : 2px;
right : 2px;
padding : 15px;
border : 1px solid #c0c0c0;
}
#qafInput {
width : 300px;
}
#infoBox {
border : 1px solid #c0c0c0;
padding-bottom : 10px;
@@ -513,21 +536,6 @@ pre {
background : #f0f0f0;
}
#userDlg {
left : 400px;
top : 18px;
background : #fffff0;
z-index : 3;
position : absolute;
border : 1px solid #c0c0c0;
padding : 10px;
display : none;
}
#qafInput {
width : 300px;
}
input.extSearch {
width : 200px;
}