Commit 4508970bfb5e779a6ff7b424d19a095d9b199173

Authored by Melissa Wen
2 parents 8f3cdf6d edf4873f
Exists in pkg_fixes

Merge branch 'pkg_fixes' of https://gitlab.com/softwarepublico/noosfero-spb-theme into pkg_fixes

Showing 1 changed file with 9 additions and 3 deletions   Show diff stats
css/popover.css
... ... @@ -151,7 +151,7 @@
151 151 font-size: 14px;
152 152 line-height: 20px;
153 153 }
154   -
  154 +
155 155 .highlights-popover span {
156 156 font-weight: bold;
157 157 border-bottom: 1px dotted #FFFFFF;
... ... @@ -163,12 +163,18 @@
163 163 #content .highlights-popover a:link {
164 164 font-weight: bold;
165 165 color: #FFFFFF;
166   - display: block;
  166 +}
  167 +
  168 +#content .highlights-popover .see-all a,
  169 +#content .highlights-popover .see-all a:visited,
  170 +#content .highlights-popover .see-all a:hover,
  171 +#content .highlights-popover .see-all a:link {
167 172 padding: 8px 15px;
168 173 border-top: 1px dotted rgba(255,255,255,0.1);
  174 + display: block;
169 175 }
170 176  
171   -.highlights-popover a:before {
  177 +.highlights-popover .see-all a:before {
172 178 font-family: "FontAwesome";
173 179 content: "\f067";
174 180 vertical-align: middle;
... ...