Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Side by Side Diff: chrome/browser/resources/print_preview/search/fedex_tos.css

Issue 2535573002: Reduce usage of webkit CSS prefixes in chrome/browser/resources (Closed)
Patch Set: CSSOM Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 .fedex-tos { 5 .fedex-tos {
6 -webkit-transition: height 300ms;
7 overflow: hidden; 6 overflow: hidden;
8 padding: 0 36px; 7 padding: 0 36px;
9 text-align: center; 8 text-align: center;
9 transition: height 300ms;
10 } 10 }
11 11
12 .fedex-tos .tos-text { 12 .fedex-tos .tos-text {
13 padding: 8px 0; 13 padding: 8px 0;
14 } 14 }
15 15
16 .fedex-tos .agreement-box { 16 .fedex-tos .agreement-box {
17 padding-bottom: 8px; 17 padding-bottom: 8px;
18 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698