Skip to content

Commit

Permalink
Added Bookmark plus button
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahtab Alam committed Dec 18, 2016
1 parent 23486a8 commit 5e2a6a5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,14 @@ a{
/* background-color: #aea79f; */
border-radius: 6px;
}


.btn-circle {
width: 40px;
height: 40px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.42;
border-radius: 20px;
}
5 changes: 5 additions & 0 deletions public/templates/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
</div>
</nav>

<div style="position:fixed; top:10%; right:3%;">
<button type="button" class="btn btn-primary btn-circle" ng-click="showCreateBookmarkModal();">
<span class="icon-pencil"></span></button>
</div>

<div style="padding-top: 100px; ">
<!--<button type="button" class="btn btn-primary" ng-click="showCreateBookmarkModal();">Create</button>--->

Expand Down

0 comments on commit 5e2a6a5

Please sign in to comment.