]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
rework feed dialog layouts
[tt-rss.git] / tt-rss.css
index 43a76229b85ac572271ca5e4c24c33f3b0f7419b..bda7bdeb0395b3fa4a5354550fe818ebf9ca7b45 100644 (file)
@@ -538,50 +538,63 @@ div.helpResponse {
        border-style : solid;
        border-color : #99d67a;
        background-color : #99d67a;
-       padding : 2px;
+       padding : 4px 2px 4px 10px;
        color : white;
+       font-weight : bold;
+       font-size : 12px;
 }
 
+/* shadow stuff from http://www.sixapart.com/pronet/articles/ydsf_-_robust_c.html */
+
 #infoBox {     
        border-width : 1px 1px 1px 1px;
        border-style : solid;
        border-color : #99d67a;
-       position : relative;
-       bottom : 2px;
-       right : 2px;
-       padding-bottom : 5px;   
        background-color : #f8fcf5;
+       position: relative;
+       overflow : hidden;
+       left : -4px;
+       top : -4px;
 }
 
-/*
-#infoBoxTitle {
-       border-width : 1px 1px 1px 1px;
-       border-style : solid;
-       border-color : #88b0f0;
-       background-color : #88b0f0;
-       padding : 2px;
-       color : white;
+html>body #infoBox {
+       left : -10px;
+       top : -10px;
+       margin : 0;
+}
+
+#infoBoxShadow:before, #infoBoxShadow:after {
+       content : " ";
+       display : block;
+       background : inherit;
+       width : 10px;
+       height : 10px;
+}
+
+#infoBoxShadow:before {
+       position : absolute;
+       top : 0;
+       right : 0;
+       margin : -10px 0 0 auto;
+       background-position : right top;
+}
+
+#infoBoxShadow:after {
+       margin : -10px 0 0 -10px;
+       background-position : left bottom;
 }
 
-#infoBox {     
-       border-width : 1px 1px 1px 1px;
-       border-style : solid;
-       border-color : #88b0f0;
-       position : relative;
-       bottom : 2px;
-       right : 2px;
-       padding-bottom : 5px;   
-       background-color : #f7faff;
-} */
 
 #infoBoxShadow {
        background-image : url("images/shadow.png");
+       background-position : bottom right;
        left : 25%;
-       top : 30%;
+       top : 100px;
        width : 50%;
        z-index : 3;
        position : absolute;
        display : none;
+       min-width : 600px;
 } 
 
 div.infoBoxContents {
@@ -1756,11 +1769,11 @@ table.prefFeedCatList {
        background-color : white;
 }
 
-a[target="_new"], a[target="_blank"] {
+/*a[target="_new"], a[target="_blank"] {
        border-width : 0px 0px 1px 0px;
        border-color : #778899;
        border-style : dotted;
-}
+}*/
 
 div.autocomplete {
        position : absolute;
@@ -1992,3 +2005,34 @@ div#l_progress_i {
        bottom : 0px;
        top : 6px; 
 }
+
+div.dlgSec {
+       font-size : 14px;
+       color : gray;
+       font-weight : bold;
+       clear : both;
+       height : 20px;
+}
+
+div.dlgSecCont {
+       position : relative;
+       left : 150px;
+       top : -20px;
+       float : left;
+       font-size : 12px;
+       font-weight : medium;
+       line-height : 200%;
+}
+
+div.dlgButtons {
+       text-align : right;
+       clear : both;
+}
+
+textarea.labelSQL {
+       font-family : monospace;
+}
+
+div#label_test_result {
+       clear : both;
+}