From 32fe71885ac6ac4bc14fe8f919cee60c6f3dafe1 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Tue, 25 Oct 2011 21:24:01 +0200 Subject: [PATCH] CSS-update Removed hilite of last breadcrumb-element; Reordered some CSS; line-break at end of template. --- com.woltlab.wcf/template/headInclude.tpl | 2 +- wcfsetup/install/files/acp/style/style.css | 64 +++++++++++----------- 2 files changed, 32 insertions(+), 34 deletions(-) diff --git a/com.woltlab.wcf/template/headInclude.tpl b/com.woltlab.wcf/template/headInclude.tpl index 640d6d4b12..5a4912af5e 100644 --- a/com.woltlab.wcf/template/headInclude.tpl +++ b/com.woltlab.wcf/template/headInclude.tpl @@ -59,4 +59,4 @@ {event name='javascriptInit'} }); //]]> - \ No newline at end of file + diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index bc06d6bd1b..a17bcdb46f 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -1629,16 +1629,14 @@ input[type='button'], padding-left: 30px; } -.breadcrumbs ul li:hover a, -.breadcrumbs ul li:last-child a { +.breadcrumbs ul li:hover a { color: #369; background-color: #e7f2fd; position: relative; z-index: 90; } -.breadcrumbs ul li:hover > span > span, -.breadcrumbs ul li:last-child > span > span{ +.breadcrumbs ul li:hover > span > span { border-color: transparent transparent transparent #e7f2fd; } @@ -2245,35 +2243,6 @@ div.ui-widget-overlay { -/* ############## ToDo ############## */ - -/* Is all that really still necessary? We wanted to support good browsers only */ - -.ui-helper-clearfix { - display: inline-block; -} - -/* Required comment for clearfix to work in Opera \*/ -* html .ui-helper-clearfix { - height: 1%; -} - -.ui-helper-clearfix { - display: block; -} - -/* end clearfix */ -.ui-helper-zfix { - opacity: 0; - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; -} - - - /* ############## Badges ############## */ /* Globals */ @@ -3347,4 +3316,33 @@ div.ajaxDebugMessage p:last-child { font-family: Monospace; } + + +/* ############## ToDo ############## */ + +/* Is all that really still necessary? We wanted to support good browsers only */ + +.ui-helper-clearfix { + display: inline-block; +} + +/* Required comment for clearfix to work in Opera \*/ +* html .ui-helper-clearfix { + height: 1%; +} + +.ui-helper-clearfix { + display: block; +} + +/* end clearfix */ +.ui-helper-zfix { + opacity: 0; + position: absolute; + width: 100%; + height: 100%; + top: 0; + left: 0; +} + /* -- -- -- -- -- EOF -- -- -- -- -- */ -- 2.20.1