some style tweaks to the sidebar tabs /cc @drogus

This commit is contained in:
Sven Fuchs 2013-03-22 02:14:00 +01:00
parent aedddd8afe
commit 894f321a8f
4 changed files with 13 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<ul class="tabs">
<li id="tab_jobs" {{bindAttr class="view.classJobs"}}>
<h5><a href="#" {{action activate "jobs" target="view"}}>{{t layouts.application.jobs}} ({{jobs.length}})</a></h5>
<h5><a href="#" {{action activate "jobs" target="view"}}>{{t layouts.application.running}} ({{jobs.length}})</a></h5>
</li>
<li id="tab_workers" {{bindAttr class="view.classWorkers"}}>
<h5><a href="#" {{action activate "workers" target="view"}}>{{t layouts.application.workers}}</a></h5>

View File

@ -11,6 +11,7 @@
.box
margin-top: 25px
margin-left: -3px
padding: 15px
border: 1px solid $color-border-normal
background-color: $color-bg-sidebar-box

View File

@ -4,6 +4,7 @@
.sponsors
&.top
height: 140px
margin-left: -3px
li
overflow: hidden

View File

@ -61,3 +61,13 @@
#main
.tab
margin: 30px 0 0 12px
#right
.tabs
margin-left: -3px
h5
font-weight: bold
.active
background-color: $color-bg-right
border-bottom-color: $color-bg-right