From 2e6094c267f3f0c21702670597edba0ca039223c Mon Sep 17 00:00:00 2001 From: Simiao Carvalho Date: Fri, 2 Oct 2015 11:11:34 -0300 Subject: [PATCH] Specifies css rule in highlight block popover link --- src/noosfero-spb-theme/css/popover.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/noosfero-spb-theme/css/popover.css b/src/noosfero-spb-theme/css/popover.css index af1acd0..53881e0 100644 --- a/src/noosfero-spb-theme/css/popover.css +++ b/src/noosfero-spb-theme/css/popover.css @@ -151,7 +151,7 @@ font-size: 14px; line-height: 20px; } - + .highlights-popover span { font-weight: bold; border-bottom: 1px dotted #FFFFFF; @@ -163,12 +163,18 @@ #content .highlights-popover a:link { font-weight: bold; color: #FFFFFF; - display: block; +} + +#content .highlights-popover .see-all a, +#content .highlights-popover .see-all a:visited, +#content .highlights-popover .see-all a:hover, +#content .highlights-popover .see-all a:link { padding: 8px 15px; border-top: 1px dotted rgba(255,255,255,0.1); + display: block; } -.highlights-popover a:before { +.highlights-popover .see-all a:before { font-family: "FontAwesome"; content: "\f067"; vertical-align: middle; -- libgit2 0.21.2