Commit 15d53238c0f1c2a3c18bf8527c123558b38bb3e6
1 parent
b4de7527
Exists in
master
and in
9 other branches
New area measurements adjustments title of the community page
Showing
1 changed file
with
33 additions
and
0 deletions
Show diff stats
css/community-pages.css
| ... | ... | @@ -342,6 +342,39 @@ |
| 342 | 342 | } |
| 343 | 343 | |
| 344 | 344 | /************************************************************/ |
| 345 | +/*****title of the area members******/ | |
| 346 | +.page-members-header{ | |
| 347 | + border-bottom: 1px solid #D3D6DE; | |
| 348 | + margin-bottom: 45px; | |
| 349 | + padding-bottom: 26px; | |
| 350 | + background-image: url("titulo.png"); | |
| 351 | + | |
| 352 | +} | |
| 353 | +#content .page-members-header h1{ | |
| 354 | + margin:20px 0px 8px 0px; | |
| 355 | +} | |
| 356 | + | |
| 357 | +#content .page-members-header h3.community-name-members{ | |
| 358 | + font-size: 14px; | |
| 359 | + font-weight: 600; | |
| 360 | + margin:0px 0px 5px 0px; | |
| 361 | +} | |
| 362 | + | |
| 363 | +#content .page-members-header a.button.with-text{ | |
| 364 | + border:1px solid #ccc; | |
| 365 | + text-transform: none; | |
| 366 | + font-size: 12px; | |
| 367 | + padding:3px 15px; | |
| 368 | +} | |
| 369 | + | |
| 370 | +.page-members-header .join-leave-button.require-login-popup{ | |
| 371 | + width: 85px; | |
| 372 | + float:left; | |
| 373 | + /*margin-right: 40px; | |
| 374 | + line-height: 21px;*/ | |
| 375 | +} | |
| 376 | + | |
| 377 | +/*************************************/ | |
| 345 | 378 | |
| 346 | 379 | /*Members block*/ |
| 347 | 380 | ... | ... |