css tweaks
This commit is contained in:
parent
4aeafea283
commit
bec2ecd945
|
@ -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>";
|
||||
|
||||
|
|
16
tt-rss.css
16
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 {
|
||||
|
|
Loading…
Reference in New Issue