changed visuals of toggle

This commit is contained in:
Suraj patil 2016-01-10 19:46:17 +05:30
parent abdcc8f764
commit f4c07340a2
2 changed files with 2 additions and 3 deletions

View File

@ -146,8 +146,7 @@ hr{
}
.toggle{
height: 30px;
padding:1px;
cursor: pointer;
margin-top:-30px;
float:right;
}

View File

@ -34,7 +34,7 @@
<div class="timeline">
{{ if .Tasks}} {{range .Tasks}}
<div class="note">
<p class="noteHeading">{{.Title}}</p> <button class="toggle btn btn-primary">toggle</button>
<p class="noteHeading">{{.Title}}</p> <span class="toggle glyphicon glyphicon-resize-full"></span>
<p class="noteContent">{{.Content}}</p>
<span class="notefooter">