summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-29 19:43:39 +0100
committerAndrew Dolgov <[email protected]>2005-11-29 19:43:39 +0100
commit19c9cb114369de1ecac86d147f08fd78c974eb07 (patch)
treeb0ae53ef467786af9033e23fa57597062d22a3de /tt-rss.css
parent53d6935b34e08cad9a72eb929becab0dbd438886 (diff)
support for filter actions
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 15f87ff29..25ea0c394 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -295,7 +295,7 @@ a:hover {
#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
#iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
-#iedit_fcat {
+#iedit_fcat, #iedit_filter_action {
width : 100%;
padding-left : 2px;
}
@@ -651,6 +651,11 @@ span.insensitive {
.prefGenericAddBox {
margin : 5px;
+ font-size : small;
+}
+
+.prefGenericAddBox td {
+ font-size : small;
}
body.logoutBody {