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

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

Issue 3041025: Implement "Add" and "Remove" buttons in Language and Input page. (Closed)
Patch Set: link-button 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
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 padding: 0px; 54 padding: 0px;
55 width: 100%; 55 width: 100%;
56 display: block; 56 display: block;
57 } 57 }
58 58
59 #language-options-list li { 59 #language-options-list li {
60 -webkit-padding-start: 12px; 60 -webkit-padding-start: 12px;
61 padding-top: 2px; 61 padding-top: 2px;
62 padding-bottom: 2px; 62 padding-bottom: 2px;
63 } 63 }
64
65 #add-language-overlay-language-list {
66 -webkit-column-count: 2;
67 -webkit-column-gap: 20px;
68 }
69
70 #add-language-overlay-cancel-button {
71 /* Place the button in the center. */
72 display: block;
73 margin: auto;
74 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698