- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / print_preview / no_destinations_promo.css
1 /* Copyright (c) 2012 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 #no-destinations-promo {
6   z-index: 2;
7 }
8
9 #no-destinations-promo .page {
10   width: 510px;
11 }
12
13 .hbox {
14   -webkit-box-orient: horizontal;
15   display: -webkit-box;
16 }
17
18 .stretch {
19   -webkit-box-flex: 1;
20 }