set up for add sticker button for later

This commit is contained in:
ali asaria 2014-09-02 02:43:39 -04:00
parent b3e1a40398
commit ecfd283b44
3 changed files with 18 additions and 5 deletions

View file

@ -298,13 +298,8 @@ xopacity: .5;
} }
.sticker { .sticker {
<<<<<<< HEAD
padding-top: 0px; padding-top: 0px;
padding-left: 2px; padding-left: 2px;
=======
xpadding-top: 3px;
xpadding-left: 2px;
>>>>>>> 165a83e28357608b36daab0986a00ca7d9735b06
xz-index:10; xz-index:10;
display: inline-block; display: inline-block;
width: 11px; width: 11px;
@ -348,6 +343,22 @@ xopacity: .5;
#sticker-purple { #sticker-purple {
background-image: url('/images/stickers/sticker-purple.png'); background-image: url('/images/stickers/sticker-purple.png');
} }
#sticker-silverstar {
background-image: url('/images/stickers/sticker-silverstar.png');
}
#addsticker {
background-image: url('/images/icons/iconic/raster/black/plus_8x8.png');
background-position: 2px 2px;
opacity: 0.3;
display: inline-block;
width: 11px;
height: 11px;
background-repeat: no-repeat;
}
#addsticker:hover {
opacity: 0.7;
}
#nosticker { #nosticker {
background-image: url('/images/stickers/sticker-deletestar.png'); background-image: url('/images/stickers/sticker-deletestar.png');
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -38,6 +38,8 @@ block body
div.sticker#sticker-lightblue div.sticker#sticker-lightblue
div.sticker#sticker-orange div.sticker#sticker-orange
div.sticker#sticker-purple div.sticker#sticker-purple
//div.sticker#sticker-silverstar
//div#addsticker
br br
div.sticker#nosticker div.sticker#nosticker
//br //br