From 0f25ebd5c5647cb7e9582c0a800dbfb9dcf042f5 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Fri, 4 Jan 2013 01:51:50 +0000 Subject: Aha, I anticipated that - event and message icons. --- view/theme/fancyred/css/style.css | 16 ++++++++++++++++ view/theme/fancyred/img/events.png | Bin 0 -> 1686 bytes view/theme/fancyred/img/message.png | Bin 0 -> 765 bytes view/theme/redbasic/css/style.css | 16 ++++++++++++++++ view/theme/redbasic/img/events.png | Bin 0 -> 1686 bytes view/theme/redbasic/img/message.png | Bin 0 -> 765 bytes 6 files changed, 32 insertions(+) create mode 100644 view/theme/fancyred/img/events.png create mode 100644 view/theme/fancyred/img/message.png create mode 100644 view/theme/redbasic/img/events.png create mode 100644 view/theme/redbasic/img/message.png (limited to 'view') 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 Binary files /dev/null and b/view/theme/fancyred/img/events.png differ diff --git a/view/theme/fancyred/img/message.png b/view/theme/fancyred/img/message.png new file mode 100644 index 000000000..f3fea75ee Binary files /dev/null and b/view/theme/fancyred/img/message.png 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 Binary files /dev/null and b/view/theme/redbasic/img/events.png differ diff --git a/view/theme/redbasic/img/message.png b/view/theme/redbasic/img/message.png new file mode 100644 index 000000000..f3fea75ee Binary files /dev/null and b/view/theme/redbasic/img/message.png differ -- cgit v1.2.3