]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
user details for user manager
[tt-rss.git] / tt-rss.css
index 3fb4961b0236856ea2594f14e03dac9238016d09..ca591c50ecfb8c304fb2724e62e1fd4f0a2153ef 100644 (file)
@@ -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 {