| OLD | NEW |
| 1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 */ | |
| 5 | 4 |
| 6 .tutorial-slide { | 5 .tutorial-slide { |
| 7 -webkit-transition: opacity 200ms ease-in-out; | 6 -webkit-transition: opacity 200ms ease-in-out; |
| 8 background-color: white; | 7 background-color: white; |
| 9 border-radius: 2px; | 8 border-radius: 2px; |
| 10 bottom: 0; | 9 bottom: 0; |
| 11 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); | 10 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); |
| 12 height: 408px; | 11 height: 408px; |
| 13 left: 0; | 12 left: 0; |
| 14 margin: auto; | 13 margin: auto; |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 height: 16px; | 176 height: 16px; |
| 178 position: absolute; | 177 position: absolute; |
| 179 right: 5px; | 178 right: 5px; |
| 180 top: 5px; | 179 top: 5px; |
| 181 width: 16px; | 180 width: 16px; |
| 182 } | 181 } |
| 183 | 182 |
| 184 html[dir=rtl] #slide-not-you #dismiss-bubble-button { | 183 html[dir=rtl] #slide-not-you #dismiss-bubble-button { |
| 185 left: 5px; | 184 left: 5px; |
| 186 } | 185 } |
| OLD | NEW |