]> git.wh0rd.org - tt-rss.git/commitdiff
css tweaks
authorAndrew Dolgov <fox@fakecake.org>
Sun, 21 Nov 2010 11:11:48 +0000 (14:11 +0300)
committerAndrew Dolgov <fox@fakecake.org>
Sun, 21 Nov 2010 11:11:48 +0000 (14:11 +0300)
modules/popup-dialog.php
tt-rss.css

index 0fc9cf9b84292f1be62d8624e816075f4e48504b..6717741952bb8059e4b12f5714c4d2298734a37f 100644 (file)
                        print "</div>";
 
                        print "<div align='center'>";
-                       print "<button onclick=\"return closeInfoBox()\">".
+                       print "<button dojoType=\"dijit.form.Button\" 
+                               onclick=\"return closeInfoBox()\">".
                                __('Close this window')."</button>";
                        print "</div>";
 
index 87f6cb882ba8eb43ea8ddea0f1f8556062b76496..1a52f87a1b128cd45028bb92ad79fa1b225f7b4a 100644 (file)
@@ -409,13 +409,13 @@ table.prefFeedList td.feedSelect {
 }
 
 div.prefFeedCatHolder {
-       height : 250px;
+       height : 300px;
        overflow : auto;
        border-width : 0px 1px 1px 1px;
        border-color : #c0c0c0;
        border-style : solid;
        margin : 0px 0px 5px 0px;
-       background-color : white;
+       background-color : #ecf4ff;
 }
 
 a.helpLink {
@@ -688,7 +688,7 @@ span.groupPrompt {
 
 div.tagCloudContainer {
        border : 1px solid #c0c0c0;
-       background-color : white;
+       background-color : #ecf4ff;
        margin : 5px 0px 5px 0px;
        padding : 5px;
        text-align : center;
@@ -696,19 +696,19 @@ div.tagCloudContainer {
 
 div.errorExplained {
        border : 1px solid #c0c0c0;
-       background-color : white;
+       background-color : #ecf4ff;
        margin : 5px 0px 5px 0px;
        padding : 5px;
 }
 
 ul.feedErrorsList {
-       height : 300px;
+       max-height : 300px;
        overflow : auto;
        list-style-type : none;
        border : 1px solid #c0c0c0;
-       background-color : white;
+       background-color : #ecf4ff;
        margin : 0px 0px 5px 0px;
-       padding : 0px;
+       padding : 5px;
 }
 
 ul.feedErrorsList em {
@@ -1046,7 +1046,7 @@ a.helpLinkPic img {
 }
 
 table.prefFeedCatList {
-       background-color : white;
+       
 }
 
 div.autocomplete {