From: Luzifr Date: Wed, 8 Feb 2012 17:30:42 +0000 (+0100) Subject: Some changes X-Git-Tag: 2.0.0_Beta_1~1358^2~29^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4bf9feab58754b9df0b5340beca8619b89a161b3;p=GitHub%2FWoltLab%2FWCF.git Some changes Removed shadow for ".main" to avoid some problems; Removed some z-indexes to avoid overlapping problems; Some more style-prefixes; Some more autofocuses; Typo @ balloonTooltips fixed; Fixed display of balloonTooltips; --- diff --git a/com.woltlab.wcf/template/footerMenu.tpl b/com.woltlab.wcf/template/footerMenu.tpl index 890dd392ae..da0a2aa2b0 100644 --- a/com.woltlab.wcf/template/footerMenu.tpl +++ b/com.woltlab.wcf/template/footerMenu.tpl @@ -1,10 +1,12 @@ diff --git a/com.woltlab.wcf/template/headInclude.tpl b/com.woltlab.wcf/template/headInclude.tpl index d0a0a6bb2d..6886b393c0 100644 --- a/com.woltlab.wcf/template/headInclude.tpl +++ b/com.woltlab.wcf/template/headInclude.tpl @@ -83,7 +83,7 @@ new WCF.Date.Time(); new WCF.Effect.SmoothScroll(); new WCF.Effect.BalloonTooltip(); - $('').appendTo('.innerError'); + $('').appendTo('.wcf-innerError'); $('#sidebarContent').wcfSidebar(); diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index c4d47b4bda..c74b34d644 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -195,7 +195,6 @@ header.wcf-pageHeader { width: 100%; overflow: hidden; position: relative; - z-index: 150; } @media screen and (min-width: 480px), screen and (min-device-width: 480px) { @@ -753,6 +752,7 @@ nav.wcf-topMenu { border-top-right-radius: 3px; margin: 0 23px; display: block; + min-height: 7px; } @media screen and (min-width: 480px), screen and (min-device-width: 480px) { @@ -771,6 +771,10 @@ nav.wcf-topMenu { } +.wcf-footerNavigation { + min-height: 7px; +} + .wcf-headerNavigation:after { content: ''; display: block; @@ -798,7 +802,6 @@ nav.wcf-topMenu { margin: 0 3px; float: right; position: relative; - z-index: 190; } .wcf-headerNavigation ul li a, @@ -854,12 +857,6 @@ nav.wcf-topMenu { background-color: #d8e7f5; margin: 0 23px; position: relative; - - -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1); - -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1); - -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1); - -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1); - box-shadow: inset 0 0 5px rgba(0, 0, 0, .1); } @media screen and (min-width: 480px), screen and (min-device-width: 480px) { @@ -1236,7 +1233,6 @@ section.wcf-content .wcf-content { text-align: center; padding: 0 23px 33px; position: relative; - z-index: 150; } @media screen and (min-width: 480px), screen and (min-device-width: 480px) { @@ -3630,13 +3626,14 @@ tr .columnIcon img { cursor: pointer; } -#wcf-balloonTooltip { +.wcf-balloonTooltip { font-size: .85em; color: rgba(255, 255, 255, 1); border: 1px solid rgba(255, 255, 255, .7); border-radius: 5px; background-color: rgba(0, 0, 0, .7); padding: 5px 10px 7px; + position: absolute; max-width: 300px; z-index: 800; @@ -3649,7 +3646,7 @@ tr .columnIcon img { /* Pointer */ -#wcf-balloonTooltip .pointer { +.wcf-balloonTooltip .pointer { border-width: 0 7px 7px; border-style: solid; border-color: rgba(255, 255, 255, .7) transparent; @@ -3660,7 +3657,7 @@ tr .columnIcon img { left: 50%; } -#wcf-balloonTooltip .pointer span { +.wcf-balloonTooltip .pointer span { border-width: 0 5px 5px; border-style: solid; border-color: rgba(0, 0, 0, .7) transparent; diff --git a/wcfsetup/install/files/acp/templates/cronjobAdd.tpl b/wcfsetup/install/files/acp/templates/cronjobAdd.tpl index 4ae0540025..3d4970b9a6 100644 --- a/wcfsetup/install/files/acp/templates/cronjobAdd.tpl +++ b/wcfsetup/install/files/acp/templates/cronjobAdd.tpl @@ -40,7 +40,7 @@
- + {if $errorField == 'className'} {if $errorType == 'empty'} diff --git a/wcfsetup/install/files/acp/templates/footer.tpl b/wcfsetup/install/files/acp/templates/footer.tpl index 1ea0c8ef6b..e0615cd940 100644 --- a/wcfsetup/install/files/acp/templates/footer.tpl +++ b/wcfsetup/install/files/acp/templates/footer.tpl @@ -8,9 +8,11 @@