1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-21 21:51:48 +00:00

fix design & using api

This commit is contained in:
Rokt33r
2015-06-15 11:54:02 +09:00
parent 87c9e3e03b
commit 057f43c424
7 changed files with 34 additions and 27 deletions

View File

@@ -20,8 +20,8 @@
</div>
<div class="result-block row-fluid">
<ul id="result-list" class="result-list left-pane" ng-class="{focused:isFocusing == 2}">
<li ng-click="selectSnippet($index)" ng-repeat="snippet in filteredSnippets" ng-class="{active:$index == selectIndex}"><a href="#">{{snippet.description}}</a></li>
<ul id="result-list" class="result-list left-pane">
<li ng-click="selectSnippet($index)" ng-repeat="snippet in filteredSnippets" ng-class="{active:$index == selectIndex}"><a href="#"> <span ng-bind="snippet.callSign"></span> <small ng-bind="snippet.description"></small></a></li>
</ul>
<div class="right-pane">

View File

@@ -24,7 +24,7 @@
.result-list
list-style:none
padding: 0
border-right: 1px solid $border-color
border-right: 1px solid $baseBorderColor
li
&:nth-child(even)
background-color $baseBackgroundColor