mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-27 07:04:24 +00:00
Profile dashboard - cleaner
This commit is contained in:
parent
0e2d735b31
commit
f07dd0228d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user