mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-14 08:58:05 +00:00
Merge pull request #123 from erqan/profile-data
Fixing #122 - placement of 'profile-data'
This commit is contained in:
commit
a30b28c965
@ -169,6 +169,12 @@
|
|||||||
padding: 3px;
|
padding: 3px;
|
||||||
height: 90%;
|
height: 90%;
|
||||||
}
|
}
|
||||||
|
.profile-modal .profile-bio,
|
||||||
|
.profile-modal .profile-contact
|
||||||
|
{
|
||||||
|
min-height: 27px;
|
||||||
|
overflow-y: visible;
|
||||||
|
}
|
||||||
.profile-modal .profile-data
|
.profile-modal .profile-data
|
||||||
{
|
{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -344,7 +344,7 @@
|
|||||||
<img class="profile-card-photo" src="img/grayed_avatar_placeholder_24.png"/>
|
<img class="profile-card-photo" src="img/grayed_avatar_placeholder_24.png"/>
|
||||||
<h1 class="profile-name"></h1>
|
<h1 class="profile-name"></h1>
|
||||||
<h2 class="profile-screen-name">@<b></b></h2>
|
<h2 class="profile-screen-name">@<b></b></h2>
|
||||||
<div>
|
<div class="profile-contact">
|
||||||
<span class="profile-location"></span>
|
<span class="profile-location"></span>
|
||||||
<a class="profile-url" rel="nofollow" target="_blank"></a>
|
<a class="profile-url" rel="nofollow" target="_blank"></a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -368,7 +368,7 @@
|
|||||||
<img class="profile-card-photo" src="img/grayed_avatar_placeholder_24.png"/>
|
<img class="profile-card-photo" src="img/grayed_avatar_placeholder_24.png"/>
|
||||||
<h1 class="profile-name"></h1>
|
<h1 class="profile-name"></h1>
|
||||||
<h2 class="profile-screen-name">@<b></b></h2>
|
<h2 class="profile-screen-name">@<b></b></h2>
|
||||||
<div>
|
<div class="profile-contact">
|
||||||
<span class="profile-location"></span>
|
<span class="profile-location"></span>
|
||||||
<a class="profile-url" rel="nofollow" target="_blank"></a>
|
<a class="profile-url" rel="nofollow" target="_blank"></a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user