]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
headlines subtoolbar, misc api changes
[tt-rss.git] / tt-rss.css
index e4699f343ecaf323c36ff2cc88c61495cb1de3dd..9da226bc8fe2f65e92bfd5d158da18454d359fdf 100644 (file)
@@ -16,9 +16,7 @@ table.main td.headerBox {
 
 table.main td.header {
        padding : 10px 10px 10px 30px;
-       height : 80px;
-       font-size : 24pt;
-       font-weight : bold;     
+       height : 70px;
 }
 
 table.main td.mainToolbar {
@@ -386,13 +384,10 @@ a.button {
        font-weight : bold;
 }
 
-.evenSelected {
+.evenSelected, .oddSelected {
        background-color : #e0e0ff;
 }
 
-.oddSelected {
-       background-color : #e0e0ff;
-} 
 
 /*
 .feedUnreadSelected, .feedSelectedUnread, 
@@ -468,6 +463,29 @@ div.helpResponse {
        border : 1px solid #f0f0f0;
 }
 
+#userDlgShadow {
+       z-index : 3;
+       position : absolute;
+       left : 30%;
+       top : 30%;
+       display : none;
+       background-image : url("images/shadow.png");
+}
+
+#userDlg {
+       background : #fffff0;
+       position : relative;
+       bottom : 2px;
+       right : 2px;
+       padding : 15px;
+       border : 1px solid #c0c0c0;
+}
+
+#qafInput {
+       width : 300px;
+}
+
+
 #infoBox {
        border : 1px solid #c0c0c0;
        padding-bottom : 10px;
@@ -516,21 +534,7 @@ pre {
        border : 1px solid #c0c0c0;
        padding : 5px;
        background : #f0f0f0;
-}
-
-#userDlg {
-       left : 400px;
-       top : 18px;
-       background : #fffff0;
-       z-index : 3;
-       position : absolute;
-       border : 1px solid #c0c0c0;
-       padding : 10px;
-       display : none;
-}
-
-#qafInput {
-       width : 300px;
+       margin : 5px 10px 5px 10px;
 }
 
 input.extSearch {
@@ -600,22 +604,6 @@ div.bigErrorMsg {
        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;
@@ -698,3 +686,17 @@ td.selectPrompt {
        font-size : x-small;
        color : gray;
 }
+
+table.headlinesSubToolbar td.headlineActions {
+       font-size : x-small;
+       color : gray;
+       padding : 5px 0px 5px 5px;
+}
+
+table.headlinesSubToolbar td.headlineTitle {
+       font-size : x-small;
+       color : gray;
+       padding : 5px 5px 5px 0px;
+       text-align : right;
+}
+