Browse Source

update

fix
master
Hedgehog 10 years ago
parent
commit
cb28f759bf
  1. 8
      css/profile.css

8
css/profile.css

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
***************************************/
.profile-card
{
padding: 7px;
/* padding: 7px;*/
background: rgba( 255, 255, 255, .5 );
border: solid 1px rgba( 69, 71, 77, .05 );
position: relative;
@ -73,8 +73,8 @@ @@ -73,8 +73,8 @@
display: block;
position: absolute;
bottom: 20px;
right: 10px;
padding: 10px;
right: 3px;
padding: 10px 3px;
font-size: 12px;
width: 120px;
text-align: center;
@ -85,7 +85,7 @@ @@ -85,7 +85,7 @@
}
.profile-card .follow
{
right: 135px;
right: 128px;
}
.profile-card .direct-messages:hover,
.profile-card .direct-messages-with-user:hover,

Loading…
Cancel
Save