Browse Source

update

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

8
css/profile.css

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

Loading…
Cancel
Save