From 09e419c1ecf1abcf665df57d70b514e636d45ab2 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Wed, 30 Apr 2014 10:49:07 -0400 Subject: [PATCH] ui: experiment with the vertical line --- ui/index.html | 30 ++++++++++++++++++++++++++---- ui/static/loading-cylon-red.svg | 11 +++++++++++ ui/styles/base.scss | 11 +++++++++++ 3 files changed, 48 insertions(+), 4 deletions(-) create mode 100644 ui/static/loading-cylon-red.svg diff --git a/ui/index.html b/ui/index.html index 11148e974..5ac5422ce 100644 --- a/ui/index.html +++ b/ui/index.html @@ -87,8 +87,13 @@ +
+ +
-
+
@@ -142,8 +147,13 @@
+
+ +
-
+
@@ -192,7 +202,13 @@
-
+
+ +
+ +
{{outlet}}
@@ -261,7 +277,13 @@
-
+
+ +
+ +
{{outlet}}
diff --git a/ui/static/loading-cylon-red.svg b/ui/static/loading-cylon-red.svg new file mode 100644 index 000000000..67140a4e0 --- /dev/null +++ b/ui/static/loading-cylon-red.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/ui/styles/base.scss b/ui/styles/base.scss index 7d0385965..59b8b844c 100644 --- a/ui/styles/base.scss +++ b/ui/styles/base.scss @@ -28,6 +28,17 @@ a { } } +.border-left { + display: block; + height: 700px; + + .line { + margin: 0 auto; + background-color: $gray-background; + height: 100%; + width: 1px; + } +} .no-margin { margin: 0;