mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
Merge branch 'angular_rewrite' of github.com:lefnire/habitrpg into angular_rewrite
This commit is contained in:
commit
86552c9296
3 changed files with 8 additions and 2 deletions
|
|
@ -22,6 +22,9 @@
|
|||
|
||||
&.highlight
|
||||
background #EEE
|
||||
|
||||
label
|
||||
margin-right:5px
|
||||
|
||||
#market-tab
|
||||
position relative
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
.Pet_Currency_Gem1x {background-position: -63px -542px; width: 19px; height: 17px}
|
||||
|
||||
.inventory-list p
|
||||
display: none
|
||||
//display: none
|
||||
.inventory-list li
|
||||
clear:both
|
||||
.pets-menu > div
|
||||
|
|
|
|||
|
|
@ -17,7 +17,10 @@
|
|||
h3 Hatch Your Egg
|
||||
p(ng-show='userHatchingPotions.length < 1') You don't have any hatching potions yet.
|
||||
div(ng-show='userHatchingPotions')
|
||||
p Which hatching potion will you pour on your {{_hatchEgg.text}} egg?
|
||||
p
|
||||
| Which hatching potion will you pour on your
|
||||
| <b> {{selectedEgg.text}} </b>
|
||||
| egg?
|
||||
form
|
||||
select(ng-options='hatchingPotion for hatchingPotion in userHatchingPotions', ng-model="selectedPotion")
|
||||
button(ng-click="pour()") Pour
|
||||
|
|
|
|||
Loading…
Reference in a new issue