mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
Show icons again left of message in dialogs, only use width: 100%, if a template is specified (div has an id)
This commit is contained in:
parent
0a646b5e43
commit
b9809f0c19
@ -1810,7 +1810,7 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
|
|||||||
.long_task .message {
|
.long_task .message {
|
||||||
height: inherit;
|
height: inherit;
|
||||||
}
|
}
|
||||||
div.ui-dialog div.ui-dialog-content > div {
|
div.ui-dialog div.ui-dialog-content > div[id] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user