- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / web_view / dnd_within_webview / guest.css
1 /**
2  * Copyright 2013 The Chromium Authors. All rights reserved.
3  * Use of this source code is governed by a BSD-style license that can be
4  * found in the LICENSE file.
5  */
6 body { margin: 0px; padding: 0px; }
7
8 .dragMe { -webkit-user-drag: element; }
9
10 .destination {
11   position: absolute;
12   left: 0;
13   top: 50px;
14   width: 300px;
15   height: 100px;
16   background-color: blue;
17 }