From be83a8f382cf2fea98161bfd6d51719aacbf9aa9 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Thu, 28 Jan 2016 16:30:12 +0100 Subject: Update JSON API --- .../bower_components/tether/examples/dolls/dolls.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 afm-client/bower_components/tether/examples/dolls/dolls.css (limited to 'afm-client/bower_components/tether/examples/dolls/dolls.css') diff --git a/afm-client/bower_components/tether/examples/dolls/dolls.css b/afm-client/bower_components/tether/examples/dolls/dolls.css new file mode 100644 index 0000000..931c0de --- /dev/null +++ b/afm-client/bower_components/tether/examples/dolls/dolls.css @@ -0,0 +1,18 @@ +.tether-element, .tether-target { + width: 200px; + height: 50px; + background-color: #4cc; + position: absolute; +} +body { + width: 100%; + height: 100%; + overflow: scroll; +} +.scroll { + width: 400%; + height: 400%; +} +.tether-target:not(.tether-element) { + cursor: move; +} -- cgit 1.2.3-korg