remove the (i) from the top right of the tabs

the (i) is a miscommunication as it looks like it is to give information about the tabs instead of pop down descriptions underneath each of the repos in the recent and 'my repos' lists.
This commit is contained in:
Josh Kalderimis 2013-05-10 19:54:52 +02:00
parent 55d808fac8
commit 55a58f275d
4 changed files with 0 additions and 20 deletions

View File

@ -27,12 +27,6 @@
</p>
<div class="indicator"><span></span></div>
{{#if description}}
<div class="info">
<p class="description">{{description}}</p>
</div>
{{/if}}
{{/with}}
{{else}}
<p class="empty"></p>

View File

@ -10,6 +10,4 @@
<li id="tab_search" {{bindAttr class="view.classSearch"}}>
<h5><a {{action activate "search" target="view"}}>{{t layouts.application.search}}</a></h5>
</li>
<a {{action toggleInfo target="view"}} class="toggle-info"></a>
</ul>

View File

@ -43,6 +43,3 @@
classSearch: (->
'active' if @get('tab') == 'search'
).property('tab')
toggleInfo: ->
$('#repos').toggleClass('open')

View File

@ -17,12 +17,3 @@
@include border-radius(4px)
background: $color-bg-input inline-image('ui/search.png') no-repeat right 8px
.toggle-info
margin: 8px 20px 0 20px
display: inline-block
float: right
width: 14px
height: 14px
background-image: inline-image('ui/info.png')
cursor: pointer