Skip to content

Commit 543d55c

Browse files
committed
Line 79, 88: old ../img/admin/xxx should be ../images/jquery/xxx
1 parent ada65c2 commit 543d55c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cms/media/cms/css/jquery.dialog.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
.ui-dialog .ui-dialog-buttonpane button,
7777
.ui-dialog .ui-dialog-buttonpane button {
7878
margin: 6px;
79-
background: white url(../img/admin/nav-bg.gif) repeat-x scroll center bottom;
79+
background: white url(../images/jquery/nav-bg.gif) repeat-x scroll center bottom;
8080
border-color: #ddd #aaa #aaa #ddd;
8181
border-style: solid;
8282
border-width: 1px;
@@ -85,7 +85,7 @@
8585
}
8686

8787
.ui-dialog .ui-dialog-buttonpane button.default {
88-
background: #7CA0C7 url(../img/admin/default-bg.gif) repeat-x scroll center bottom;
88+
background: #7CA0C7 url(../images/jquery/default-bg.gif) repeat-x scroll center bottom;
8989
border: 2px solid #5B80B2;
9090
font-weight: bold;
9191
color: white;

0 commit comments

Comments
 (0)