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 d1a5f9a553
commit 32825fa715
2 changed files with 6 additions and 4 deletions

View File

@ -3814,9 +3814,9 @@ td.lettersearch {
} }
#egwpopup_fw_notifications .popup_note { #egwpopup_fw_notifications .popup_note {
position: absolute; position: absolute;
width: 260px; width: 280px;
height: 30px; height: 30px;
left: -273px; left: -293px;
top: -8px; top: -8px;
border: 1px solid silver; border: 1px solid silver;
background: #ffffff; background: #ffffff;
@ -3824,6 +3824,7 @@ td.lettersearch {
font-size: 10pt; font-size: 10pt;
line-height: 22pt; line-height: 22pt;
color: #b9436c; color: #b9436c;
white-space: nowrap;
} }
#egwpopup_fw_notifications .popup_note:before { #egwpopup_fw_notifications .popup_note:before {
content: ''; content: '';

View File

@ -275,9 +275,9 @@
.popup_note { .popup_note {
position: absolute; position: absolute;
position: absolute; position: absolute;
width: 260px; width: 280px;
height: 30px; height: 30px;
left: -273px; left: -293px;
top: -8px; top: -8px;
border: 1px solid silver; border: 1px solid silver;
background: #ffffff; background: #ffffff;
@ -285,6 +285,7 @@
font-size: 10pt; font-size: 10pt;
line-height: 22pt; line-height: 22pt;
color: #b9436c; color: #b9436c;
white-space: nowrap;
&:before { &:before {
content: ''; content: '';
position: absolute; position: absolute;