mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 11:29:58 +01:00
Fix notifications action buttons drop in second line
This commit is contained in:
parent
f7e194b0b4
commit
a27e7e1ee9
@ -3685,7 +3685,7 @@ td.lettersearch {
|
|||||||
}
|
}
|
||||||
#egwpopup #egwpopup_list .egwpopup_message .egwpopup_actions_container > button {
|
#egwpopup #egwpopup_list .egwpopup_message .egwpopup_actions_container > button {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 90px;
|
width: 80px;
|
||||||
border: none;
|
border: none;
|
||||||
background: #e6e6e6;
|
background: #e6e6e6;
|
||||||
background-size: 16px;
|
background-size: 16px;
|
||||||
|
@ -3674,7 +3674,7 @@ td.lettersearch {
|
|||||||
}
|
}
|
||||||
#egwpopup #egwpopup_list .egwpopup_message .egwpopup_actions_container > button {
|
#egwpopup #egwpopup_list .egwpopup_message .egwpopup_actions_container > button {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 90px;
|
width: 80px;
|
||||||
border: none;
|
border: none;
|
||||||
background: #e6e6e6;
|
background: #e6e6e6;
|
||||||
background-size: 16px;
|
background-size: 16px;
|
||||||
|
@ -125,7 +125,7 @@
|
|||||||
}
|
}
|
||||||
.egwpopup_actions_container>button {
|
.egwpopup_actions_container>button {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 90px;
|
width: 80px;
|
||||||
border: none;
|
border: none;
|
||||||
background: #e6e6e6;
|
background: #e6e6e6;
|
||||||
background-size: 16px;
|
background-size: 16px;
|
||||||
|
@ -3696,7 +3696,7 @@ td.lettersearch {
|
|||||||
}
|
}
|
||||||
#egwpopup #egwpopup_list .egwpopup_message .egwpopup_actions_container > button {
|
#egwpopup #egwpopup_list .egwpopup_message .egwpopup_actions_container > button {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 90px;
|
width: 80px;
|
||||||
border: none;
|
border: none;
|
||||||
background: #e6e6e6;
|
background: #e6e6e6;
|
||||||
background-size: 16px;
|
background-size: 16px;
|
||||||
|
Loading…
Reference in New Issue
Block a user