Skip to content

Commit

Permalink
Merge 463932d into 4c7eb1f
Browse files Browse the repository at this point in the history
  • Loading branch information
Digikid13 committed Sep 2, 2014
2 parents 4c7eb1f + 463932d commit c74ab69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions client/app/main/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,12 @@
margin: auto;
}

#filter-buttons {
text-align: center;
}

#buttons {
width: 231px;
display: inline-block;
margin: auto;
}

Expand Down Expand Up @@ -93,9 +97,10 @@
border-bottom-right-radius: 5px;
top: -45px;
position: relative;
width: 101px;
width: 90px;
margin: auto;
background-color: white;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.cont-media {
Expand Down
8 changes: 4 additions & 4 deletions client/app/main/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ <h1>Social Search</h1>

<div id="filter-buttons">
<div id="buttons">
<button ng-click="updateFilter('twitter')" id="twitter-button" type="button" class="btn btn-default active">Twitter</button>
<button ng-click="updateFilter('instagram')" id="instagram-button" type="button" class="btn btn-default active">Instagram</button>
<button ng-click="updateFilter('reddit')" id="reddit-button" type="button" class="btn btn-default active">Reddit</button>
<button ng-click="updateFilter('twitter')" id="twitter-button" type="button" class="btn btn-default active"><b>Twitter</b></button>
<button ng-click="updateFilter('instagram')" id="instagram-button" type="button" class="btn btn-default active"><b>Instagram</b></button>
<button ng-click="updateFilter('reddit')" id="reddit-button" type="button" class="btn btn-default active"><b>Reddit</b></button>
</div>
</div>

Expand All @@ -33,7 +33,7 @@ <h1>Social Search</h1>

<div id="loading">
<div id="loading-text">
. . . Loading . . .
<b>. . Loading . .</b>
</div>
</div>

Expand Down

0 comments on commit c74ab69

Please sign in to comment.