mirror of https://github.com/apache/cloudstack.git
UI: Fixed truncated icon on confirmation dialogs
Signed-off-by: Brian Federle <brian.federle@citrix.com>
This commit is contained in:
parent
6d15f6c27e
commit
c09bb900c7
|
|
@ -3893,7 +3893,7 @@ Dialogs*/
|
|||
}
|
||||
|
||||
.ui-dialog.confirm .ui-dialog-title {
|
||||
background: url(../images/icons.png) no-repeat 0px -225px;
|
||||
background: url(../images/icons.png) no-repeat 0px -224px;
|
||||
}
|
||||
|
||||
.ui-dialog.create-form .ui-dialog-title {
|
||||
|
|
|
|||
Loading…
Reference in New Issue