summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/popup-dialog.php3
-rw-r--r--tt-rss.css16
2 files changed, 10 insertions, 9 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 0fc9cf9b8..671774195 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -637,7 +637,8 @@
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>";
diff --git a/tt-rss.css b/tt-rss.css
index 87f6cb882..1a52f87a1 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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 {