forked from extern/egroupware
Make sure all labels are pre-wrapped
-Fix labels in nm do not show white-spaces
This commit is contained in:
parent
cdb1f042a2
commit
3fffe6f2ac
@ -136,6 +136,7 @@ div.et2_hbox > div {
|
||||
*/
|
||||
.et2_label {
|
||||
color: #101050;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
#msg,
|
||||
.message {
|
||||
|
@ -113,6 +113,7 @@
|
||||
*/
|
||||
.et2_label {
|
||||
color: #1e1e1e;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
/**
|
||||
* img Icons
|
||||
|
@ -102,6 +102,7 @@
|
||||
*/
|
||||
.et2_label {
|
||||
color: #1e1e1e;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
/**
|
||||
* img Icons
|
||||
|
@ -85,6 +85,7 @@ div.et2_hbox_right {
|
||||
*/
|
||||
.et2_label {
|
||||
color: @gray_90;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user