mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-27 23:24:26 +00:00
Merge pull request #146 from Think201/master
Small improvements to UX and dashboard
This commit is contained in:
commit
694463cbc7
@ -439,16 +439,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
|
||||||
{
|
{
|
||||||
@ -698,8 +701,7 @@ textarea.splited-post {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
letter-spacing: 0px;
|
letter-spacing: 0px;
|
||||||
}
|
}
|
||||||
.twister-user-remove
|
.twister-user-remove{
|
||||||
{
|
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
@ -707,16 +709,19 @@ textarea.splited-post {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
.twister-user-remove:hover
|
.twister-user:hover .twister-user-remove{
|
||||||
{
|
display: inline-block;
|
||||||
opacity: 1;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
.twister-user-remove:hover{
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
.follow
|
.follow
|
||||||
{
|
{
|
||||||
background: none;
|
background: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user