A little more space for notification popup note for German translation

This commit is contained in:
nathangray 2018-01-23 14:10:01 -07:00
parent 7c118f6d4f
commit b53ee7ba87
2 changed files with 6 additions and 4 deletions

View File

@ -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: '';

View File

@ -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;