forked from extern/egroupware
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 {
|
||||
height: 24px;
|
||||
width: 90px;
|
||||
width: 80px;
|
||||
border: none;
|
||||
background: #e6e6e6;
|
||||
background-size: 16px;
|
||||
|
@ -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;
|
||||
|
@ -125,7 +125,7 @@
|
||||
}
|
||||
.egwpopup_actions_container>button {
|
||||
height: 24px;
|
||||
width: 90px;
|
||||
width: 80px;
|
||||
border: none;
|
||||
background: #e6e6e6;
|
||||
background-size: 16px;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user