]> git.wh0rd.org Git - tt-rss.git/commitdiff
made userDlg look like infoBox
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 19 Dec 2005 05:38:39 +0000 (06:38 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 19 Dec 2005 05:38:39 +0000 (06:38 +0100)
tt-rss.css

index 48364699d56538e70acfea37c1ffa2cf0a17bdb5..8ab9ef2917c166c5541c5b03e0ac01926f54175e 100644 (file)
@@ -517,12 +517,13 @@ div.helpResponse {
 }
 
 #userDlg {
-       background : #fffff0;
+       padding : 15px;
+       border : 1px solid #c0c0c0;
+       font-size : small;
        position : relative;
        bottom : 2px;
        right : 2px;
-       padding : 15px;
-       border : 1px solid #c0c0c0;
+       background-color : white;
 }
 
 #qafInput {