Commit 44ae3c7a1484bbe921d1c0d240d353f740eca5cd

Authored by Juliana
1 parent d29d4403

correction validation popUp community members and area title.

Showing 1 changed file with 19 additions and 9 deletions   Show diff stats
css/community-pages.css
... ... @@ -160,7 +160,10 @@
160 160 bottom:0px; /*-66px; 0px;*/
161 161 right: 105%;
162 162 width: 131px;
163   - height: 171px;
  163 + height: 178px;
  164 + box-shadow: 2px 2px 2px #ECEDF1;
  165 + -webkit-box-shadow: 2px 2px 2px #ECEDF1;
  166 + -moz-box-shadow: 2px 2px 2px #ECEDF1;
164 167 }
165 168  
166 169 .action-profile-members .menu-submenu.down::before {
... ... @@ -191,13 +194,14 @@
191 194  
192 195 .action-profile-members #content .menu-submenu-content h4{
193 196 color:#fff;
  197 + font-size: 13px;
194 198 background:#243F59;
195 199 border-top-right-radius: 4px;
196 200 border-top-left-radius: 4px;
197 201 border-bottom: 2px solid #FF0366;
198 202 text-transform: uppercase;
199   - padding:6px 6px 10px 6px;
200   - margin:2px 0px 2px 0px;
  203 + padding:8px 7px 10px 6px;
  204 + margin:0px 0px 2px 0px;
201 205 text-align: center;
202 206 max-height: 16px;
203 207 overflow: hidden;
... ... @@ -211,7 +215,7 @@
211 215 content:"\f067";
212 216 font-family: FontAwesome;
213 217 color:#FF0366;
214   - font-size: 16px;
  218 + font-size: 11px;
215 219 padding-right: 6px;
216 220 }
217 221  
... ... @@ -221,6 +225,8 @@
221 225  
222 226 .action-profile-members #content .menu-submenu-content .menu-submenu-list li a {
223 227 color:#fff;
  228 + font-family: Arial;
  229 + font-size: 14px;
224 230 border-bottom:1px dotted #2C4B6B;
225 231 text-align: center;
226 232 padding-top:8px;
... ... @@ -289,6 +295,7 @@
289 295 /************************************************************/
290 296 /*****title of the area members******/
291 297 .page-members-header{
  298 + font-family: Arial;
292 299 border-bottom: 1px solid #D3D6DE;
293 300 margin-bottom: 45px;
294 301 padding-bottom: 26px;
... ... @@ -313,10 +320,8 @@
313 320 }
314 321  
315 322 .page-members-header .join-leave-button.require-login-popup{
316   - width: 85px;
317 323 float:left;
318   - /*margin-right: 40px;
319   - line-height: 21px;*/
  324 + margin-right: 4px;
320 325 }
321 326  
322 327 /*************************************/
... ... @@ -403,6 +408,9 @@ top: 2px;
403 408 right: 100%;
404 409 width: 131px;
405 410 height: 176px;
  411 + box-shadow: 2px 2px 2px #ECEDF1;
  412 + -webkit-box-shadow: 2px 2px 2px #ECEDF1;
  413 + -moz-box-shadow: 2px 2px 2px #ECEDF1;
406 414 }
407 415  
408 416 .members-block .menu-submenu.down::before{
... ... @@ -468,11 +476,13 @@ top: 2px;
468 476  
469 477 #content .members-block .menu-submenu-content h4{
470 478 color: #fff;
  479 + font-family: Arial;
  480 + font-size: 13px;
471 481 background:#243F59;
472 482 border-bottom: 2px solid #FF0366;
473 483 text-transform: uppercase;
474   - padding:6px 6px 10px 6px;
475   - margin:2px 0px 2px 0px;
  484 + padding:8px 7px 10px 6px;
  485 + margin:0px 0px 2px 0px;
476 486 text-align: center;
477 487 max-height: 16px;
478 488 overflow: hidden;
... ...