css tweaks

This commit is contained in:
Andrew Dolgov 2010-11-21 14:11:48 +03:00
parent 4aeafea283
commit bec2ecd945
2 changed files with 10 additions and 9 deletions

View file

@ -637,7 +637,8 @@
print "</div>"; print "</div>";
print "<div align='center'>"; print "<div align='center'>";
print "<button onclick=\"return closeInfoBox()\">". print "<button dojoType=\"dijit.form.Button\"
onclick=\"return closeInfoBox()\">".
__('Close this window')."</button>"; __('Close this window')."</button>";
print "</div>"; print "</div>";

View file

@ -409,13 +409,13 @@ table.prefFeedList td.feedSelect {
} }
div.prefFeedCatHolder { div.prefFeedCatHolder {
height : 250px; height : 300px;
overflow : auto; overflow : auto;
border-width : 0px 1px 1px 1px; border-width : 0px 1px 1px 1px;
border-color : #c0c0c0; border-color : #c0c0c0;
border-style : solid; border-style : solid;
margin : 0px 0px 5px 0px; margin : 0px 0px 5px 0px;
background-color : white; background-color : #ecf4ff;
} }
a.helpLink { a.helpLink {
@ -688,7 +688,7 @@ span.groupPrompt {
div.tagCloudContainer { div.tagCloudContainer {
border : 1px solid #c0c0c0; border : 1px solid #c0c0c0;
background-color : white; background-color : #ecf4ff;
margin : 5px 0px 5px 0px; margin : 5px 0px 5px 0px;
padding : 5px; padding : 5px;
text-align : center; text-align : center;
@ -696,19 +696,19 @@ div.tagCloudContainer {
div.errorExplained { div.errorExplained {
border : 1px solid #c0c0c0; border : 1px solid #c0c0c0;
background-color : white; background-color : #ecf4ff;
margin : 5px 0px 5px 0px; margin : 5px 0px 5px 0px;
padding : 5px; padding : 5px;
} }
ul.feedErrorsList { ul.feedErrorsList {
height : 300px; max-height : 300px;
overflow : auto; overflow : auto;
list-style-type : none; list-style-type : none;
border : 1px solid #c0c0c0; border : 1px solid #c0c0c0;
background-color : white; background-color : #ecf4ff;
margin : 0px 0px 5px 0px; margin : 0px 0px 5px 0px;
padding : 0px; padding : 5px;
} }
ul.feedErrorsList em { ul.feedErrorsList em {
@ -1046,7 +1046,7 @@ a.helpLinkPic img {
} }
table.prefFeedCatList { table.prefFeedCatList {
background-color : white;
} }
div.autocomplete { div.autocomplete {