From 53f2d356869ad3ad4b2a62d72f90c7fbf6576c88 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 18 Mar 2015 15:13:42 -0500 Subject: [PATCH] is there anybody out there? --- playground/layouts/entire-view.html | 4 +++- playground/layouts/ios-view.html | 4 +++- playground/layouts/view.css | 5 +++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/playground/layouts/entire-view.html b/playground/layouts/entire-view.html index 39891a15aa..06fe19d3a2 100644 --- a/playground/layouts/entire-view.html +++ b/playground/layouts/entire-view.html @@ -1,8 +1,9 @@ + - +
@@ -18,6 +19,7 @@
View 1 +
diff --git a/playground/layouts/ios-view.html b/playground/layouts/ios-view.html index 9c6534d156..8b83658f6a 100644 --- a/playground/layouts/ios-view.html +++ b/playground/layouts/ios-view.html @@ -3,7 +3,7 @@ - +
@@ -19,6 +19,7 @@
iOS View 1 +
@@ -41,6 +42,7 @@
iOS View 2 +
diff --git a/playground/layouts/view.css b/playground/layouts/view.css index 2111a35a28..85e493c297 100644 --- a/playground/layouts/view.css +++ b/playground/layouts/view.css @@ -2,6 +2,11 @@ body { text-align: center; } +.tool-bar button { + position: absolute; + right: 0; +} + .tool-bar { min-height: 50px; background: linear-gradient(45deg, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);