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 305 border-radius: 5px;
306 306 -moz-border-radius:5px;
307 307 -webkit-border-radius:5px;
  308 + height: 15px;
308 309 }
309 310  
310 311 .action-profile-members .common-profile-list-block .vcard .menu-submenu-trigger::before{
... ... @@ -312,7 +313,7 @@
312 313 color:#fff;
313 314 font-family: FontAwesome;
314 315 font-size: 10px;
315   - line-height: 13px;
  316 + line-height: 11px;
316 317 }
317 318  
318 319 /*.action-profile-members #content .common-profile-list-block .vcard li a{
... ...
css/tabs.css
... ... @@ -51,6 +51,10 @@
51 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 58 #content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active {
55 59 margin-bottom: -3px !important;
56 60 padding-bottom: 1px;
... ...