| OLD | NEW |
| 1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 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 | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. | 3 * found in the LICENSE file. |
| 4 */ | 4 */ |
| 5 | 5 |
| 6 #update { | 6 #update { |
| 7 min-height: 423px; | 7 min-height: 423px; |
| 8 padding: 70px 17px 69px; /* Screen has no controls. */ | 8 padding: 70px 17px 69px; /* Screen has no controls. */ |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 margin: 45px 35px; | 24 margin: 45px 35px; |
| 25 } | 25 } |
| 26 | 26 |
| 27 #update-screen-main { | 27 #update-screen-main { |
| 28 margin: 45px 35px; | 28 margin: 45px 35px; |
| 29 min-height: 114px; | 29 min-height: 114px; |
| 30 text-align: center; | 30 text-align: center; |
| 31 } | 31 } |
| 32 | 32 |
| 33 #update #update-cancel-hint { | 33 #update #update-cancel-hint { |
| 34 -webkit-margin-before: 15px; | |
| 35 -webkit-margin-start: 45px; | 34 -webkit-margin-start: 45px; |
| 36 color: rgb(170, 0, 0); | 35 color: rgb(170, 0, 0); |
| 36 margin-top: 15px; |
| 37 position: absolute; | 37 position: absolute; |
| 38 } | 38 } |
| 39 | 39 |
| 40 #update #update-upper-label { | 40 #update #update-upper-label { |
| 41 -webkit-margin-after: 4px; | 41 margin-bottom: 4px; |
| 42 } | 42 } |
| 43 | 43 |
| 44 #update #checking-updates-label { | 44 #update #checking-updates-label { |
| 45 -webkit-margin-after: 90px; | 45 margin-bottom: 90px; |
| 46 } | 46 } |
| 47 | 47 |
| 48 #update #update-bottom-label { | 48 #update #update-bottom-label { |
| 49 -webkit-margin-after: 4px; | 49 margin-bottom: 4px; |
| 50 -webkit-margin-before: 4px; | 50 margin-top: 4px; |
| 51 text-align: left; | 51 text-align: left; |
| 52 } | 52 } |
| 53 | 53 |
| 54 #update progress { | 54 #update progress { |
| 55 -webkit-margin-after: 4px; | |
| 56 -webkit-margin-before: 34px; | |
| 57 border: solid 1px #bbb; | 55 border: solid 1px #bbb; |
| 58 height: 15px; | 56 height: 15px; |
| 57 margin-bottom: 4px; |
| 58 margin-top: 34px; |
| 59 padding: 1px; | 59 padding: 1px; |
| 60 width: 300px; | 60 width: 300px; |
| 61 } | 61 } |
| 62 | 62 |
| 63 #update progress::-webkit-progress-bar { | 63 #update progress::-webkit-progress-bar { |
| 64 background: white; | 64 background: white; |
| 65 } | 65 } |
| 66 | 66 |
| 67 #update progress::-webkit-progress-value { | 67 #update progress::-webkit-progress-value { |
| 68 background: #bbb; | 68 background: #bbb; |
| 69 } | 69 } |
| 70 | 70 |
| 71 #update .progress-message { | 71 #update .progress-message { |
| 72 -webkit-margin-before: 4px; | |
| 73 color: #a3a3a3; | 72 color: #a3a3a3; |
| 74 font-size: 13px; | 73 font-size: 13px; |
| 74 margin-top: 4px; |
| 75 text-align: center; | 75 text-align: center; |
| 76 } | 76 } |
| OLD | NEW |