diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 85a437a5f0..a642c094cd 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -3685,7 +3685,7 @@ td.lettersearch { } #egwpopup #egwpopup_list .egwpopup_message .egwpopup_actions_container > button { height: 24px; - width: 90px; + width: 80px; border: none; background: #e6e6e6; background-size: 16px; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index fdb83d7213..7cdf90ff75 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -3674,7 +3674,7 @@ td.lettersearch { } #egwpopup #egwpopup_list .egwpopup_message .egwpopup_actions_container > button { height: 24px; - width: 90px; + width: 80px; border: none; background: #e6e6e6; background-size: 16px; diff --git a/pixelegg/less/layout_messages.less b/pixelegg/less/layout_messages.less index 11a91e8370..d5d225265a 100755 --- a/pixelegg/less/layout_messages.less +++ b/pixelegg/less/layout_messages.less @@ -125,7 +125,7 @@ } .egwpopup_actions_container>button { height: 24px; - width: 90px; + width: 80px; border: none; background: #e6e6e6; background-size: 16px; diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index adad9c89fb..3e0b8211eb 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -3696,7 +3696,7 @@ td.lettersearch { } #egwpopup #egwpopup_list .egwpopup_message .egwpopup_actions_container > button { height: 24px; - width: 90px; + width: 80px; border: none; background: #e6e6e6; background-size: 16px;