| Index: chrome/browser/resources/print_preview/print_preview.css
|
| ===================================================================
|
| --- chrome/browser/resources/print_preview/print_preview.css (revision 114056)
|
| +++ chrome/browser/resources/print_preview/print_preview.css (working copy)
|
| @@ -420,3 +420,43 @@
|
| .button-strip button {
|
| display: block;
|
| }
|
| +
|
| +#dummy-box {
|
| + -webkit-box-align: stretch;
|
| + -webkit-box-flex: 1;
|
| + -webkit-box-orient: vertical;
|
| + background: #ccc;
|
| + display: -webkit-box;
|
| + height: 100%;
|
| + margin: 0;
|
| + min-height: 100%;
|
| + min-width: 100%;
|
| + position: absolute;
|
| + width: 100%;
|
| +}
|
| +
|
| +#dummy-page {
|
| + -webkit-box-flex: 1;
|
| + background: white;
|
| + box-shadow: 0 0 8px rgba(0, 0, 0, .4);
|
| + height: auto;
|
| + margin: 10px;
|
| +}
|
| +
|
| +#dummy-article {
|
| + line-height: 1.5;
|
| + margin-top: -10px;
|
| + position: absolute;
|
| + text-align: center;
|
| + top: 50%;
|
| + width: 100%;
|
| +}
|
| +
|
| +#intentionally-blank {
|
| + color: black;
|
| + display: inline-block;
|
| + font-style: italic;
|
| + text-align: center;
|
| + text-decoration: none;
|
| + padding: 0 10px;
|
| +}
|
|
|