Add a new class for buttonicon which specifies the new backghround image, this is part of the single image thing Peter wants to reduce the number of images we need

This commit is contained in:
John McLear 2011-07-31 19:11:55 +01:00
parent 7b69f3d7ed
commit d4ffbdcc1c
1 changed files with 6 additions and 0 deletions

View File

@ -1046,3 +1046,9 @@ padding: 10px;
border-radius: 6px;
opacity:.8;
}
.buttonicon{
width:16px;
height:16px;
background-image:url('../static/img/etherpad_lite_icons.gif');
}