winter: make bailey head more visible with holiday gear (remember to

revert this after 1/31!)
This commit is contained in:
Tyler Renelle
2013-12-20 23:13:46 -07:00
parent bf699ca466
commit 8b8f385fff
2 changed files with 5 additions and 3 deletions

View File

@@ -7,9 +7,11 @@
.npc_bailey .npc_bailey
float:left float:left
.npc_bailey_head .npc_bailey_head
height: 30px !important //height: 30px !important
height: 50px !important
position: absolute position: absolute
top: 117px // 147 (header-height) - 30 (bailey height) //top: 117px // 147 (header-height) - 30 (bailey height)
top: 97px
right: 50px right: 50px
cursor: pointer cursor: pointer

View File

@@ -180,7 +180,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
$rootScope.applyingAction = false; $rootScope.applyingAction = false;
} }
// $rootScope.castCancel = function(){ // $rootScope.castCancel = function(){
// debugger // debugger
// $rootScope.applyingAction = false; // $rootScope.applyingAction = false;
// $scope.spell = null; // $scope.spell = null;