Browse Source

Merge pull request #144 from Think201/uienhancement

Dashboard cleanup
master
miguelfreitas 11 years ago
parent
commit
b4ebc1fc12
  1. 19
      css/style.css
  2. 2
      home.html

19
css/style.css

@ -603,6 +603,7 @@ textarea.splited-post { @@ -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 { @@ -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 ***
***********************************/

2
home.html

@ -138,7 +138,9 @@ @@ -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…
Cancel
Save