From d9981794c89c90e5a4164d89c1b5b4d883b223ee Mon Sep 17 00:00:00 2001 From: Luzifr Date: Wed, 7 Mar 2012 17:54:33 +0100 Subject: [PATCH] More global styles --- wcfsetup/install/files/acp/style/wcf.css | 24 +++++++++++++------ .../files/acp/templates/cronjobAdd.tpl | 2 +- .../acp/templates/packageListPlugins.tpl | 2 +- .../acp/templates/packageStartInstall.tpl | 2 +- .../install/files/acp/templates/userAdd.tpl | 2 +- 5 files changed, 21 insertions(+), 11 deletions(-) diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 0af7fedc47..965c1643ca 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -159,11 +159,11 @@ a[href^="mailto:"] { /* ToDo: Columns */ -.wcf-columnes-2 { +.wcf-columns-2 { width: 45%; } -.wcf-columnes-3 { +.wcf-columns-3 { width: 30%; } @@ -476,6 +476,7 @@ table .wcf-label { left: 0; z-index: 400; overflow: hidden; + white-space: nowrap; -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .5); -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, .5); @@ -1817,7 +1818,7 @@ fieldset { border-radius: 7px; background-color: rgba(250, 250, 250, 1); margin: 15px 0 0; - padding: 15px; + padding: 5px 15px 15px; box-sizing: border-box; } @@ -1891,6 +1892,10 @@ dl > dt { } } + +dl.wide > dt { + width: auto; /* ToDo */ +} dl > dt > label { margin-top: 5px; @@ -1921,6 +1926,10 @@ dl > dd { } +dl.wide > dd { + margin-left: 0; +} + dl > dd > small { font-size: 85%; color: rgba(153, 153, 153, 1); @@ -2533,7 +2542,7 @@ input[type='button'], /* Globals */ .wcf-box { - border: 1px solid #ccc; + border: 1px solid rgba(204, 204, 204, 1); border-radius: 5px; box-sizing: border-box; } @@ -2554,6 +2563,10 @@ input[type='button'], padding: 13px 23px 23px; } +.wcf-boxDecor { + background-color: rgba(253, 253, 253, 1); +} + /* Headings */ .wcf-boxTitle > hgroup { @@ -4352,9 +4365,6 @@ button[disabled] { .wcf-infoPackagePlugin { text-align: center; - border: 1px solid rgba(204, 204, 204, 1); - border-radius: 7px; - background-color: rgba(0, 0, 0, .015); margin: 15px 10px 0 0; display: inline-block; position: relative; diff --git a/wcfsetup/install/files/acp/templates/cronjobAdd.tpl b/wcfsetup/install/files/acp/templates/cronjobAdd.tpl index f6ffa8db59..7b4a6f3a65 100644 --- a/wcfsetup/install/files/acp/templates/cronjobAdd.tpl +++ b/wcfsetup/install/files/acp/templates/cronjobAdd.tpl @@ -32,7 +32,7 @@
-