diff --git a/src/data/html/speeddial.html b/src/data/html/speeddial.html index 8dd15e837..516faba6f 100644 --- a/src/data/html/speeddial.html +++ b/src/data/html/speeddial.html @@ -11,7 +11,6 @@ body * {-webkit-user-select: none;font-size: 100%;line-height: 1.6;margin: 0px;} #quickdial div.entry {position: relative; float: left;border-width: 10px; -webkit-border-image: url(%BOX-BORDER%) 10;margin: 5px;} #quickdial img {display: block;margin: auto;} -#quickdial img[src*=".png"] {height: auto;} #quickdial a {position: absolute;left: 0px;top: 0px;width: 100%;height: 87%;} div.entry:hover .edit, div.entry:hover .close, div.entry:hover .reload{display: inline;} @@ -273,7 +272,7 @@ function removeBox(id) { } function alignPage() { - $('#quickdial img[src*=".png"]').css('width', DIAL_WIDTH); + $('head').append(''); $('#quickdial div.entry').css({'width' : DIAL_WIDTH + 'px', 'height' : Math.round(DIAL_WIDTH / 1.54) + 'px'});