Skip to content

Commit

Permalink
YaCy-UI: fixed broken style for add bookmark dialog
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5190 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
apfelmaennchen committed Sep 20, 2008
1 parent a5f61e8 commit 06c07f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions htroot/yacy/ui/css/jquery.dialog.css
Expand Up @@ -20,11 +20,11 @@
cursor: move;
}

.bmdialog .ui-dialog .ui-dialog-titlebar-ajax,
.bmdialog.ui-dialog .ui-dialog-titlebar-ajax {
.bmdialog .ui-dialog .ui-dialog-titlebar-close,
.bmdialog.ui-dialog .ui-dialog-titlebar-close {
width: 16px;
height: 16px;
background: url(../loading.gif) no-repeat;
background: url(../img-2/cancel.png) no-repeat;
position:absolute;
top: 8px;
right: 7px;
Expand Down

0 comments on commit 06c07f2

Please sign in to comment.