Commit fbf847a13dcea705cb09b893effded28f0505fb3

Authored by Juliana
1 parent 28b5818a

Adjustments in the members area : reorganization the buttons in the header,"memb…

…ers-block" margin and
padding. Correction per css(class="tooltip")in new contact.
Showing 2 changed files with 47 additions and 14 deletions   Show diff stats
css/community-pages.css
... ... @@ -109,7 +109,7 @@
109 109 float:none;
110 110 display:table;
111 111 }
112   -
  112 +.profile-members-tabs-container .ui-tabs .ui-tabs-panel,
113 113 #block-community-tabs .ui-tabs .ui-tabs-panel{
114 114 padding: 0px;
115 115 }
... ... @@ -139,7 +139,7 @@
139 139 }
140 140 #block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a{
141 141 color: #FF0366;
142   - font-weight: 700;
  142 + font-weight: 300;
143 143 }
144 144  
145 145 /* Community's area tabs */
... ... @@ -376,14 +376,14 @@
376 376 color: #172738;
377 377 text-align: left;
378 378 text-overflow: ellipsis;
379   - font: 14px/21px Arial;
  379 + font: 15px/21px Arial;
380 380 overflow: hidden;
381 381 }
382 382  
383 383 /*Post Position-1*/
384 384 #content #blog-tab .blog .blog-post.position-1 h1{
385 385 line-height: 37px;
386   - font-size: 25px;
  386 + font-size: 22px;
387 387 color: #172738;
388 388 padding-left:0px;
389 389 text-align: left;
... ... @@ -417,17 +417,19 @@ float: left;
417 417 padding-left: 7px;
418 418 padding-right: 4px;
419 419 color: #ffffff;
420   - background: #3E67B1;
421   - border-radius: 4px;
422   - font-size: 18px;
  420 + background: #172738;
  421 + border-radius: 2px;
  422 + font-size: 19px;
423 423 line-height: 20px;
424 424 text-align: center;
425 425 margin-left: 5px;
426 426 position: relative;
427 427 top: 2px;
428 428 }
  429 +
429 430 #content #blog-tab .blog .read-more a{
430 431 text-decoration: none;
  432 + color:#172735;
431 433 }
432 434  
433 435 /* Software Tab Data - Need to develop solution - Only display on profile page */
... ... @@ -563,7 +565,9 @@ float: left;
563 565 }
564 566  
565 567 .profile-type-is-community #content .members-block .common-profile-list-block .vcard a.profile_link{
566   - height: 70px;
  568 + /*height: 70px;*/
  569 + height: 100px;
  570 + max-height: 100px;
567 571 }
568 572  
569 573 .profile-type-is-community #content .members-block .menu-submenu{
... ... @@ -631,6 +635,8 @@ float: left;
631 635 .profile-type-is-community #content .members-block .common-profile-list-block .fn {
632 636 margin-top: 2px;
633 637 color: #172738;
  638 + max-height: 34px;
  639 + overflow: hidden;
634 640 }
635 641  
636 642 .profile-type-is-community #content .members-block .menu-submenu-content h4{
... ... @@ -716,9 +722,13 @@ float: left;
716 722 /*** Members Page ***/
717 723  
718 724 /* Title of the area members */
  725 +.action-profile-members .box-1{
  726 + width: 560px;
  727 +}
  728 +
719 729 .action-profile-members #content .page-members-header{
720 730 margin-bottom: 45px;
721   - padding-bottom: 26px;
  731 + padding-bottom: 70px;
722 732 border-bottom: 1px solid #D3D6DE;
723 733 font-family: Arial;
724 734 }
... ... @@ -727,12 +737,19 @@ float: left;
727 737 margin:20px 0px 8px 0px;
728 738 }
729 739  
730   -.action-profile-members #content .page-members-header h3.community-name-members{
  740 +.action-profile-members #content .page-members-header h3.community-name{
731 741 margin: 0px 0px 5px 0px;
732 742 font-size: 14px;
733 743 font-weight: 600;
734 744 }
735 745  
  746 +.action-profile-members #content .page-members-header ul li{
  747 + float:left;
  748 + margin:8px 0px 0px 0px;
  749 + width: 36%;
  750 +
  751 +}
  752 +
736 753 .action-profile-members #content .page-members-header a.button.with-text{
737 754 padding: 5px 15px;
738 755 border: 1px solid #D3D6DE;
... ... @@ -744,10 +761,6 @@ float: left;
744 761 border-color: #3E67B1;
745 762 }
746 763  
747   -.action-profile-members .page-members-header .join-leave-button.require-login-popup{
748   - margin-right: 4px;
749   - float: left;
750   -}
751 764  
752 765 /* Tabs */
753 766  
... ...
css/tooltip.css
... ... @@ -40,3 +40,23 @@
40 40 border-top-color: #172638;
41 41 border-width: 6px;
42 42 }
  43 +
  44 +/*Fix temporary - class="tooltip" send e-mail administrator community*/
  45 +
  46 +.action-contact-new .tooltip{
  47 + position:initial;
  48 + background:none;
  49 + color:#172537;
  50 + font-family: Arial, sans-serif;
  51 + max-width: 520px;
  52 + padding: 15px 20px;
  53 + margin: 20px 0 30px 0;
  54 + border: 1px dotted #ccc !important;
  55 + border-left: 5px solid #FF0366 !important;
  56 + line-height: 20px;
  57 +}
  58 +
  59 +.action-contact-new .tooltip:after{
  60 + content:none;
  61 +}
  62 +/*************************************/
43 63 \ No newline at end of file
... ...