From: Luzifr Date: Fri, 25 Nov 2011 18:51:58 +0000 (+0100) Subject: Board-list & -table & page-navigation X-Git-Tag: 2.0.0_Beta_1~1563^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b15c1d45b8c2047a9608865287fa5c0e2063c8e1;p=GitHub%2FWoltLab%2FWCF.git Board-list & -table & page-navigation --- diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index 67725e519c..3249bc9893 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -2483,11 +2483,11 @@ tbody td { /* This is experimental - only works in combination with "table-layout: fixed;" */ word-wrap: break-word; - -webkit-transition: background .2s linear; - -moz-transition: background .2s linear; - -ms-transition: background .2s linear; - -o-transition: background .2s linear; - transition: background .2s linear; + -webkit-transition: background .1s linear; + -moz-transition: background .1s linear; + -ms-transition: background .1s linear; + -o-transition: background .1s linear; + transition: background .1s linear; } tbody td:last-child { @@ -2592,11 +2592,6 @@ tr .columnRegistrationDate { white-space: nowrap; } -tr .columnInfo { - text-align: left; - width: 1% !important; -} - tr .columnURL { font-size: 85%; text-align: left; @@ -2716,8 +2711,8 @@ tr .columnURL { margin-left: -2px; display: inline-block; position: absolute; - overflow: visible; height: 0; + overflow: hidden; min-width: 165px; max-width: 250px; opacity: 0; @@ -2732,6 +2727,7 @@ tr .columnURL { .pageNavigation ul li.children:hover .dropdown { border-color: rgba(255, 255, 255, .7); height: auto; + overflow: visible; opacity: 1; } diff --git a/wcfsetup/install/files/lib/system/template/plugin/PagesFunctionTemplatePlugin.class.php b/wcfsetup/install/files/lib/system/template/plugin/PagesFunctionTemplatePlugin.class.php index a09e046ac0..8bbd739b4f 100644 --- a/wcfsetup/install/files/lib/system/template/plugin/PagesFunctionTemplatePlugin.class.php +++ b/wcfsetup/install/files/lib/system/template/plugin/PagesFunctionTemplatePlugin.class.php @@ -154,7 +154,7 @@ class PagesFunctionTemplatePlugin implements IFunctionTemplatePlugin { $html .= $this->makeLink($link, 2, $tagArgs['page']); } else { - $html .= '