1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

quick feed add dialog + related interface tweaks

This commit is contained in:
Andrew Dolgov
2005-10-28 06:38:06 +01:00
parent e3d620d51f
commit e2f8f7b47a
3 changed files with 77 additions and 15 deletions
+15
View File
@@ -387,3 +387,18 @@ pre {
padding : 5px;
background : #f0f0f0;
}
#qafDialog {
left : 400px;
top : 18px;
background : #fffff0;
z-index : 3;
position : absolute;
border : 1px solid #c0c0c0;
padding : 10px;
display : none;
}
#qafInput {
width : 300px;
}