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

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

Issue 6372010: DOMUI: Refactor the new overlay style and apply it to all overlays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix 3. 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
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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 } 160 }
161 161
162 #notification .link-color { 162 #notification .link-color {
163 color: rgb(0, 102, 204); 163 color: rgb(0, 102, 204);
164 } 164 }
165 165
166 #chewing-max-chi-symbol-len { 166 #chewing-max-chi-symbol-len {
167 width: 100px; 167 width: 100px;
168 height: 30%; 168 height: 30%;
169 } 169 }
170
171 #add-language-overlay-page .content-area {
172 padding-bottom: 10px;
173 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/language_add_language_overlay.html ('k') | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698