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

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

Issue 6393002: Fix major layout breakage in the language selection overlay on Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor cleanup Created 9 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/options/language_options.css ('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 cursor: default; 2 cursor: default;
3 font-size: 100%; 3 font-size: 100%;
4 } 4 }
5 5
6 a:link { 6 a:link {
7 color: rgb(63, 110, 194); 7 color: rgb(63, 110, 194);
8 } 8 }
9 9
10 a:active { 10 a:active {
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 } 355 }
356 356
357 .hidden { 357 .hidden {
358 display: none !important; 358 display: none !important;
359 } 359 }
360 360
361 .touch-slider { 361 .touch-slider {
362 -webkit-appearance: slider-horizontal; 362 -webkit-appearance: slider-horizontal;
363 } 363 }
364 364
365 .link-button { 365 .link-button,
366 background-color: transparent; 366 .link-button:active,
367 .link-button:focus,
368 .link-button:hover {
369 -webkit-box-shadow: none;
370 background: transparent none;
kochi 2011/01/25 07:24:56 background: transparent; background-image: none;
satorux1 2011/01/25 07:35:43 "backgrond: foo bar" is a shorthand. Just made it
kochi 2011/01/25 07:39:51 I see, thanks for the explanation. I learn some n
367 border: none; 371 border: none;
368 color: blue; 372 color: blue;
369 cursor: pointer; 373 cursor: pointer;
370 text-decoration: underline; 374 text-decoration: underline;
371 } 375 }
372 376
373 .text-button, 377 .text-button,
374 .text-button:active, 378 .text-button:active,
375 .text-button:focus, 379 .text-button:focus,
376 .text-button:hover { 380 .text-button:hover {
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 } 668 }
665 669
666 html[os=mac] label > input[type=checkbox], 670 html[os=mac] label > input[type=checkbox],
667 html[os=mac] label > input[type=radio] { 671 html[os=mac] label > input[type=radio] {
668 margin-top: 2px; 672 margin-top: 2px;
669 } 673 }
670 674
671 .suboption { 675 .suboption {
672 -webkit-margin-start: 16px; 676 -webkit-margin-start: 16px;
673 } 677 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/language_options.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698