cosmetic layout issues
This commit is contained in:
parent
36d5497293
commit
27be66c3e2
2 changed files with 3 additions and 5 deletions
|
@ -239,7 +239,6 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td,
|
||||||
}
|
}
|
||||||
|
|
||||||
.disabledButton {
|
.disabledButton {
|
||||||
font-family : tahoma, sans-serif;
|
|
||||||
border : 1px solid #d0d0d0;
|
border : 1px solid #d0d0d0;
|
||||||
background : white;
|
background : white;
|
||||||
color : #909090;
|
color : #909090;
|
||||||
|
@ -254,14 +253,12 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td,
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
font-family : tahoma, sans-serif;
|
|
||||||
border : 1px solid #d0d0d0;
|
border : 1px solid #d0d0d0;
|
||||||
background-image : url("images/button.png");
|
background-image : url("images/button.png");
|
||||||
background-position : top;
|
background-position : top;
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x;
|
||||||
background-color : white;
|
background-color : white;
|
||||||
color : black;
|
color : black;
|
||||||
padding : 1px 5px 1px 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .button:hover {
|
/* .button:hover {
|
||||||
|
@ -276,7 +273,6 @@ a.button {
|
||||||
|
|
||||||
|
|
||||||
.buttonWarn {
|
.buttonWarn {
|
||||||
font-family : tahoma, sans-serif;
|
|
||||||
border : 1px solid #d0d0d0;
|
border : 1px solid #d0d0d0;
|
||||||
background-image : url("images/button.png");
|
background-image : url("images/button.png");
|
||||||
background-position : top;
|
background-position : top;
|
||||||
|
|
|
@ -44,6 +44,8 @@
|
||||||
<input class="button" type="submit"
|
<input class="button" type="submit"
|
||||||
onclick="javascript:catchupAllFeeds()" value="Mark as read">
|
onclick="javascript:catchupAllFeeds()" value="Mark as read">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td valign="top" class="headlinesToolbarBox">
|
<td valign="top" class="headlinesToolbarBox">
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
|
|
Loading…
Reference in a new issue