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

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

Issue 3058047: Tweak appearances of "Languages and Input" options. (Closed)
Patch Set: re-upload 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 | « no previous file | 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 .language-options { 1 .language-options {
2 display: -webkit-box; 2 display: -webkit-box;
3 margin: 15px; 3 margin: 15px;
4 } 4 }
5 5
6 .language-options button { 6 .language-options button {
7 min-width: 70px; 7 min-width: 70px;
8 } 8 }
9 9
10 .language-options h3 { 10 .language-options h3 {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 #add-language-overlay-language-list { 65 #add-language-overlay-language-list {
66 -webkit-column-count: 2; 66 -webkit-column-count: 2;
67 -webkit-column-gap: 20px; 67 -webkit-column-gap: 20px;
68 } 68 }
69 69
70 #add-language-overlay-cancel-button { 70 #add-language-overlay-cancel-button {
71 /* Place the button in the center. */ 71 /* Place the button in the center. */
72 display: block; 72 display: block;
73 margin: auto; 73 margin: auto;
74 } 74 }
75
76 #add-language-overlay-page {
77 width: 800px;
78 }
79
80 #add-language-overlay-page button {
81 padding: 0px;
82 }
83
84 #add-language-overlay-page ul {
85 padding: 0px;
86 margin: 0px;
87 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698