Styling label on taxons on fat view of active table for hubs (add a little padding to right)

This commit is contained in:
summerscope
2014-06-04 17:16:47 +10:00
parent 3d64f883a0
commit 039108a07d
2 changed files with 3 additions and 1 deletions

View File

@@ -35,6 +35,8 @@
//Open row
&.open
.fat-taxons
margin-right: 0.5rem
.active_table_row:first-child
border-top: 1px solid $clr-brick
border-left: 1px solid $clr-brick

View File

@@ -4,7 +4,7 @@
%i.ofn-i_029-shopping-basket
Shop for
%p.trans-sentence
%span{"ng-repeat" => "taxon in hub.taxons"}
%span.fat-taxons{"ng-repeat" => "taxon in hub.taxons"}
%img{"bo-src" => "taxon.icon",
name: "{{taxon.name}}", alt: "{{taxon.name}}"}
{{taxon.name}}