From 022cb0d60b1e6b3d121fef64ea410d43977e2126 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Tue, 13 Sep 2011 17:49:47 +0200 Subject: [PATCH] Some minor changes ID for the installer body (in case we need it); Replaced quote marks in the CSS with single quotes; Removed class "smallFont", as it does/should not exist in table context any more; Moved formatting of special table-columns to a separate section in the CSS (there will have to be a lot of changes with those). --- wcfsetup/install/files/acp/style/testing.css | 72 ++++++++++++------- .../files/acp/templates/acpSessionLogList.tpl | 2 +- .../acp/templates/optionTypeCustomselect.tpl | 2 +- .../files/acp/templates/optionTypeDate.tpl | 4 +- .../files/acp/templates/packageList.tpl | 2 +- .../files/acp/templates/updateServerList.tpl | 14 ++-- .../files/acp/templates/userGroupList.tpl | 4 +- .../install/files/acp/templates/userList.tpl | 2 +- wcfsetup/setup/template/header.tpl | 2 +- 9 files changed, 62 insertions(+), 42 deletions(-) diff --git a/wcfsetup/install/files/acp/style/testing.css b/wcfsetup/install/files/acp/style/testing.css index ffa92c5e97..cf61c97640 100644 --- a/wcfsetup/install/files/acp/style/testing.css +++ b/wcfsetup/install/files/acp/style/testing.css @@ -93,7 +93,7 @@ a:hover { } a.externalURL { - background-image: url("../../icon/externalURL.svg"); + background-image: url('../../icon/externalURL.svg'); background-position: right center; background-repeat: no-repeat; padding-right: 17px; @@ -120,7 +120,7 @@ hr { header.pageHeader { /* Disabled, because the WoltLab header-image is not LGPL Activate it if you want to test your own header image */ - /* background-image: url("../images/header.png"); */ + /* background-image: url('../images/header.png'); */ background-position: left top; background-repeat: repeat-x; min-width: 800px; @@ -130,6 +130,7 @@ header.pageHeader { /* Top Menu */ header.pageHeader nav.topMenu { + border-bottom: 1px solid rgba(0, 0, 0, .1); background-color: rgba(0, 0, 0, .4); position: fixed; top: 0; @@ -207,7 +208,7 @@ nav.mainMenu { } nav.mainMenu:after { - content: ""; + content: ''; display: block; clear: both; } @@ -301,7 +302,7 @@ nav.headerNavigation { } nav.headerNavigation:after { - content: ""; + content: ''; display: block; clear: both; } @@ -311,7 +312,7 @@ nav.headerNavigation > div { } nav.headerNavigation > div:after { - content: ""; + content: ''; display: block; clear: both; } @@ -409,7 +410,7 @@ nav.sidebarMenu > div h1 { font-size: 130%; font-weight: bold; color: #369; - background-image: url("../../icon/closed.svg"); + background-image: url('../../icon/closed.svg'); background-position: 15px center; background-size: 16px; background-repeat: no-repeat; @@ -419,7 +420,7 @@ nav.sidebarMenu > div h1 { } nav.sidebarMenu > div h1.activeMenuItem { - background-image: url("../../icon/opened.svg"); + background-image: url('../../icon/opened.svg'); } nav.sidebarMenu > div ul li { @@ -463,7 +464,7 @@ footer.pageFooter { } footer.pageFooter:after { - content: ""; + content: ''; display: block; clear: both; } @@ -478,7 +479,7 @@ footer.pageFooter > div { } footer.pageFooter > div:after { - content: ""; + content: ''; display: block; clear: both; } @@ -588,7 +589,6 @@ fieldset.topLink { background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 50px); background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 50px); background-image: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 50px); - } */ @@ -1249,7 +1249,7 @@ input[disabled='disabled'], background-color: #369; /* Disabled, because the WoltLab header-image is not LGPL Activate it if you want to test your own header image */ - /* background-image: url("../images/header.png"); */ + /* background-image: url('../images/header.png'); */ background-position: left top; background-repeat: repeat-x; @@ -1303,7 +1303,7 @@ input[disabled='disabled'], } .tabMenu:after { - content: ""; + content: ''; display: block; clear: both; } @@ -1600,7 +1600,7 @@ thead th.active:hover a { background-color: rgba(0, 0, 0, .3); } -thead th input[type="checkbox"] { +thead th input[type='checkbox'] { margin: -5px !important; } @@ -1656,11 +1656,6 @@ tbody tr:hover td { background-color: #d8e7f5; } -tbody tr .columnIcon img { - height: 16px; - width: 16px; -} - tbody tr .columnIcon img:not(.balloonTooltip):hover { cursor: not-allowed; } @@ -1692,6 +1687,27 @@ tbody tr .columnIcon img:not(.balloonTooltip):hover { border-top-right-radius: 0 !important; } +/* ToDo: Table Column Formats */ + +tbody tr .columnIcon img { + height: 16px; + width: 16px; +} + +.bigList tbody tr .columnIcon img { + height: 24px; + width: 24px; +} + +tbody tr .columnName { + font-weight: bold; +} + +tbody tr .columnDate, +tbody tr .columnRegistrationDate { + font-size: 85%; +} + /* -- -- -- -- -- ToDo: Page Navigation -- -- -- -- -- */ @@ -1724,7 +1740,7 @@ tbody tr .columnIcon img:not(.balloonTooltip):hover { } .pageNavigation ul li:after { - content: ""; + content: ''; display: block; clear: both; } @@ -1853,7 +1869,7 @@ p.info { color: #68b; border: 1px solid #9be; background-color: #def; - background-image: url("../../icon/systemInfo.svg"); + background-image: url('../../icon/systemInfo.svg'); background-size: 24px; background-position: 13px center; background-repeat: no-repeat; @@ -1863,7 +1879,7 @@ p.success { color: #090; border: 1px solid #0c0; background-color: #efe; - background-image: url("../../icon/systemSuccess.svg"); + background-image: url('../../icon/systemSuccess.svg'); background-size: 24px; background-position: 13px center; background-repeat: no-repeat; @@ -1873,7 +1889,7 @@ p.warning { color: #990; border: 1px solid #cc0; background-color: #ffd; - background-image: url("../../icon/systemWarning.svg"); + background-image: url('../../icon/systemWarning.svg'); background-size: 24px; background-position: 13px center; background-repeat: no-repeat; @@ -1883,7 +1899,7 @@ p.error { color: #c00; border: 1px solid #f99; background-color: #fee; - background-image: url("../../icon/systemError.svg"); + background-image: url('../../icon/systemError.svg'); background-size: 24px; background-position: 13px center; background-repeat: no-repeat; @@ -1962,7 +1978,7 @@ div.wcfDimensions { div.overlayLoading { background-color: #fff; - background-image: url("../../icon/spinner.svg"); + background-image: url('../../icon/spinner.svg'); background-position: center center; background-repeat: no-repeat; } @@ -1993,7 +2009,7 @@ span.ui-dialog-title { } a.ui-dialog-titlebar-close { - background-image: url("../../icon/deleteM.png"); + background-image: url('../../icon/deleteM.png'); background-position: top left; background-repeat: no-repeat; position: absolute !important; @@ -2053,7 +2069,6 @@ div.ui-widget-overlay { font-size: 85%; text-shadow: none; color: #666; - border: 1px solid #ccc; border-radius: 13px; background-color: #fff; margin-right: -3px; @@ -2066,6 +2081,10 @@ div.ui-widget-overlay { /* Types */ +.badgeNote { + border: 1px solid #ccc; +} + .badgeInfo { color: #68b; border: 1px solid #9be; @@ -2096,6 +2115,7 @@ div.ui-widget-overlay { text-decoration: none !important; text-shadow: 0 1px 0 #fff; color: #999; + cursor: pointer; border-width: 1px; border-style: solid; diff --git a/wcfsetup/install/files/acp/templates/acpSessionLogList.tpl b/wcfsetup/install/files/acp/templates/acpSessionLogList.tpl index ff3190afd2..cd23c34733 100644 --- a/wcfsetup/install/files/acp/templates/acpSessionLogList.tpl +++ b/wcfsetup/install/files/acp/templates/acpSessionLogList.tpl @@ -40,7 +40,7 @@

{@$sessionLog->sessionLogID}

{if $__wcf->user->userID == $sessionLog->userID}{/if} {$sessionLog->username}

{$sessionLog->ipAddress}
{$sessionLog->hostname}

-

{$sessionLog->userAgent}

+

{$sessionLog->userAgent}

{@$sessionLog->time|time}

{@$sessionLog->lastActivityTime|time}

{#$sessionLog->accesses}

diff --git a/wcfsetup/install/files/acp/templates/optionTypeCustomselect.tpl b/wcfsetup/install/files/acp/templates/optionTypeCustomselect.tpl index fb65ba2e12..90827ba55d 100644 --- a/wcfsetup/install/files/acp/templates/optionTypeCustomselect.tpl +++ b/wcfsetup/install/files/acp/templates/optionTypeCustomselect.tpl @@ -1,4 +1,4 @@ -