Chromium Code Reviews

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

Issue 6265010: DOMUI settings: move/rename the language options panel so that it can be use... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
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 148 matching lines...)
159 } 159 }
160 160
161 #notification .link-color { 161 #notification .link-color {
162 color: rgb(0, 102, 204); 162 color: rgb(0, 102, 204);
163 } 163 }
164 164
165 #chewing-max-chi-symbol-len { 165 #chewing-max-chi-symbol-len {
166 width: 100px; 166 width: 100px;
167 height: 30%; 167 height: 30%;
168 } 168 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/language_list.js ('k') | chrome/browser/resources/options/language_options.html » ('j') | no next file with comments »

Powered by Google App Engine