Dashboard cleanup

This commit is contained in:
amarprabhu 2014-05-05 13:04:54 +05:30
parent 45b30973a2
commit ee457e1d8c
2 changed files with 19 additions and 2 deletions

View File

@ -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 ***
***********************************/

View File

@ -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 -->