From cda62917d8c13a7962276143389ebf23edbf9869 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 6 Mar 2014 18:34:54 +0000 Subject: [PATCH] position image in button with just an image centered and remove border from toolbar --- etemplate/templates/default/etemplate2.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 10b181be4a..0ec43c007b 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -201,7 +201,7 @@ input[type=button]:focus { button.et2_button_with_image { padding-left: 20px; background-repeat: no-repeat; - background-position: 5% center; + background-position: 4px center; background-size: 16px; } /* et2_box_widget ###*/ @@ -1204,6 +1204,7 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button { * et2_toolbar */ .et2_toolbar { + border: none; background: none; margin: 0 !important; padding: 0 !important;