summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-19 06:38:39 +0100
committerAndrew Dolgov <[email protected]>2005-12-19 06:38:39 +0100
commit03095a984add6de3cb841c1475ed903f0c68ab5e (patch)
tree51a3ed6752e4cfb4fc84ff39c5f1b7e7d3fb2fec /tt-rss.css
parent078cb9963231bfff622dc98f3354c958e3a9cd36 (diff)
made userDlg look like infoBox
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 48364699d..8ab9ef291 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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 {