From 2fac2adee62fe2995783fdcb51bf1ecdc9446418 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Fri, 23 Sep 2011 20:00:26 +0200 Subject: [PATCH] Some small changes (removes some png-icons and solves a problem with bubble-style-infos) --- wcfsetup/install/files/acp/style/style.css | 5 +++-- .../files/acp/templates/packageUpdateSearchResult.tpl | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index fb4d5a5b17..f6525ea540 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -1894,7 +1894,7 @@ p.error { margin-top: 5px; padding: 2px 10px 2px 25px; position: relative; - display: inline-block; + display: table; clear: both; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1); @@ -1935,6 +1935,7 @@ p.error { } + /* ToDo: Installation */ div#packageInstallationDialogContainer { @@ -2025,7 +2026,7 @@ span.ui-dialog-title { } a.ui-dialog-titlebar-close { - background-image: url('../../icon/deleteM.png'); + background-image: url('../../icon/delete1.svg'); background-position: top left; background-repeat: no-repeat; position: absolute !important; diff --git a/wcfsetup/install/files/acp/templates/packageUpdateSearchResult.tpl b/wcfsetup/install/files/acp/templates/packageUpdateSearchResult.tpl index eea50fd1c1..ec7983ce20 100644 --- a/wcfsetup/install/files/acp/templates/packageUpdateSearchResult.tpl +++ b/wcfsetup/install/files/acp/templates/packageUpdateSearchResult.tpl @@ -20,11 +20,11 @@

{if $package.standalone == 1} - + {elseif $package.plugin != ''} - + {else} - + {/if} {$package.packageName}

-- 2.20.1