Project

General

Profile

« Previous | Next » 

Revision 58549

[Trunk | Connect]: Connect redesing
1. app.component.ts: <subscribe> and <invite> components added (floating buttons on the right side of each page for communities).
2. community.component.html:
3. community.component.ts:
a. 'projectsCalculated' and 'contentProvidersCalculated' fields added, to calculate tootlip after both requests complete
b. added methods for building tootips
c. 'activeTab' set to 'summary'.
4. affiliations.component.html: minor phrasing changes (e.g. title).
5. curators.component.html: shortview changed.
6. results.component.ts: Title changed | 'View all' moved to the bottom.
7. customization.component.ts: Changed '--portal-main-color' from '#4C9CD5' to '#4687E6' | Changed '--portal-dark-color' from '#24857F' to '#2D72D6'.
8. invite.component.html: shortview changed.
9. invite.component.ts: 'properties' field as input (get it is called from app.component).
10. invite.module.ts & inviteBasic.module.ts: InviteBasicModule created to declare InviteComponent without routing and login guard | InviteModule imports InviteBasicModule and adds routing and login guar$
11. subscribe.component.ts: Changes for subscribe button and members | 'properties' field as input (get it is called from app.component).
12. connect-custom.css: css for subscribe and invite buttons and for tooltip with 'community-page-tooltip' class.
13. customization.css: class 'communityBackground' added and css for 'subtitle' class inside 'communityBackground'.

View differences:

customization.css
82 82
.uk-tab>.uk-active>a,
83 83
.uk-navbar-nav>li.uk-active>a,
84 84
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a {
85
    color: #24857F;
85
    color: #2D72D6;
86 86
}
87 87

  
88 88
.communityBorder {
......
125 125
    border-width: 1px;
126 126
}
127 127

  
128
.uk-button:not(.uk-button-text):not(.uk-button-default):not(.uk-button-primary):hover,
129
.portal-button:hover {
130
    background-color: #154B71;
131
    color: #ffffff;
132
    border-color: #ffffff;
133
}
134
*/
128
/*.uk-button:not(.uk-button-text):not(.uk-button-default):not(.uk-button-primary):hover,*/
129
/*.portal-button:hover {*/
130
/*    background-color: #154B71;*/
131
/*    color: #ffffff;*/
132
/*    border-color: #ffffff;*/
133
/*}*/
135 134

  
135

  
136 136
.communityPanelBackground .uk-button:not(.ignoreCommunityPanelBackground) {
137 137
    background-color: #ffffff !important;
138 138
    color: #4C9CD5 !important;
......
168 168
    border-color: var(--portal-dark-color);
169 169
}
170 170

  
171

  
172
/*CONNECT REDESIGN*/
173
.communityBackground {
174
    background-color: #F7FCFF;
175
    color: #000000 !important;
176
    font-size: 14px !important;
177
    /*font-weight: 400!important;*/
178
}
179

  
180
.communityBackground .subtitle{
181
    color: #000000 !important;
182
    opacity: 0.6;
183
    /*font-weight: 400!important;*/
184
}
185

  
186
/*CONNECT REDESIGN*/

Also available in: Unified diff