CSS-update
authorLuzifr <szekely@woltlab.com>
Tue, 25 Oct 2011 19:24:01 +0000 (21:24 +0200)
committerLuzifr <szekely@woltlab.com>
Tue, 25 Oct 2011 19:24:07 +0000 (21:24 +0200)
Removed hilite of last breadcrumb-element; Reordered some CSS;
line-break at end of template.

com.woltlab.wcf/template/headInclude.tpl
wcfsetup/install/files/acp/style/style.css

index 640d6d4b122fee2e542f8c93fbc36f61eb872ce3..5a4912af5ed0f07f83852b62ca33bbda63947ac8 100644 (file)
@@ -59,4 +59,4 @@
                {event name='javascriptInit'}
        });
        //]]>
-</script>
\ No newline at end of file
+</script>
index bc06d6bd1b64fbe1d9ca6f1dddcf732ccd8eb187..a17bcdb46fda6492500204f5cd6c368b8e89dc80 100644 (file)
@@ -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 -- -- -- -- -- */