1/* Copyright 2013 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 5body { 6 margin: 21px 10px 24px 10px; 7} 8 9h1 { 10 margin: 0 0 13px 0; 11} 12 13h2 { 14 margin: 23px 0 0 0; 15} 16 17header { 18 border-bottom: 1px solid #eee; 19 max-width: 718px; 20} 21 22.device { 23 margin: 23px 0; 24 max-width: 695px; 25 overflow: hidden; 26} 27 28.device .device-info { 29 -webkit-padding-start: 40px; 30 float: left; 31} 32 33.printer { 34 background: url(printer.png) no-repeat; 35} 36 37html[dir='rtl'] .device .device-info { 38 float: right; 39} 40 41.device button { 42 float: right; 43} 44 45html[dir='rtl'] .device button { 46 float: left; 47} 48 49.subline, 50.device-subline { 51 color: #999; 52 margin: 5px 0; 53} 54 55h3.device-name { 56 margin: 0; 57} 58 59.register-page { 60 padding: 15px; 61 width: 600px; 62} 63 64.register-page .button-list { 65 padding-top: 15px; 66 text-align: right; 67} 68 69html[dir='rtl'] .register-page .button-list { 70 text-align: left; 71} 72 73.controls { 74 border-bottom: 1px solid #eee; 75 max-width: 711px; 76} 77 78html[dir='rtl'] .controls { 79 padding: 13px 4px 7px 3px; 80} 81 82.controls .subline { 83 -webkit-margin-start: 10px; 84} 85 86.login-promo { 87 padding-bottom: 5px; 88 padding-top: 5px; 89} 90 91.inline-spinner { 92 position: relative; 93 top: 3px; 94} 95 96.cloud-print-message { 97 margin: 23px 0; 98} 99 100section { 101 margin-bottom: 23px; 102} 103 104.dialog-contents { 105 padding-left: 17px; 106}