VRFS-1442 fixed layout of band social tab
This commit is contained in:
parent
45542b7a1d
commit
220fd639e0
|
|
@ -300,6 +300,11 @@
|
|||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
.band-profile-outer-block {
|
||||
float: left;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.band-profile-block-name {
|
||||
display:inline-block;
|
||||
margin-top:13px;
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
</div>
|
||||
<!-- @FIXME cf clients/_profile.html.erb to mimic layout for scrolling header -->
|
||||
<div id="band-profile-social" class="band-profile-wrapper profile-body-content">
|
||||
<div class="band-profile-social-left">
|
||||
<div class="">
|
||||
<h2>Followers</h2>
|
||||
<div id="band-profile-social-followers">
|
||||
</div>
|
||||
|
|
@ -127,7 +127,7 @@
|
|||
</script>
|
||||
|
||||
<script type="text/template" id="template-band-profile-social">
|
||||
<div>
|
||||
<div class="band-profile-outer-block">
|
||||
<div class="band-profile-block">
|
||||
<div user-id="{userId}" hoveraction="{hoverAction}" class="avatar-small">
|
||||
<img src="{avatar_url}" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue