mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Merge branch 'issue#4556' of https://github.com/matttelliott/habitrpg into border
This commit is contained in:
commit
58650baba3
2 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
|||
.border-right
|
||||
border-right 1px solid #ddd
|
||||
|
||||
.border-left
|
||||
border-left 1px solid #ddd
|
||||
|
||||
.tab-notification
|
||||
color #fff
|
||||
background-color #51a351
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ script(type='text/ng-template', id='partials/options.inventory.timetravelers.htm
|
|||
script(type='text/ng-template', id='partials/options.inventory.drops.html')
|
||||
.container-fluid
|
||||
.row
|
||||
.col-md-6.border-right
|
||||
.col-md-6
|
||||
h2=env.t('inventory')
|
||||
p.well=env.t('inventoryText')
|
||||
menu.inventory-list(type='list')
|
||||
|
|
@ -156,7 +156,7 @@ script(type='text/ng-template', id='partials/options.inventory.drops.html')
|
|||
button.customize-option(popover="New Year's Card from {{User.user.items.special.nyeReceived[0]}}", popover-trigger='mouseenter', popover-placement='right', ng-click='openModal("nye")', class='inventory_special_nye')
|
||||
.badge.badge-info.stack-count {{user.items.special.nyeReceived.length}}
|
||||
|
||||
.col-md-6
|
||||
.col-md-6.border-left
|
||||
h2=env.t('market')
|
||||
.row-fluid
|
||||
table.npc_alex_container
|
||||
|
|
|
|||
Loading…
Reference in a new issue