diff --git a/src/lib/data/html/speeddial.html b/src/lib/data/html/speeddial.html index a80fa7700..4e4200155 100644 --- a/src/lib/data/html/speeddial.html +++ b/src/lib/data/html/speeddial.html @@ -8,7 +8,7 @@ body * {-webkit-user-select: none;font-size: 100%;line-height: 1.6;margin: 0px;} .add {position: absolute;right:10px;top:10px;width: 24px;height: 24px;background: url(%IMG_PLUS%); cursor: pointer;} #quickdial {margin: auto;text-align: center;} -#quickdial div.entry {position: relative; float: left;border-width: 10px; +#quickdial div.entry {position: relative; display:inline-block; border-width: 10px; -webkit-border-image: url(%BOX-BORDER%) 10;margin: 5px;} #quickdial img {display: block;margin: auto;} #quickdial a {position: absolute;left: 0px;top: 0px;width: 100%;height: 87%;}