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 @@ -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 { @@ -687,6 +690,9 @@ textarea.splited-post {
display: inline-block;
text-decoration: none;
}
.twister-user-remove:hover{
opacity: 1;
}
.follow
{
background: none;

Loading…
Cancel
Save