mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-13 16:37:52 +00:00
Dashboard cleanup
This commit is contained in:
parent
45b30973a2
commit
ee457e1d8c
@ -603,6 +603,7 @@ textarea.splited-post {
|
||||
.who-to-follow
|
||||
{
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.who-to-follow h3
|
||||
{
|
||||
@ -704,9 +705,23 @@ textarea.splited-post {
|
||||
color: #e34f42;
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
border-left: solid 1px rgba( 69, 71, 77, .1 );
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
/***********************************
|
||||
**********TOP TRENDS****************
|
||||
***********************************/
|
||||
ol.toptrends-list {
|
||||
margin: 0% 5% 5% 5%;
|
||||
padding: 5px;
|
||||
border-bottom: solid 1px rgba( 69, 71, 77, .1 );
|
||||
border-top: solid 1px rgba( 69, 71, 77, .1 );
|
||||
}
|
||||
|
||||
.toptrends h3
|
||||
{
|
||||
margin: 5% 5% 2% 5%;
|
||||
}
|
||||
|
||||
/***********************************
|
||||
********************* POST BOARD ***
|
||||
***********************************/
|
||||
|
@ -138,7 +138,9 @@
|
||||
<!-- WHO TO FOLLOW MODULE INIT -->
|
||||
<div class="module who-to-follow">
|
||||
<h3>Who to Follow</h3>
|
||||
<small>.</small>
|
||||
<a class="refresh-users">Refresh</a>
|
||||
<small>.</small>
|
||||
<a class="view-all-users">View All</a>
|
||||
<ol class="follow-suggestions">
|
||||
<!-- use "follow-suggestion-template" here -->
|
||||
|
Loading…
Reference in New Issue
Block a user