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

Side by Side Diff: chrome/browser/resources/options/options_page.css

Issue 3080026: Implement "Display Chrome OS in this language" button. (Closed)
Patch Set: address comments Created 10 years, 4 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
« no previous file with comments | « chrome/browser/resources/options/chromeos_language_options.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body { 1 body {
2 font-size: 100%; 2 font-size: 100%;
3 -webkit-user-select: none; 3 -webkit-user-select: none;
4 } 4 }
5 5
6 #settings-title { 6 #settings-title {
7 -webkit-padding-end: 24px; 7 -webkit-padding-end: 24px;
8 padding-top: 1em; 8 padding-top: 1em;
9 padding-bottom: 1em; 9 padding-bottom: 1em;
10 text-align: end; 10 text-align: end;
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 margin-top: 0; 205 margin-top: 0;
206 } 206 }
207 207
208 .link-button { 208 .link-button {
209 background-color: transparent; 209 background-color: transparent;
210 border: none; 210 border: none;
211 color: blue; 211 color: blue;
212 cursor: pointer; 212 cursor: pointer;
213 text-decoration: underline; 213 text-decoration: underline;
214 } 214 }
215
216 .text-button {
217 background-color: transparent;
218 border-color: transparent;
219 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/chromeos_language_options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698