diff --git a/css/community-pages.css b/css/community-pages.css index 740aeee..1ca7b46 100644 --- a/css/community-pages.css +++ b/css/community-pages.css @@ -1,5 +1,5 @@ /*** Profile page ***/ -.action-profile-index #content .main-block h1 { +.profile-type-is-community .action-profile-index #content .main-block h1 { color: #172738; border-bottom: none; font-size: 2.3em; @@ -8,7 +8,8 @@ font-family: Arial, open_sansbold, Helvetica, sans-serif; } -/*** Profile info block ***/ +/*** Profile info block***/ + #content .profile-image-block .admin-link a{ color: #2c66ce; } @@ -22,7 +23,10 @@ font-size: 11px; } -/* Search form */ +/* Search form - need to develop solution - hideen on profile page*/ +.profile-type-is-community .action-profile-index #public-profile-search{ + display: none; +} .action-profile-index .main-block #public-profile-search, .action-profile-index .main-block #profile-search-results form, @@ -69,6 +73,9 @@ } /* Profile tab */ +.profile-type-is-community .action-profile-index table.profile{ + display: none; +} .action-profile-index .main-block .profile .ui-tabs{ border: none; @@ -108,6 +115,16 @@ text-decoration: none; } +/* Software Tab Data - Need to develop solution - Only display on profile page */ + +.profile-type-is-community #content .software-tab-data-block{ + display: none; +} + +.profile-type-is-community .action-profile-index #content .software-tab-data-block{ + display: block; +} + /*** Events ***/ #content .article-body-event .event-card{ -- libgit2 0.21.2