update compact css with userDlg styles
This commit is contained in:
parent
40d601c5d3
commit
aee198609d
1 changed files with 15 additions and 0 deletions
|
@ -414,3 +414,18 @@ pre {
|
|||
padding : 5px;
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue