summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css38
1 files changed, 23 insertions, 15 deletions
diff --git a/tt-rss.css b/tt-rss.css
index b3a7df42c..f6f3ae6c5 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -463,6 +463,29 @@ div.helpResponse {
border : 1px solid #f0f0f0;
}
+#userDlgShadow {
+ z-index : 3;
+ position : absolute;
+ left : 30%;
+ top : 30%;
+ display : none;
+ background-image : url("images/shadow.png");
+}
+
+#userDlg {
+ background : #fffff0;
+ position : relative;
+ bottom : 2px;
+ right : 2px;
+ padding : 15px;
+ border : 1px solid #c0c0c0;
+}
+
+#qafInput {
+ width : 300px;
+}
+
+
#infoBox {
border : 1px solid #c0c0c0;
padding-bottom : 10px;
@@ -513,21 +536,6 @@ pre {
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;
-}
-
input.extSearch {
width : 200px;
}