From 65b8aa1e35c8a9d00c2eb7247f0327ed5b90eec7 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Sun, 27 Sep 2015 00:13:46 +0100 Subject: Detail improvements --- index.html | 5 +++-- style.css | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1f198b4..e01daeb 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@

Baserock | CIAT

-
+

+ ng-show="selected" + ng-click="$event.stopPropagation()">

{{selected.name}}

State: {{selected.data.state}}
diff --git a/style.css b/style.css index 831f846..6c39ae2 100644 --- a/style.css +++ b/style.css @@ -83,4 +83,9 @@ h1>span { display: inline-block; padding: 1em; border-radius: 0.5em; + width: 50%; +} + +.container { + height: 85%; } -- cgit v1.2.1