change height of et2_button_icon class to 16px, as that is size of all our current images, rescaling them to 20px looks uggly

This commit is contained in:
Ralf Becker 2013-11-09 12:10:08 +00:00
parent 12e8a3bbcd
commit 7c4d696f4b

View File

@ -184,7 +184,7 @@ a.et2_url.url {
}
.et2_button_icon {
border: none;
height: 20px;
height: 16px;
background: transparent;
padding: 2px;
}