]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
remove obsolete images; layout cleanup
[tt-rss.git] / tt-rss.css
index 8d4c52f71197e03a54197b0237d7abf8abe4e078..843799d5abdad5ae7eefcf2e903e6cad50bb911b 100644 (file)
@@ -12,7 +12,7 @@ body#ttrssPrefs {
 }
 
 body#ttrssPrefs #footer, body#ttrssPrefs #header {
-       background-color : #ecf4ff;
+       background-color : #ecf4ff; 
        padding-left : 8px;
        padding-right : 8px;
 }
@@ -961,46 +961,6 @@ html, body#ttrssPrefs, #main {
 
 /* preferences layout */
 
-/* #prefFooter {
-       position : absolute;
-       bottom : 0px;
-       height : 20px;
-       text-align : center;
-       color : gray;
-       font-size : 12px;
-       background-image : url("images/footer.png");
-       background-position : top left;
-       background-repeat : repeat-x; 
-       background-color : white;
-       right : 0px;
-       left : 261px;
-       padding : 10px;
-       border-collapse : collapse;
-       border-width : 1px 0px 0px 0px;
-       border-style : solid;
-       border-color : #88b0f0;
-
-}
-
-#prefFooter {
-       left : 0px;
-}
-
-#footer a, #prefFooter a {
-       color : gray;
-}
-
-#footer a:hover, #prefFooter a:hover {
-       color : black;
-}
-
-#prefHeader {
-       color : #4684ff;
-       font-size : 12px;
-       margin : 10px;
-       height : 33px;
-} */
-
 div.return {
        float : right;
        font-size : 12px;
@@ -1015,38 +975,9 @@ div.return a:hover {
        color : black;
 }
 
-/* #prefContentOuter {
-       clear : left;
-       position : absolute;
-       bottom : 41px;
-       top : 75px;
-       left : 0px;
-       right : 0px;
-       min-height : 300px;
-       border-width : 1px 0px 0px 0px;
-       border-color : #88b0f0;
-       border-style : solid;
-       font-size : 12px;
-}
-
-#prefContent {
-       z-index : 4;
-       background-image : url("images/prefs-content.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       position : absolute;
-       bottom : 0px;
-       top : 0px;
-       left : 0px;
-       right : 0px;
-       padding : 1em;
-       overflow : auto;
-} */
-
 #header .logo {
        float : right;
        margin-left : 10px;
-       border : 1px solid #88b0f0;
 }
 
 #header a {
@@ -1103,22 +1034,6 @@ div.autocomplete ul li {
        float : right;
 }
 
-/*
-div.topLinks {
-       float : right;
-       color : gray;
-       font-size : 12px;
-       line-height : 120%;
-}
-
-div.topLinks a {
-       color : #4684ff;        
-}
-
-div.topLinks a:hover {
-       color : black;
-} */
-
 #header a.feedback {
        color : #009900;
 }
@@ -1488,6 +1403,9 @@ div.hlUpdPic img {
        max-width : 16px;
 }
 
+div.fatalError {
+       margin-bottom : 10px;
+}
 
 div.fatalError button {
        margin-top : 5px;
@@ -1593,6 +1511,12 @@ div.fatalError textarea {
        font-weight : bold;
 }
 
+.feedParam {
+       color : gray;
+       float : right;
+       margin-right : 1em;
+}
+
 .dijitTreeLabel.Disabled, .labelParam.Disabled {
        color : gray;
 }