Browse Source

Profile dashboard - cleaner

master
amarprabhu 11 years ago
parent
commit
f07dd0228d
  1. 8
      css/style.css

8
css/style.css

@ -426,16 +426,19 @@ button.disabled:hover
} }
.profile-data .profile-data
{ {
border-left: none; border-left: none;
border-right: none; border-right: none;
height: 60px; height: 60px;
display: table;
width: 100%;
} }
.profile-data li .profile-data li
{ {
border-right: solid 1px rgba( 69, 71, 77, .1 ); border-right: solid 1px rgba( 69, 71, 77, .1 );
padding: 10px 15px 2px 10px; padding: 10px 15px 2px 10px;
float: left;
height: 100%; height: 100%;
display: table-cell;
} }
.profile-data li:last-child .profile-data li:last-child
{ {
@ -687,6 +690,9 @@ textarea.splited-post {
display: inline-block; display: inline-block;
text-decoration: none; text-decoration: none;
} }
.twister-user-remove:hover{
opacity: 1;
}
.follow .follow
{ {
background: none; background: none;

Loading…
Cancel
Save