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/local_discovery/local_discovery.css

Issue 671173008: Change some roles to "button" instead of "link" where it'd benefit users of (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@action-link
Patch Set: nit Created 6 years, 1 month 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 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 body { 5 body {
6 margin: 21px 10px 24px 10px; 6 margin: 21px 10px 24px 10px;
7 } 7 }
8 8
9 h1 { 9 h1 {
10 margin: 0 0 13px 0; 10 margin: 0 0 13px 0;
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 } 107 }
108 108
109 section { 109 section {
110 margin-bottom: 23px; 110 margin-bottom: 23px;
111 } 111 }
112 112
113 .dialog-contents { 113 .dialog-contents {
114 padding-left: 17px; 114 padding-left: 17px;
115 } 115 }
116 116
117 #back-button { 117 #back-link {
118 background: url('chrome://theme/IDR_CHEVRON_LEFT') left no-repeat; 118 background: url('chrome://theme/IDR_CHEVRON_LEFT') left no-repeat;
119 margin-bottom: 25px; 119 margin-bottom: 25px;
120 margin-top: 6px; 120 margin-top: 6px;
121 padding-left: 23px; 121 padding-left: 23px;
122 } 122 }
123 123
124 html[dir='rtl'] #back-button { 124 html[dir='rtl'] #back-link {
125 transform: scaleX(-1); 125 transform: scaleX(-1);
126 } 126 }
127 127
128 html[dir='rtl'] #back-button span { 128 html[dir='rtl'] #back-link span {
129 display: inline-block; 129 display: inline-block;
130 transform: scaleX(-1); 130 transform: scaleX(-1);
131 } 131 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/extensions/extensions.html ('k') | chrome/browser/resources/local_discovery/local_discovery.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698