position image in button with just an image centered and remove border from toolbar

This commit is contained in:
Ralf Becker 2014-03-06 18:34:54 +00:00
parent ea04a556ca
commit cda62917d8

View File

@ -201,7 +201,7 @@ input[type=button]:focus {
button.et2_button_with_image { button.et2_button_with_image {
padding-left: 20px; padding-left: 20px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 5% center; background-position: 4px center;
background-size: 16px; background-size: 16px;
} }
/* et2_box_widget ###*/ /* et2_box_widget ###*/
@ -1204,6 +1204,7 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
* et2_toolbar * et2_toolbar
*/ */
.et2_toolbar { .et2_toolbar {
border: none;
background: none; background: none;
margin: 0 !important; margin: 0 !important;
padding: 0 !important; padding: 0 !important;