Commit be9924330b2296c0a4ccfe7cb28c2851d15b1360

Authored by Juliana
1 parent a76728fa
Exists in pkg_fixes

Adjustment of the selected tab and buttons of the header area members

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
css/community-pages.css
... ... @@ -817,10 +817,14 @@ float: left;
817 817 margin-right: 5px;
818 818 }
819 819  
  820 +
820 821 .action-profile-members #content .page-members-header a.button.with-text:hover{
821 822 border-color: #3E67B1;
822 823 }
823 824  
  825 +.action-profile-members #content .box-1 .common-profile-list-block .page-members-header span{
  826 + margin-right: auto;
  827 +}
824 828  
825 829 /* Tabs */
826 830  
... ... @@ -886,7 +890,7 @@ float: left;
886 890 }
887 891  
888 892 .action-profile-members #content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active {
889   - margin-bottom: -3px;
  893 + margin-bottom: -3px !important; /*important need in colab*/
890 894 padding-bottom: 1px;
891 895 border-bottom: 3px solid #FF0366;
892 896 }
... ...