aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-09 13:14:22 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-09 13:14:22 +0000
commit3c8c971757629e29c5d815c434729015431e267d (patch)
tree9ebe1ae8fcbc4d85ca8113b84805342f496954a6 /views/default/css.php
parent7fa08c45df0d8c726e229e6448a4d2d31a47c2ee (diff)
downloadelgg-3c8c971757629e29c5d815c434729015431e267d.tar.gz
elgg-3c8c971757629e29c5d815c434729015431e267d.tar.bz2
Generic rss feed icon added
git-svn-id: http://code.elgg.org/elgg/trunk@5325 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php15
1 files changed, 13 insertions, 2 deletions
diff --git a/views/default/css.php b/views/default/css.php
index 8b5c7cab7..3fe37b959 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -207,8 +207,19 @@ h2 {
.margin_top {
margin-top:10px;
}
-form.action {
- margin-top:10px;
+.rss_link {
+ margin-top:-10px;
+ margin-bottom:10px;
+}
+.rss_link a {
+ display:block;
+ width:14px;
+ height:14px;
+ float:right;
+ background-image:url(<?php echo $vars['url']; ?>_graphics/icon_rss.png);
+ background-repeat: no-repeat;
+ background-position: left top;
+ text-indent: -1000em;
}
.tags {
background-image:url(<?php echo $vars['url']; ?>_graphics/icon_tag.png);