mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02:00
position image in button with just an image centered and remove border from toolbar
This commit is contained in:
parent
ea04a556ca
commit
cda62917d8
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user