Commit 9b2caab66ce4aed781e2defdea1a03d3d0c1f606

Authored by ValessioBrito
1 parent 37622265

ActionItem114: Bug fix css border-bottom and span hover


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@821 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/default/stylesheets/contentblocks.css
... ... @@ -86,7 +86,7 @@ list-style: none;
86 86 div.recentdocumentsblock div.block_content li a {
87 87 text-decoration: none;
88 88 color: #545454;
89   -border-bottom: 1px dotted bottom;
  89 +border-bottom: 1px dotted solid;
90 90 }
91 91  
92 92 div.recentdocumentsblock div.block_content li a:hover {
... ...
public/stylesheets/menu.css
... ... @@ -103,8 +103,18 @@ background-image: url('../images/icons-bar/accessibility.png');
103 103 text-decoration: none;
104 104 }
105 105  
106   -#accessibility_menu a:hover {
107   - color: #ffffff;
  106 +#accessibility_menu a:hover span {
  107 + display: block;
  108 + position: absolute;
  109 + top: 1px;
  110 + right: 200px;
  111 + width: 100px;
  112 + text-align: right;
  113 + background: url("../images/ico_enterlink.gif") no-repeat;
  114 + background-position: 106px 6px;
  115 + color: #ffffff;
  116 + font-weight: bold;
  117 + padding-right: 8px;
108 118 }
109 119  
110 120  
... ...