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

Side by Side Diff: chrome/browser/resources/options/language_options.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 (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 #languagePage .content-area { 5 #languagePage .content-area {
6 width: 660px; 6 width: 660px;
7 } 7 }
8 8
9 .language-options { 9 .language-options {
10 display: -webkit-box; 10 display: -webkit-box;
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 } 183 }
184 184
185 #add-language-overlay-page .content-area { 185 #add-language-overlay-page .content-area {
186 padding-bottom: 10px; 186 padding-bottom: 10px;
187 } 187 }
188 188
189 /* TODO(hshi): Remove this temporary hack once the bug is fixed in Chrome. */ 189 /* TODO(hshi): Remove this temporary hack once the bug is fixed in Chrome. */
190 #add-language-overlay-language-list { 190 #add-language-overlay-language-list {
191 width: -webkit-calc(100% - 4px); 191 width: -webkit-calc(100% - 4px);
192 } 192 }
193
194 .standalone-link-button {
195 padding: 0;
196 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/font_settings.html ('k') | chrome/browser/resources/options/language_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698