diff --git a/addressbook/templates/pixelegg/app.css b/addressbook/templates/pixelegg/app.css index 0330378693..149b59276c 100755 --- a/addressbook/templates/pixelegg/app.css +++ b/addressbook/templates/pixelegg/app.css @@ -19,6 +19,10 @@ #addressbook-index { height: 100%; } +/* Give enough (static) width to edit dialog tabs, or it will auto-size and flex */ +#addressbook-edit .et2_tabbox { + min-width: 535px; +} .cursorHand { cursor: hand; } @@ -289,12 +293,6 @@ div#addressbook-index table.egwGridView_outer { .et2_container { height: auto; } -#egw_fw_sidemenu .egw_fw_ui_category_content table { - margin-left: -14px; -} -#egw_fw_sidemenu select { - margin-top: -5px; -} /* ##################################################### */ /* ##################################################### */ /*State: Address selected*/ diff --git a/addressbook/templates/pixelegg/app.less b/addressbook/templates/pixelegg/app.less index 6a7fcd21ed..61f888ba03 100755 --- a/addressbook/templates/pixelegg/app.less +++ b/addressbook/templates/pixelegg/app.less @@ -146,7 +146,7 @@ div#addressbook-index{ .egw_fw_ui_category_content{ - table {margin-left: -14px;} +// table {margin-left: -14px;} } // Bilder für Favoriten @@ -155,7 +155,7 @@ div#addressbook-index{ } - select {margin-top: -5px;} +// select {margin-top: -5px;} } diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index b7ffba4351..e036107970 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -193,13 +193,12 @@ input[type=button]:focus { color: #202d52; outline: none; } -button.et2_button_with_image { - padding-left: 20px; - background-repeat: no-repeat; - background-position-x: 3px; - background-size: 16px; -} - +button.et2_button_with_image { + padding-left: 20px; + background-repeat: no-repeat; + background-position: 5% center; + background-size: 16px; + } /** * Drop down button */ @@ -640,11 +639,6 @@ ul.et2_link_string { background-position: bottom; background-repeat: repeat-x; } - -.et2_taglist_ro ul { - margin: 0px; - padding: 0px; -} /** * VFS widget(s) */ @@ -1140,4 +1134,4 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button { } .ms-res-ctn { overflow-x: hidden; -} +} \ No newline at end of file