From d8eb33e97edd925c94842665abb388332bd30333 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Thu, 4 Aug 2011 02:26:00 +0200 Subject: [PATCH] More definition lists --- wcfsetup/install/files/acp/style/testing.css | 25 ++++++----- .../files/acp/templates/optionImport.tpl | 43 ++++++++----------- 2 files changed, 29 insertions(+), 39 deletions(-) diff --git a/wcfsetup/install/files/acp/style/testing.css b/wcfsetup/install/files/acp/style/testing.css index 6ecc6a297b..e20051fd9f 100644 --- a/wcfsetup/install/files/acp/style/testing.css +++ b/wcfsetup/install/files/acp/style/testing.css @@ -740,7 +740,7 @@ input[type='submit'], input[type='submit']:hover, .largeButtons ul li.default a:hover { border: 1px solid #69c; - color: #036; + color: #369; } /* default buttons active */ @@ -748,7 +748,7 @@ input[type='submit']:focus, .largeButtons ul li.default a:focus, input[type='submit']:active, .largeButtons ul li.default a:active{ - color: #369; + color: #036; text-decoration: none; background-color: #69c; @@ -1041,7 +1041,6 @@ tbody tr .columnIcon img { - /* -- -- -- -- -- ToDo: Page Navigation -- -- -- -- -- */ .pageNavigation ul li { @@ -1127,16 +1126,6 @@ dl { margin-bottom: 7px; } -dt { - float: left; - text-align: right; - width: 230px; -} - -dd { - margin-left: 250px; -} - dl small { color: #999; font-size: 85%; @@ -1148,6 +1137,16 @@ dl.disabled dt { color: #777; } +dl dt { + float: left; + text-align: right; + width: 230px; +} + +dl dd { + margin-left: 250px; +} + diff --git a/wcfsetup/install/files/acp/templates/optionImport.tpl b/wcfsetup/install/files/acp/templates/optionImport.tpl index f82f1cf0da..6e3c767716 100644 --- a/wcfsetup/install/files/acp/templates/optionImport.tpl +++ b/wcfsetup/install/files/acp/templates/optionImport.tpl @@ -21,24 +21,18 @@
{lang}wcf.acp.option.import{/lang} -
-
- -
-
- - {if $errorField == 'optionImport'} -

- {if $errorType == 'empty'}{lang}wcf.global.error.empty{/lang}{/if} - {if $errorType == 'importFailed'}{lang}wcf.acp.option.import.error.importFailed{/lang}{/if} - {if $errorType == 'uploadFailed'}{lang}wcf.acp.option.import.error.uploadFailed{/lang}{/if} -

- {/if} -
- -
+
+
+
+ {if $errorField == 'optionImport'} + + {if $errorType == 'empty'}{lang}wcf.global.error.empty{/lang}{/if} + {if $errorType == 'importFailed'}{lang}wcf.acp.option.import.error.importFailed{/lang}{/if} + {if $errorType == 'uploadFailed'}{lang}wcf.acp.option.import.error.uploadFailed{/lang}{/if} + + {/if} + {lang}wcf.acp.option.import.upload.description{/lang} +
@@ -60,14 +54,11 @@
{lang}wcf.acp.option.export{/lang} -
- - -
+
+
+

{lang}wcf.acp.option.export.download{/lang}

+ {lang}wcf.acp.option.export.download.description{/lang} +
-- 2.20.1