improved picker buttons

This commit is contained in:
Anika Henke 2012-01-22 14:03:02 +00:00
parent 2a401dcc2e
commit 61a67adb3e

View file

@ -36,7 +36,10 @@ div.picker.pk_hl {
width: auto; width: auto;
} }
/* buttons inside of picker */ /* buttons inside of picker */
div.picker button.pickerbutton { div.picker button.pickerbutton,
div.picker button.toolbutton {
padding: .1em .35em;
border-width: 0;
} }
/*____________ edit textarea ____________*/ /*____________ edit textarea ____________*/