From c856aaf98c2ce1b67c73eef2d97b86c7cf119948 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Wed, 25 Jan 2012 18:07:39 +0100 Subject: [PATCH] Fixes the plugin-list --- wcfsetup/install/files/acp/style/wcf.css | 25 +++++++++---------- .../files/acp/templates/packageList.tpl | 4 +-- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 8d8187c0d8..7a773b242b 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -4045,7 +4045,7 @@ button[disabled='disabled'] { border: 1px solid rgba(204, 204, 204, 1); border-radius: 7px; background-color: rgba(0, 0, 0, .015); - margin-top: 15px; + margin: 15px 10px 0 0; display: inline-block; position: relative; width: 150px; @@ -4066,7 +4066,7 @@ button[disabled='disabled'] { .infoPackagePlugin > div > a { color: rgba(153, 153, 153, 1); background-size: 96px; - background-position: center center; + background-position: center 70%; background-repeat: no-repeat; margin: 1px; display: block; @@ -4084,6 +4084,14 @@ button[disabled='disabled'] { font-weight: bold; text-shadow: 0 1px 0 rgba(255, 255, 255, 1); word-wrap: break-word; + margin: 0 -1px; + padding: 3px 1px; + display: block; + position: relative; + z-index: 100; +} + +.infoPackagePlugin:hover > div > a > h1 { border-bottom: 1px solid rgba(204, 204, 204, 1); background-color: rgba(0, 0, 0, .015); @@ -4092,17 +4100,10 @@ button[disabled='disabled'] { background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .05)); background-image: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .05)); background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .05)); - - margin: 0 -1px; - padding: 3px 1px; - display: block; - position: relative; - z-index: 100; } .infoPackagePlugin footer { - position: absolute; - bottom: 0; + margin-top: -22px; width: 100%; } @@ -4196,9 +4197,7 @@ button[disabled='disabled'] { @media screen and (max-width: 480px), screen and (max-device-width: 480px) { .infoPackageApplication footer nav, - .infoPackagePlugin footer nav, - .infoPackageApplication:hover footer nav, - .infoPackagePlugin:hover footer nav { + .infoPackagePlugin footer nav { opacity: 1; } diff --git a/wcfsetup/install/files/acp/templates/packageList.tpl b/wcfsetup/install/files/acp/templates/packageList.tpl index 1d67d55dbd..114b29bbbd 100644 --- a/wcfsetup/install/files/acp/templates/packageList.tpl +++ b/wcfsetup/install/files/acp/templates/packageList.tpl @@ -97,8 +97,8 @@ -
-
    +
    +
      {content} {include file='packageListPlugins'} {/content} -- 2.20.1