made userDlg look like infoBox
This commit is contained in:
parent
078cb99632
commit
03095a984a
|
@ -517,12 +517,13 @@ div.helpResponse {
|
||||||
}
|
}
|
||||||
|
|
||||||
#userDlg {
|
#userDlg {
|
||||||
background : #fffff0;
|
padding : 15px;
|
||||||
|
border : 1px solid #c0c0c0;
|
||||||
|
font-size : small;
|
||||||
position : relative;
|
position : relative;
|
||||||
bottom : 2px;
|
bottom : 2px;
|
||||||
right : 2px;
|
right : 2px;
|
||||||
padding : 15px;
|
background-color : white;
|
||||||
border : 1px solid #c0c0c0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#qafInput {
|
#qafInput {
|
||||||
|
|
Loading…
Reference in New Issue