Some small changes (removes some png-icons and solves a problem with bubble-style...
authorLuzifr <szekely@woltlab.com>
Fri, 23 Sep 2011 18:00:26 +0000 (20:00 +0200)
committerLuzifr <szekely@woltlab.com>
Fri, 23 Sep 2011 18:00:31 +0000 (20:00 +0200)
wcfsetup/install/files/acp/style/style.css
wcfsetup/install/files/acp/templates/packageUpdateSearchResult.tpl

index fb4d5a5b17e7537089ca183a914a824bf62c7042..f6525ea5407c5113049468f9c07509e326e1151e 100644 (file)
@@ -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;
index eea50fd1c1f32d65554896fd5f1c91a5cd5c57fb..ec7983ce20ff5ee8941cd5d118e68cbc6550048b 100644 (file)
                                <hgroup class="subHeading">
                                        <h1>
                                                {if $package.standalone == 1}
-                                                       <img src="{@RELATIVE_WCF_DIR}icon/packageTypeStandaloneS.png" alt="" title="{lang}wcf.acp.package.list.standalone{/lang}" class="balloonTooltip" />
+                                                       <img src="{@RELATIVE_WCF_DIR}icon/packageStandalone1.svg" alt="" title="{lang}wcf.acp.package.list.standalone{/lang}" class="balloonTooltip" />
                                                {elseif $package.plugin != ''}
-                                                       <img src="{@RELATIVE_WCF_DIR}icon/packageTypePluginS.png" alt="" title="{lang}wcf.acp.package.list.plugin{/lang}" class="balloonTooltip" />
+                                                       <img src="{@RELATIVE_WCF_DIR}icon/packagePlugin1.svg" alt="" title="{lang}wcf.acp.package.list.plugin{/lang}" class="balloonTooltip" />
                                                {else}
-                                                       <img src="{@RELATIVE_WCF_DIR}icon/packageS.png" alt="" title="{lang}wcf.acp.package.list.other{/lang}" class="balloonTooltip" />
+                                                       <img src="{@RELATIVE_WCF_DIR}icon/package1.svg" alt="" title="{lang}wcf.acp.package.list.other{/lang}" class="balloonTooltip" />
                                                {/if}
                                                {$package.packageName}
                                        </h1>