From: Andrew Dolgov
Date: Tue, 6 Sep 2005 17:12:10 +0000 (+0100)
Subject: cosmetic layout issues
X-Git-Tag: 1.0.3~24
X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=27be66c3e248e7c5668bda1d090b844193068bc6;p=tt-rss.git
cosmetic layout issues
---
diff --git a/tt-rss.css b/tt-rss.css
index 26a41e36..7f2be215 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -239,7 +239,6 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td,
}
.disabledButton {
- font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
background : white;
color : #909090;
@@ -254,14 +253,12 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td,
}
.button {
- font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
background-image : url("images/button.png");
background-position : top;
background-repeat : repeat-x;
background-color : white;
color : black;
- padding : 1px 5px 1px 5px;
}
/* .button:hover {
@@ -276,7 +273,6 @@ a.button {
.buttonWarn {
- font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
background-image : url("images/button.png");
background-position : top;
diff --git a/tt-rss.php b/tt-rss.php
index 7281a86e..ad922a6f 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -42,7 +42,9 @@
onclick="javascript:scheduleFeedUpdate(true)" value="Update">
+ onclick="javascript:catchupAllFeeds()" value="Mark as read">
+
+
|