changed visuals of toggle
This commit is contained in:
parent
abdcc8f764
commit
f4c07340a2
|
@ -146,8 +146,7 @@ hr{
|
|||
}
|
||||
|
||||
.toggle{
|
||||
height: 30px;
|
||||
padding:1px;
|
||||
cursor: pointer;
|
||||
margin-top:-30px;
|
||||
float:right;
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue