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:
+15
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user