Commit cc515c82d6965135cfe750719e9ef4e3beac3f9f

Authored by Juliana
1 parent a040932d

Insert style visited link tabs and fontawsome settings

Showing 2 changed files with 6 additions and 1 deletions   Show diff stats
css/community-pages.css
@@ -305,6 +305,7 @@ @@ -305,6 +305,7 @@
305 border-radius: 5px; 305 border-radius: 5px;
306 -moz-border-radius:5px; 306 -moz-border-radius:5px;
307 -webkit-border-radius:5px; 307 -webkit-border-radius:5px;
  308 + height: 15px;
308 } 309 }
309 310
310 .action-profile-members .common-profile-list-block .vcard .menu-submenu-trigger::before{ 311 .action-profile-members .common-profile-list-block .vcard .menu-submenu-trigger::before{
@@ -312,7 +313,7 @@ @@ -312,7 +313,7 @@
312 color:#fff; 313 color:#fff;
313 font-family: FontAwesome; 314 font-family: FontAwesome;
314 font-size: 10px; 315 font-size: 10px;
315 - line-height: 13px; 316 + line-height: 11px;
316 } 317 }
317 318
318 /*.action-profile-members #content .common-profile-list-block .vcard li a{ 319 /*.action-profile-members #content .common-profile-list-block .vcard li a{
@@ -51,6 +51,10 @@ @@ -51,6 +51,10 @@
51 padding-right: 3px; 51 padding-right: 3px;
52 } 52 }
53 53
  54 +#content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li a:visited{
  55 + color:#172738;
  56 +}
  57 +
54 #content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active { 58 #content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active {
55 margin-bottom: -3px !important; 59 margin-bottom: -3px !important;
56 padding-bottom: 1px; 60 padding-bottom: 1px;