forked from extern/egroupware
A little more space for notification popup note for German translation
This commit is contained in:
parent
7c118f6d4f
commit
b53ee7ba87
@ -3814,9 +3814,9 @@ td.lettersearch {
|
||||
}
|
||||
#egwpopup_fw_notifications .popup_note {
|
||||
position: absolute;
|
||||
width: 260px;
|
||||
width: 280px;
|
||||
height: 30px;
|
||||
left: -273px;
|
||||
left: -293px;
|
||||
top: -8px;
|
||||
border: 1px solid silver;
|
||||
background: #ffffff;
|
||||
@ -3824,6 +3824,7 @@ td.lettersearch {
|
||||
font-size: 10pt;
|
||||
line-height: 22pt;
|
||||
color: #b9436c;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#egwpopup_fw_notifications .popup_note:before {
|
||||
content: '';
|
||||
|
@ -275,9 +275,9 @@
|
||||
.popup_note {
|
||||
position: absolute;
|
||||
position: absolute;
|
||||
width: 260px;
|
||||
width: 280px;
|
||||
height: 30px;
|
||||
left: -273px;
|
||||
left: -293px;
|
||||
top: -8px;
|
||||
border: 1px solid silver;
|
||||
background: #ffffff;
|
||||
@ -285,6 +285,7 @@
|
||||
font-size: 10pt;
|
||||
line-height: 22pt;
|
||||
color: #b9436c;
|
||||
white-space: nowrap;
|
||||
&:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user