Aha, I anticipated that - event and message icons.

This commit is contained in:
Thomas Willingham 2013-01-04 01:51:50 +00:00
parent b001323390
commit 0f25ebd5c5
6 changed files with 32 additions and 0 deletions

View file

@ -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; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

View file

@ -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; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B