Commit 44ae3c7a1484bbe921d1c0d240d353f740eca5cd
1 parent
d29d4403
Exists in
master
and in
9 other branches
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,7 +160,10 @@ | ||
160 | bottom:0px; /*-66px; 0px;*/ | 160 | bottom:0px; /*-66px; 0px;*/ |
161 | right: 105%; | 161 | right: 105%; |
162 | width: 131px; | 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 | .action-profile-members .menu-submenu.down::before { | 169 | .action-profile-members .menu-submenu.down::before { |
@@ -191,13 +194,14 @@ | @@ -191,13 +194,14 @@ | ||
191 | 194 | ||
192 | .action-profile-members #content .menu-submenu-content h4{ | 195 | .action-profile-members #content .menu-submenu-content h4{ |
193 | color:#fff; | 196 | color:#fff; |
197 | + font-size: 13px; | ||
194 | background:#243F59; | 198 | background:#243F59; |
195 | border-top-right-radius: 4px; | 199 | border-top-right-radius: 4px; |
196 | border-top-left-radius: 4px; | 200 | border-top-left-radius: 4px; |
197 | border-bottom: 2px solid #FF0366; | 201 | border-bottom: 2px solid #FF0366; |
198 | text-transform: uppercase; | 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 | text-align: center; | 205 | text-align: center; |
202 | max-height: 16px; | 206 | max-height: 16px; |
203 | overflow: hidden; | 207 | overflow: hidden; |
@@ -211,7 +215,7 @@ | @@ -211,7 +215,7 @@ | ||
211 | content:"\f067"; | 215 | content:"\f067"; |
212 | font-family: FontAwesome; | 216 | font-family: FontAwesome; |
213 | color:#FF0366; | 217 | color:#FF0366; |
214 | - font-size: 16px; | 218 | + font-size: 11px; |
215 | padding-right: 6px; | 219 | padding-right: 6px; |
216 | } | 220 | } |
217 | 221 | ||
@@ -221,6 +225,8 @@ | @@ -221,6 +225,8 @@ | ||
221 | 225 | ||
222 | .action-profile-members #content .menu-submenu-content .menu-submenu-list li a { | 226 | .action-profile-members #content .menu-submenu-content .menu-submenu-list li a { |
223 | color:#fff; | 227 | color:#fff; |
228 | + font-family: Arial; | ||
229 | + font-size: 14px; | ||
224 | border-bottom:1px dotted #2C4B6B; | 230 | border-bottom:1px dotted #2C4B6B; |
225 | text-align: center; | 231 | text-align: center; |
226 | padding-top:8px; | 232 | padding-top:8px; |
@@ -289,6 +295,7 @@ | @@ -289,6 +295,7 @@ | ||
289 | /************************************************************/ | 295 | /************************************************************/ |
290 | /*****title of the area members******/ | 296 | /*****title of the area members******/ |
291 | .page-members-header{ | 297 | .page-members-header{ |
298 | + font-family: Arial; | ||
292 | border-bottom: 1px solid #D3D6DE; | 299 | border-bottom: 1px solid #D3D6DE; |
293 | margin-bottom: 45px; | 300 | margin-bottom: 45px; |
294 | padding-bottom: 26px; | 301 | padding-bottom: 26px; |
@@ -313,10 +320,8 @@ | @@ -313,10 +320,8 @@ | ||
313 | } | 320 | } |
314 | 321 | ||
315 | .page-members-header .join-leave-button.require-login-popup{ | 322 | .page-members-header .join-leave-button.require-login-popup{ |
316 | - width: 85px; | ||
317 | float:left; | 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,6 +408,9 @@ top: 2px; | ||
403 | right: 100%; | 408 | right: 100%; |
404 | width: 131px; | 409 | width: 131px; |
405 | height: 176px; | 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 | .members-block .menu-submenu.down::before{ | 416 | .members-block .menu-submenu.down::before{ |
@@ -468,11 +476,13 @@ top: 2px; | @@ -468,11 +476,13 @@ top: 2px; | ||
468 | 476 | ||
469 | #content .members-block .menu-submenu-content h4{ | 477 | #content .members-block .menu-submenu-content h4{ |
470 | color: #fff; | 478 | color: #fff; |
479 | + font-family: Arial; | ||
480 | + font-size: 13px; | ||
471 | background:#243F59; | 481 | background:#243F59; |
472 | border-bottom: 2px solid #FF0366; | 482 | border-bottom: 2px solid #FF0366; |
473 | text-transform: uppercase; | 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 | text-align: center; | 486 | text-align: center; |
477 | max-height: 16px; | 487 | max-height: 16px; |
478 | overflow: hidden; | 488 | overflow: hidden; |