]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
rework feed dialog layouts
[tt-rss.git] / tt-rss.css
index 17cc8e9361f312665e1ce1d6ef744f8676608bc6..bda7bdeb0395b3fa4a5354550fe818ebf9ca7b45 100644 (file)
@@ -538,8 +538,10 @@ 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 */
@@ -587,11 +589,12 @@ html>body #infoBox {
        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 {
@@ -2002,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;
+}