summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam@sotk.co.uk>2015-09-27 00:11:13 +0100
committerAdam Coldrick <adam@sotk.co.uk>2015-09-28 20:26:11 +0100
commitc3aac2de97d4d79d0fa1c0040bc7c46bdf0a6602 (patch)
tree109cdbfcd2c6375047814ab217fef97e1275f75e
parenta44fe25d73abfdbd691f27e0e35008f4080f3685 (diff)
downloadciat-ui-c3aac2de97d4d79d0fa1c0040bc7c46bdf0a6602.tar.gz
Detail position
-rw-r--r--index.html3
-rw-r--r--style.css2
2 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 264e1a3..1f198b4 100644
--- a/index.html
+++ b/index.html
@@ -16,10 +16,11 @@
ng-click="select(step, $event)">
{{step.name}}
</div>
+ <br />
<div class="detail"
ng-show="selected">
<h3>{{selected.name}}</h3>
- <em>State:</em> {{selected.data.state}}
+ <strong>State:</strong> {{selected.data.state}}
<br />
<a ng-href="{{selected.lastBuild.logs[2][1]}}">Last Build Log</a>
</div>
diff --git a/style.css b/style.css
index 03dae63..831f846 100644
--- a/style.css
+++ b/style.css
@@ -80,7 +80,7 @@ h1>span {
.detail {
background: #eee;
color: black;
- display: block;
+ display: inline-block;
padding: 1em;
border-radius: 0.5em;
}