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>";
}
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 {
div.tagCloudContainer {
border : 1px solid #c0c0c0;
- background-color : white;
+ background-color : #ecf4ff;
margin : 5px 0px 5px 0px;
padding : 5px;
text-align : center;
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 {
}
table.prefFeedCatList {
- background-color : white;
+
}
div.autocomplete {