diff --git a/public/designs/templates/default/stylesheets/contentblocks.css b/public/designs/templates/default/stylesheets/contentblocks.css index d17180a..1456e24 100644 --- a/public/designs/templates/default/stylesheets/contentblocks.css +++ b/public/designs/templates/default/stylesheets/contentblocks.css @@ -86,7 +86,7 @@ list-style: none; div.recentdocumentsblock div.block_content li a { text-decoration: none; color: #545454; -border-bottom: 1px dotted bottom; +border-bottom: 1px dotted solid; } div.recentdocumentsblock div.block_content li a:hover { diff --git a/public/stylesheets/menu.css b/public/stylesheets/menu.css index 468d667..3d37d3c 100644 --- a/public/stylesheets/menu.css +++ b/public/stylesheets/menu.css @@ -103,8 +103,18 @@ background-image: url('../images/icons-bar/accessibility.png'); text-decoration: none; } -#accessibility_menu a:hover { - color: #ffffff; +#accessibility_menu a:hover span { + display: block; + position: absolute; + top: 1px; + right: 200px; + width: 100px; + text-align: right; + background: url("../images/ico_enterlink.gif") no-repeat; + background-position: 106px 6px; + color: #ffffff; + font-weight: bold; + padding-right: 8px; } -- libgit2 0.21.2