Commit a040932d08dd8dbea257af567ba5731f62322a4b
1 parent
1dbeca00
Exists in
master
and in
9 other branches
Organization rule select
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
css/community-pages.css
| ... | ... | @@ -164,6 +164,7 @@ |
| 164 | 164 | .action-profile-members #profile-members-sort-options label{ |
| 165 | 165 | font-weight: 700; |
| 166 | 166 | color:#172738; |
| 167 | +} | |
| 167 | 168 | |
| 168 | 169 | .action-profile-members #profile-members-sort-options select{ |
| 169 | 170 | background: none; |
| ... | ... | @@ -178,6 +179,7 @@ |
| 178 | 179 | .action-profile-members .profile-members{ |
| 179 | 180 | padding-left: 5px; /*34px;*/ |
| 180 | 181 | } |
| 182 | + | |
| 181 | 183 | .action-profile-members .profile-admins{ |
| 182 | 184 | padding-left: 5px; |
| 183 | 185 | } |
| ... | ... | @@ -195,6 +197,7 @@ |
| 195 | 197 | max-width: 150px; |
| 196 | 198 | max-height: 150px; |
| 197 | 199 | } |
| 200 | + | |
| 198 | 201 | /*hover da imagem e informacoes da aba*/ |
| 199 | 202 | .action-profile-members .common-profile-list-block .vcard{ |
| 200 | 203 | border:none; |
| ... | ... | @@ -214,6 +217,7 @@ |
| 214 | 217 | width: 131px; |
| 215 | 218 | height: 171px; |
| 216 | 219 | } |
| 220 | + | |
| 217 | 221 | .action-profile-members .menu-submenu.down::before { |
| 218 | 222 | content:"\f0da"; |
| 219 | 223 | color:#172738; |
| ... | ... | @@ -344,6 +348,7 @@ |
| 344 | 348 | border:1px solid #D3D6DE !important; |
| 345 | 349 | border-radius: 4px; |
| 346 | 350 | } |
| 351 | + | |
| 347 | 352 | #content .members-block .block-title{ |
| 348 | 353 | background-color:#ECEDF1; |
| 349 | 354 | border-bottom:1px solid #D3D6DE; |
| ... | ... | @@ -361,6 +366,7 @@ |
| 361 | 366 | border-top:1px solid #D3D6DE; |
| 362 | 367 | text-align: right; |
| 363 | 368 | } |
| 369 | + | |
| 364 | 370 | #content .members-block .block-footer-content a{ |
| 365 | 371 | padding-right: 0px !important; |
| 366 | 372 | } |
| ... | ... | @@ -371,6 +377,7 @@ |
| 371 | 377 | text-transform: uppercase; |
| 372 | 378 | line-height: 21px; |
| 373 | 379 | } |
| 380 | + | |
| 374 | 381 | #content .members-block .block-footer-content a.view-all::after{ |
| 375 | 382 | content:"\f105"; |
| 376 | 383 | font-family: FontAwesome; |
| ... | ... | @@ -396,6 +403,7 @@ top: 2px; |
| 396 | 403 | border:none; |
| 397 | 404 | background:none; |
| 398 | 405 | } |
| 406 | + | |
| 399 | 407 | /*.members-block .common-profile-list-block .vcard a{ |
| 400 | 408 | padding-bottom: 0px; |
| 401 | 409 | } | ... | ... |