summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-28 06:38:06 +0100
committerAndrew Dolgov <[email protected]>2005-10-28 06:38:06 +0100
commite2f8f7b47abc461df45b017211cc9af26af7abf8 (patch)
tree96d619f33644c182895b5476c535122529384fb8 /tt-rss.css
parente3d620d51ff779027bd724472ed5333d906b6167 (diff)
quick feed add dialog + related interface tweaks
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;
+}