From 740d5ccfab788cda2fd0b5a220e62e7cd6e7ce5f Mon Sep 17 00:00:00 2001 From: Ryan Carpenter Date: Wed, 10 Aug 2016 17:22:06 +0800 Subject: [PATCH] slider moves with arrow clicks: $scope.$broadcast('rzSliderForceRender'); slider skip will continue to final chapter map pans when character is enabled close buttons in all headers towns added to search results search results are clickable edited about text --- css/quartermaester.css | 5 +++ index.html | 40 +++++++++++++++----- js/controller.js | 85 +++++++++++++++++++++++++++++++++++++++--- js/services.js | 17 ++++----- 4 files changed, 123 insertions(+), 24 deletions(-) diff --git a/css/quartermaester.css b/css/quartermaester.css index e870290..188b5b4 100644 --- a/css/quartermaester.css +++ b/css/quartermaester.css @@ -64,6 +64,7 @@ html, body, ui-gmap-google-map, .angular-google-map, .angular-google-map-contain overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + cursor: pointer; } #side h1 { @@ -73,6 +74,10 @@ html, body, ui-gmap-google-map, .angular-google-map, .angular-google-map-contain margin: 2px; } +#side h1 .glyphicon-remove { + cursor: pointer; +} + #side .list-group { margin: 10px 2px 2px 2px; } diff --git a/index.html b/index.html index d387d77..78b858f 100644 --- a/index.html +++ b/index.html @@ -105,8 +105,11 @@
-

Spoiler Control

-
+

+ Spoiler Control + +

+
@@ -123,11 +126,13 @@
@@ -156,7 +161,10 @@
-

Location Details

+

+ Location Details + +