From fbf847a13dcea705cb09b893effded28f0505fb3 Mon Sep 17 00:00:00 2001 From: julianahilario Date: Tue, 8 Sep 2015 16:24:52 -0300 Subject: [PATCH] Adjustments in the members area : reorganization the buttons in the header,"members-block" margin and padding. Correction per css(class="tooltip")in new contact. --- css/community-pages.css | 41 +++++++++++++++++++++++++++-------------- css/tooltip.css | 20 ++++++++++++++++++++ 2 files changed, 47 insertions(+), 14 deletions(-) diff --git a/css/community-pages.css b/css/community-pages.css index 9600c59..e886210 100644 --- a/css/community-pages.css +++ b/css/community-pages.css @@ -109,7 +109,7 @@ float:none; display:table; } - +.profile-members-tabs-container .ui-tabs .ui-tabs-panel, #block-community-tabs .ui-tabs .ui-tabs-panel{ padding: 0px; } @@ -139,7 +139,7 @@ } #block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a{ color: #FF0366; - font-weight: 700; + font-weight: 300; } /* Community's area tabs */ @@ -376,14 +376,14 @@ color: #172738; text-align: left; text-overflow: ellipsis; - font: 14px/21px Arial; + font: 15px/21px Arial; overflow: hidden; } /*Post Position-1*/ #content #blog-tab .blog .blog-post.position-1 h1{ line-height: 37px; - font-size: 25px; + font-size: 22px; color: #172738; padding-left:0px; text-align: left; @@ -417,17 +417,19 @@ float: left; padding-left: 7px; padding-right: 4px; color: #ffffff; - background: #3E67B1; - border-radius: 4px; - font-size: 18px; + background: #172738; + border-radius: 2px; + font-size: 19px; line-height: 20px; text-align: center; margin-left: 5px; position: relative; top: 2px; } + #content #blog-tab .blog .read-more a{ text-decoration: none; + color:#172735; } /* Software Tab Data - Need to develop solution - Only display on profile page */ @@ -563,7 +565,9 @@ float: left; } .profile-type-is-community #content .members-block .common-profile-list-block .vcard a.profile_link{ - height: 70px; + /*height: 70px;*/ + height: 100px; + max-height: 100px; } .profile-type-is-community #content .members-block .menu-submenu{ @@ -631,6 +635,8 @@ float: left; .profile-type-is-community #content .members-block .common-profile-list-block .fn { margin-top: 2px; color: #172738; + max-height: 34px; + overflow: hidden; } .profile-type-is-community #content .members-block .menu-submenu-content h4{ @@ -716,9 +722,13 @@ float: left; /*** Members Page ***/ /* Title of the area members */ +.action-profile-members .box-1{ + width: 560px; +} + .action-profile-members #content .page-members-header{ margin-bottom: 45px; - padding-bottom: 26px; + padding-bottom: 70px; border-bottom: 1px solid #D3D6DE; font-family: Arial; } @@ -727,12 +737,19 @@ float: left; margin:20px 0px 8px 0px; } -.action-profile-members #content .page-members-header h3.community-name-members{ +.action-profile-members #content .page-members-header h3.community-name{ margin: 0px 0px 5px 0px; font-size: 14px; font-weight: 600; } +.action-profile-members #content .page-members-header ul li{ + float:left; + margin:8px 0px 0px 0px; + width: 36%; + +} + .action-profile-members #content .page-members-header a.button.with-text{ padding: 5px 15px; border: 1px solid #D3D6DE; @@ -744,10 +761,6 @@ float: left; border-color: #3E67B1; } -.action-profile-members .page-members-header .join-leave-button.require-login-popup{ - margin-right: 4px; - float: left; -} /* Tabs */ diff --git a/css/tooltip.css b/css/tooltip.css index 450a516..cbd7534 100644 --- a/css/tooltip.css +++ b/css/tooltip.css @@ -40,3 +40,23 @@ border-top-color: #172638; border-width: 6px; } + +/*Fix temporary - class="tooltip" send e-mail administrator community*/ + +.action-contact-new .tooltip{ + position:initial; + background:none; + color:#172537; + font-family: Arial, sans-serif; + max-width: 520px; + padding: 15px 20px; + margin: 20px 0 30px 0; + border: 1px dotted #ccc !important; + border-left: 5px solid #FF0366 !important; + line-height: 20px; +} + +.action-contact-new .tooltip:after{ + content:none; +} +/*************************************/ \ No newline at end of file -- libgit2 0.21.2