Browse Source

Merge pull request #123 from erqan/profile-data

Fixing #122 - placement of 'profile-data'
master
miguelfreitas 11 years ago
parent
commit
a30b28c965
  1. 6
      css/profile.css
  2. 2
      following.html
  3. 2
      home.html

6
css/profile.css

@ -169,6 +169,12 @@ @@ -169,6 +169,12 @@
padding: 3px;
height: 90%;
}
.profile-modal .profile-bio,
.profile-modal .profile-contact
{
min-height: 27px;
overflow-y: visible;
}
.profile-modal .profile-data
{
display: inline-block;

2
following.html

@ -344,7 +344,7 @@ @@ -344,7 +344,7 @@
<img class="profile-card-photo" src="img/grayed_avatar_placeholder_24.png"/>
<h1 class="profile-name"></h1>
<h2 class="profile-screen-name">@<b></b></h2>
<div>
<div class="profile-contact">
<span class="profile-location"></span>
<a class="profile-url" rel="nofollow" target="_blank"></a>
</div>

2
home.html

@ -368,7 +368,7 @@ @@ -368,7 +368,7 @@
<img class="profile-card-photo" src="img/grayed_avatar_placeholder_24.png"/>
<h1 class="profile-name"></h1>
<h2 class="profile-screen-name">@<b></b></h2>
<div>
<div class="profile-contact">
<span class="profile-location"></span>
<a class="profile-url" rel="nofollow" target="_blank"></a>
</div>

Loading…
Cancel
Save