diff --git a/client/css/style.css b/client/css/style.css index 61c6d59..bd1fa77 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -310,11 +310,6 @@ xopacity: .5; padding-top: 2px; margin: 0; } -#sticker-gold, #sticker-bluestar, #sticker-redstar, #sticker-silverstar { - position: relative; - top: 2px; - padding: 0; margin 0; -} #sticker-red { background-image: url('/images/stickers/sticker-red.png'); @@ -340,9 +335,18 @@ xopacity: .5; #sticker-purple { background-image: url('/images/stickers/sticker-purple.png'); } +#sticker-gold { + background-image: url('/images/stickers/sticker-gold.png'); +} #sticker-silverstar { background-image: url('/images/stickers/sticker-silverstar.png'); } +#sticker-bluestar { + background-image: url('/images/stickers/sticker-bluestar.png'); +} +#sticker-redstar { + background-image: url('/images/stickers/sticker-redstar.png'); +} #addsticker { background-image: url('/images/icons/iconic/raster/black/plus_8x8.png'); background-position: 2px 2px; diff --git a/client/images/stickers/sticker-bluestar.png b/client/images/stickers/sticker-bluestar.png index ae1721d..72648c4 100644 Binary files a/client/images/stickers/sticker-bluestar.png and b/client/images/stickers/sticker-bluestar.png differ diff --git a/client/images/stickers/sticker-gold.png b/client/images/stickers/sticker-gold.png index acfa727..3a542d7 100644 Binary files a/client/images/stickers/sticker-gold.png and b/client/images/stickers/sticker-gold.png differ diff --git a/client/images/stickers/sticker-redstar.png b/client/images/stickers/sticker-redstar.png index 72bf5f5..825de72 100644 Binary files a/client/images/stickers/sticker-redstar.png and b/client/images/stickers/sticker-redstar.png differ diff --git a/views/home.jade b/views/home.jade index 8b7170f..c77b8b8 100644 --- a/views/home.jade +++ b/views/home.jade @@ -34,21 +34,19 @@ body div.stickers div.sticker#sticker-red - image(src="/images/stickers/sticker-red.png") div.sticker#sticker-blue - image(src="/images/stickers/sticker-blue.png") div.sticker#sticker-yellow - image(src="/images/stickers/sticker-yellow.png") div.sticker#sticker-green - image(src="/images/stickers/sticker-green.png") + br + div.sticker#sticker-pink + div.sticker#sticker-lightblue + div.sticker#sticker-orange + div.sticker#sticker-purple + br div.sticker#sticker-gold - image(src="/images/stickers/sticker-gold.png") div.sticker#sticker-bluestar - image(src="/images/stickers/sticker-bluestar.png") - div.sticker#sticker-redstar - image(src="/images/stickers/sticker-redstar.png") div.sticker#sticker-silverstar - image(src="/images/stickers/sticker-silverstar.png") + div.sticker#sticker-redstar //display # of active users here