diff options
-rw-r--r-- | view/theme/fancyred/css/style.css | 16 | ||||
-rw-r--r-- | view/theme/fancyred/img/events.png | bin | 0 -> 1686 bytes | |||
-rw-r--r-- | view/theme/fancyred/img/message.png | bin | 0 -> 765 bytes | |||
-rw-r--r-- | view/theme/redbasic/css/style.css | 16 | ||||
-rw-r--r-- | view/theme/redbasic/img/events.png | bin | 0 -> 1686 bytes | |||
-rw-r--r-- | view/theme/redbasic/img/message.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 000000000..96dd86899 --- /dev/null +++ b/view/theme/fancyred/img/events.png diff --git a/view/theme/fancyred/img/message.png b/view/theme/fancyred/img/message.png Binary files differnew file mode 100644 index 000000000..f3fea75ee --- /dev/null +++ b/view/theme/fancyred/img/message.png 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 Binary files differnew file mode 100644 index 000000000..96dd86899 --- /dev/null +++ b/view/theme/redbasic/img/events.png diff --git a/view/theme/redbasic/img/message.png b/view/theme/redbasic/img/message.png Binary files differnew file mode 100644 index 000000000..f3fea75ee --- /dev/null +++ b/view/theme/redbasic/img/message.png |