Profile dashboard - cleaner

This commit is contained in:
amarprabhu 2014-05-06 12:00:54 +05:30
parent 0e2d735b31
commit f07dd0228d

View File

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