summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/print_preview/no_destinations_promo.css
blob: f1d8de8e74dd6da2f9856b1aa73a25408620079c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

#no-destinations-promo {
  z-index: 2;
}

#no-destinations-promo .page {
  width: 510px;
}

.hbox {
  -webkit-box-orient: horizontal;
  display: -webkit-box;
}

.stretch {
  -webkit-box-flex: 1;
}