]> git.wh0rd.org - tt-rss.git/commitdiff
update compact css with userDlg styles
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 28 Oct 2005 06:36:02 +0000 (07:36 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 28 Oct 2005 06:36:02 +0000 (07:36 +0100)
tt-rss_compact.css

index cef4e47dcb44509739be0776d9336f03f02f6677..724c28a42c5fa0b92283fddc3bc1346f3577fae2 100644 (file)
@@ -414,3 +414,18 @@ pre {
        padding : 5px;
        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;
+}