summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-18 13:02:38 +0100
committerAndrew Dolgov <[email protected]>2005-11-18 13:02:38 +0100
commit717f5e645b47a444bb0a2f524658e36ad1a4b74f (patch)
tree3328157b618f6eef598f4e530b422349704ede1a /tt-rss.css
parentab15e65ddc28ee3a91405d960d31a82a676c4e22 (diff)
user details for user manager
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 3fb4961b0..ca591c50e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -181,7 +181,7 @@ ul.feedList li.feed {
display : block;
}
-ul.feedList img {
+ul.feedList img, img.feedIcon {
margin : 0px 3px 0px 0px;
width : 16px;
height : 16px;
@@ -411,7 +411,7 @@ a.helpLink:hover {
color : #5050aa;
}
-div.helpResponse {
+div.helpResponse, div.userDetails {
margin : 10px;
background-image : url("images/vgrad_light_rev2.png");
background-position : top left;
@@ -420,17 +420,16 @@ div.helpResponse {
border : 1px solid #f0f0f0;
}
-div.helpResponse h1 {
+div.helpResponse h1, div.userDetails h1 {
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #c0c0c0;
font-size : 16pt;
}
-div.helpResponse h2 {
+div.helpResponse h2, div.userDetails h2 {
border-width : 0px 0px 0px 0px;
font-size : 12pt;
-
}
pre {