Commit 5d518a313e23a8a534274ee3c6e132b846c88619
1 parent
851b109e
Exists in
master
and in
5 other branches
Update style.css
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
style.css
| ... | ... | @@ -267,13 +267,13 @@ p { |
| 267 | 267 | width: 76px; |
| 268 | 268 | height: 76px; |
| 269 | 269 | display: inline-block; |
| 270 | + border: 1px solid #CCCCCC; | |
| 270 | 271 | } |
| 271 | 272 | |
| 272 | 273 | .action-home-index .communities-block .common-profile-list-block .profile-image img, |
| 273 | 274 | .action-environment_design-index .communities-block .common-profile-list-block .profile-image img { |
| 274 | 275 | max-width: 76px; |
| 275 | 276 | max-height: 76px; |
| 276 | - border: 1px solid #CCCCCC; | |
| 277 | 277 | } |
| 278 | 278 | |
| 279 | 279 | .action-home-index .communities-block .common-profile-list-block span.org, |
| ... | ... | @@ -281,6 +281,11 @@ p { |
| 281 | 281 | text-transform: uppercase; |
| 282 | 282 | word-wrap: break-word; |
| 283 | 283 | display: inline-block; |
| 284 | + width: 90px; | |
| 285 | +} | |
| 286 | + | |
| 287 | +.action-home-index #content .communities-block .vcard .profile_link { | |
| 288 | + display: inline-block; | |
| 284 | 289 | } |
| 285 | 290 | |
| 286 | 291 | ... | ... |