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

Side by Side Diff: chrome/browser/resources/user_manager/user_manager_tutorial.css

Issue 668983004: Add <a is="action-link">, a web component extension of <a> for in-page actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 2 months 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 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 */ 4 */
5 5
6 .tutorial-slide { 6 .tutorial-slide {
7 -webkit-transition: opacity 200ms ease-in-out; 7 -webkit-transition: opacity 200ms ease-in-out;
8 background-color: white; 8 background-color: white;
9 border-radius: 2px; 9 border-radius: 2px;
10 bottom: 0; 10 bottom: 0;
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 line-height: 20px; 85 line-height: 20px;
86 } 86 }
87 87
88 .slide-buttons { 88 .slide-buttons {
89 bottom: 20px; 89 bottom: 20px;
90 position: absolute; 90 position: absolute;
91 text-align: center; 91 text-align: center;
92 width: 100%; 92 width: 100%;
93 } 93 }
94 94
95 .slide-buttons .link-button { 95 .slide-buttons [is='action-link'] {
96 width: 100%; 96 width: 100%;
97 } 97 }
98 98
99 .slide-buttons button { 99 .slide-buttons button {
100 bottom: 0; 100 bottom: 0;
101 height: 35px; 101 height: 35px;
102 padding: 0 15px; 102 padding: 0 15px;
103 width: 138px; 103 width: 138px;
104 } 104 }
105 105
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 height: 16px; 177 height: 16px;
178 position: absolute; 178 position: absolute;
179 right: 5px; 179 right: 5px;
180 top: 5px; 180 top: 5px;
181 width: 16px; 181 width: 16px;
182 } 182 }
183 183
184 html[dir=rtl] #slide-not-you #dismiss-bubble-button { 184 html[dir=rtl] #slide-not-you #dismiss-bubble-button {
185 left: 5px; 185 left: 5px;
186 } 186 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698