summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 5c81a3154..d72ccf949 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;
+}