From f4c3aacea95ba58d99581795e79264058b7dd372 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 9 Feb 2017 11:46:56 +0200 Subject: [PATCH] add buttons down --- src/app/data/bus-stop/bus-stop.component.html | 27 ++++++++++++--------------- src/app/data/bus-stop/bus-stop.scss | 6 ++++++ 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/src/app/data/bus-stop/bus-stop.component.html b/src/app/data/bus-stop/bus-stop.component.html index accbe4b..06c57f9 100644 --- a/src/app/data/bus-stop/bus-stop.component.html +++ b/src/app/data/bus-stop/bus-stop.component.html @@ -1,19 +1,16 @@ -
-

Rich Grid with Pure JavaScript

-
-
- - -
- ...Loading -
- - +
+
+ +
- +
+ ...Loading +
+ +
\ No newline at end of file diff --git a/src/app/data/bus-stop/bus-stop.scss b/src/app/data/bus-stop/bus-stop.scss index de4dc3d..e09afa5 100644 --- a/src/app/data/bus-stop/bus-stop.scss +++ b/src/app/data/bus-stop/bus-stop.scss @@ -1,4 +1,10 @@ .toolbar button { margin: 2px; padding: 0; +} + +.control_button { + position: fixed; + bottom: 10px; + right: 10px; } \ No newline at end of file -- libgit2 0.21.4