1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00

update compact css with userDlg styles

This commit is contained in:
Andrew Dolgov 2005-10-28 07:36:02 +01:00
parent 40d601c5d3
commit aee198609d

View File

@ -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;
}