Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ui / file_manager / file_manager / foreground / css / share_dialog.css
1 /* Copyright (c) 2014 The Chromium Authors. All rights reserved.
2  * Use of this source code is governed by a BSD-style license that can be
3  * found in the LICENSE file. */
4
5 .cr-dialog-frame.share-dialog-frame {
6   -webkit-app-region: no-drag;
7   background-color: white;
8   width: auto;
9 }
10
11 .share-dialog-webview-wrapper {
12   height: 100px;
13   margin-top: 10px;
14   min-width: 300px;
15   overflow: hidden;
16   transition: height 200ms ease-out;
17 }
18
19 .share-dialog-webview-wrapper:not(.loaded) {
20   background: url(../images/common/spinner.svg) center/16px no-repeat;
21 }
22
23 .share-dialog-webview {
24   height: 100%;
25   width: 100%;
26 }
27
28 .share-dialog-webview-wrapper:not(.loaded) .share-dialog-webview {
29   visibility: hidden;
30 }
31
32 .share-dialog-frame .cr-dialog-text,
33 .share-dialog-frame .cr-dialog-buttons {
34   display: none;
35 }