]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
user details for user manager
[tt-rss.git] / tt-rss.css
index 0d6d223a485cc0654c54a1ce45792c8da7be5e72..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;
@@ -240,11 +240,17 @@ a:hover {
        opacity : 0.8;
 }
 
-#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl {
+#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
+#iedit_purgintl, #iedit_ulogin, #iedit_ulevel {
        width : 100%;
        padding-left : 2px;
 }
 
+input.editbox {
+       width : 200px;
+       padding-left : 2px;
+}
+
 #notify {
        font-size : 10pt;
        text-align : right;
@@ -389,7 +395,8 @@ table.prefAddFeed input {
 }
 
 table.prefFeedList tr.title td, table.prefFilterList tr.title td,
-       table.headlinesList tr.title td, table.prefLabelList tr.title td {
+       table.headlinesList tr.title td, table.prefLabelList tr.title td,
+       table.prefPrefsList tr.title td {
        font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-color : #f0f0f0;
@@ -404,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;
@@ -413,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 {
@@ -464,6 +470,7 @@ input.prefsTab {
        background-image : url("images/vgrad_light_rev2.png");
        background-position : top left;
        background-repeat : repeat-x;
+       -moz-border-radius : 7px 7px 0px 0px;
 }
 
 input.prefsTabSelected {
@@ -476,6 +483,7 @@ input.prefsTabSelected {
        font-weight : bold;
        background-position : top left;
        background-repeat : repeat-x;
+       -moz-border-radius : 7px 7px 0px 0px;
 }
 
 
@@ -491,9 +499,70 @@ div.warning {
        font-size : x-small;
 }
 
+div.notice {
+       background : #ffffff;
+       border : 1px solid #c0c0c0;
+       padding : 5px;
+       margin : 5px;
+       font-size : x-small;
+}
+
 ul.nomarks {
        list-style-type : none;
        margin : 0px;
        padding : 10px; 
 }
 
+div.bigErrorMsg {
+       border : 1px solid #c0c0c0;
+       background : #fff0f0;
+       padding : 30px;
+       margin : 20px;
+}
+
+#splash {
+       z-index : 3;
+       width : 100%;
+       height : 100%;
+       position : absolute;
+       text-align : center;
+       background-image : url("images/vgrad_light_rev.png");
+       background-color : white;
+       background-position : top left;
+       background-repeat : repeat-x;
+}
+
+td.innerSplash {
+       margin : 35px;
+}
+
+div.prefHelp, td.prefHelp {
+       font-size : x-small;
+       color : gray;
+       padding : 5px;
+}
+
+td.welcomePrompt {
+       font-size : small;
+       color : gray;
+       text-align : right;
+       padding-right : 10px;
+
+}
+
+table.loginForm {
+       background-image : url("images/vgrad_light_rev.png");
+       background-color : white;
+       background-position : top left;
+       background-repeat : repeat-x;
+}
+
+table.innerLoginForm {
+       border : 1px solid #f0f0f0;
+       padding : 50px;
+       background-color : white;
+}
+
+table.innerLoginForm td {
+       padding : 3px 3px 5px 3px;
+}