aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/fancyred/css
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-01-04 01:51:50 +0000
committerThomas Willingham <founder@kakste.com>2013-01-04 01:51:50 +0000
commit0f25ebd5c5647cb7e9582c0a800dbfb9dcf042f5 (patch)
treea493de47026ee412d20144f7c40ffb12ce7a4fc8 /view/theme/fancyred/css
parentb00132339018efe95902900cbe0dabe5e2bbad0e (diff)
downloadvolse-hubzilla-0f25ebd5c5647cb7e9582c0a800dbfb9dcf042f5.tar.gz
volse-hubzilla-0f25ebd5c5647cb7e9582c0a800dbfb9dcf042f5.tar.bz2
volse-hubzilla-0f25ebd5c5647cb7e9582c0a800dbfb9dcf042f5.zip
Aha, I anticipated that - event and message icons.
Diffstat (limited to 'view/theme/fancyred/css')
-rw-r--r--view/theme/fancyred/css/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/view/theme/fancyred/css/style.css b/view/theme/fancyred/css/style.css
index 6204869bc..e1b17fda1 100644
--- a/view/theme/fancyred/css/style.css
+++ b/view/theme/fancyred/css/style.css
@@ -80,6 +80,22 @@ background: #fff;
padding: 1px;
}
+.icon.mail {
+ background-image: url("../img/message.png");
+ min-width: 22px;
+ height: 22px;
+ background-position: left center;
+ padding: 1px;
+}
+
+.icon.events {
+ background-image: url("../img/events.png");
+ min-width: 22px;
+ height: 22px;
+ background-position: left center;
+ padding: 1px;
+}
+
a, a:visited, a:link { color: #dd0000; text-decoration: none; }
a:hover { color: #dd0000; text-decoration: underline; }