aboutsummaryrefslogtreecommitdiffstats
path: root/view
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
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')
-rw-r--r--view/theme/fancyred/css/style.css16
-rw-r--r--view/theme/fancyred/img/events.pngbin0 -> 1686 bytes
-rw-r--r--view/theme/fancyred/img/message.pngbin0 -> 765 bytes
-rw-r--r--view/theme/redbasic/css/style.css16
-rw-r--r--view/theme/redbasic/img/events.pngbin0 -> 1686 bytes
-rw-r--r--view/theme/redbasic/img/message.pngbin0 -> 765 bytes
6 files changed, 32 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; }
diff --git a/view/theme/fancyred/img/events.png b/view/theme/fancyred/img/events.png
new file mode 100644
index 000000000..96dd86899
--- /dev/null
+++ b/view/theme/fancyred/img/events.png
Binary files differ
diff --git a/view/theme/fancyred/img/message.png b/view/theme/fancyred/img/message.png
new file mode 100644
index 000000000..f3fea75ee
--- /dev/null
+++ b/view/theme/fancyred/img/message.png
Binary files differ
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 0b3d35f24..3f16b0e52 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -82,6 +82,22 @@ color: #d00;
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; }
diff --git a/view/theme/redbasic/img/events.png b/view/theme/redbasic/img/events.png
new file mode 100644
index 000000000..96dd86899
--- /dev/null
+++ b/view/theme/redbasic/img/events.png
Binary files differ
diff --git a/view/theme/redbasic/img/message.png b/view/theme/redbasic/img/message.png
new file mode 100644
index 000000000..f3fea75ee
--- /dev/null
+++ b/view/theme/redbasic/img/message.png
Binary files differ