Commit ec4798f7307eccf0453b17d43e22976134e2019f
1 parent
927453c5
Exists in
master
and in
79 other branches
settings margin
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
css/community-pages.css
... | ... | @@ -279,8 +279,8 @@ |
279 | 279 | .action-profile-members .common-profile-list-block .vcard .menu-submenu-trigger{ |
280 | 280 | display: block; |
281 | 281 | background:#172738; |
282 | - top:2px; | |
283 | - left:3px; | |
282 | + top:5px; | |
283 | + left:4px; | |
284 | 284 | border:1px solid #172738; |
285 | 285 | } |
286 | 286 | |
... | ... | @@ -289,7 +289,7 @@ |
289 | 289 | color:#fff; |
290 | 290 | font-family: FontAwesome; |
291 | 291 | font-size: 10px; |
292 | - line-height: 15px; | |
292 | + line-height: 13px; | |
293 | 293 | } |
294 | 294 | |
295 | 295 | /*.action-profile-members #content .common-profile-list-block .vcard li a{ | ... | ... |