forked from extern/egroupware
A little more space for notification popup note for German translation
This commit is contained in:
parent
d1a5f9a553
commit
32825fa715
@ -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: '';
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user