From 4661b5d79c47b931b8a86e0ea6b7402cd2867724 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Fri, 29 Jul 2011 20:27:59 +0200 Subject: [PATCH] Some minor changes and one experimental table construct --- com.woltlab.wcf/styleattributes.xml | 6 +++--- wcfsetup/install/files/acp/style/testing.css | 18 +++++++++++++----- .../files/acp/templates/packageList.tpl | 7 +++---- .../templates/packageUpdateSearchResult.tpl | 2 +- .../files/acp/templates/updateServerList.tpl | 2 +- .../acp/templates/usersMassProcessing.tpl | 4 ++-- 6 files changed, 23 insertions(+), 16 deletions(-) diff --git a/com.woltlab.wcf/styleattributes.xml b/com.woltlab.wcf/styleattributes.xml index 9f18c81a17..597ebbdb42 100644 --- a/com.woltlab.wcf/styleattributes.xml +++ b/com.woltlab.wcf/styleattributes.xml @@ -2567,17 +2567,17 @@ - + - + - + diff --git a/wcfsetup/install/files/acp/style/testing.css b/wcfsetup/install/files/acp/style/testing.css index b3bf15c11b..c92c309d0c 100644 --- a/wcfsetup/install/files/acp/style/testing.css +++ b/wcfsetup/install/files/acp/style/testing.css @@ -704,6 +704,8 @@ input[type='submit']:hover, .largeButtons ul li a img { vertical-align: middle; margin: 0; + height: 24px; + width: 24px; } @@ -729,7 +731,7 @@ input[type='submit']:hover, border-bottom-right-radius: 0; border-bottom-width: 0; color: #fff; - /* margin-bottom: -10px; without "bordermarginremove"! */ + /* margin-bottom: -10px; without "borderMarginRemove"! */ margin-bottom: 0; padding: 7px; } @@ -789,14 +791,15 @@ thead th:last-child { th { background-color: rgba(51, 51, 51, .7); - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#000)); + background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#000));/* ToDo: Transparency missing */ background-image: -moz-linear-gradient(0% 0% 270deg, #333, #000); background-image: -ms-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#000)); background-image: -o-linear-gradient(#333, #000); background-image: linear-gradient(#666, #000); - border-right: 1px solid #fff; - border-bottom: 1px solid #fff; + border-top: 1px solid #000; + border-right: 1px solid #000; + border-bottom: 1px solid #000; font-size: 87%; } @@ -870,7 +873,12 @@ tr:hover td { background-color: #d8e7f5; } -/* Special */ +tr .columnIcon img { + height: 16px; + width: 16px; +} + +/* Table Specials */ .subTabMenu ~ .border { border-top-left-radius: 0 !important; diff --git a/wcfsetup/install/files/acp/templates/packageList.tpl b/wcfsetup/install/files/acp/templates/packageList.tpl index dcb08a3ce9..1c95825d5f 100644 --- a/wcfsetup/install/files/acp/templates/packageList.tpl +++ b/wcfsetup/install/files/acp/templates/packageList.tpl @@ -32,10 +32,9 @@ {if $packages|count > 0} -
-

{lang}wcf.acp.package.list.count{/lang}

-
-
+
+

{lang}wcf.acp.package.list.count{/lang}

+ diff --git a/wcfsetup/install/files/acp/templates/packageUpdateSearchResult.tpl b/wcfsetup/install/files/acp/templates/packageUpdateSearchResult.tpl index 7488da6f62..e6218bc769 100644 --- a/wcfsetup/install/files/acp/templates/packageUpdateSearchResult.tpl +++ b/wcfsetup/install/files/acp/templates/packageUpdateSearchResult.tpl @@ -17,7 +17,7 @@ {foreach from=$packages item=package}
-

+

{if $package.standalone == 1} {elseif $package.plugin != ''} diff --git a/wcfsetup/install/files/acp/templates/updateServerList.tpl b/wcfsetup/install/files/acp/templates/updateServerList.tpl index 419cf93557..597169aba5 100644 --- a/wcfsetup/install/files/acp/templates/updateServerList.tpl +++ b/wcfsetup/install/files/acp/templates/updateServerList.tpl @@ -29,7 +29,7 @@ {if !$updateServers|count}
-

{lang}wcf.acp.updateServer.view.noneAvailable{/lang}

+

{lang}wcf.acp.updateServer.view.noneAvailable{/lang}

{else} diff --git a/wcfsetup/install/files/acp/templates/usersMassProcessing.tpl b/wcfsetup/install/files/acp/templates/usersMassProcessing.tpl index b71f45fd06..67156a1a79 100644 --- a/wcfsetup/install/files/acp/templates/usersMassProcessing.tpl +++ b/wcfsetup/install/files/acp/templates/usersMassProcessing.tpl @@ -85,7 +85,7 @@
-

{lang}wcf.acp.user.massProcessing.conditions{/lang}

+

{lang}wcf.acp.user.massProcessing.conditions{/lang}

{lang}wcf.acp.user.search.conditions.general{/lang} @@ -168,7 +168,7 @@ {if $options|count} -- 2.20.1