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 + +