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

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

Issue 10837190: Standardize size of WebUI controls for touch and non-touch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix position of favicon. Tighten up margins and padding. Created 8 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 | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 .language-options { 5 .language-options {
6 display: -webkit-box; 6 display: -webkit-box;
7 margin: 10px 0; 7 margin: 10px 0;
8 } 8 }
9 9
10 .language-options-lower-left button, 10 .language-options-lower-left button,
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 margin-top: 4px; 123 margin-top: 4px;
124 } 124 }
125 125
126 /* In ChromeOS we present the language choices as a big page of links. */ 126 /* In ChromeOS we present the language choices as a big page of links. */
127 <if expr="pp_ifdef('chromeos')"> 127 <if expr="pp_ifdef('chromeos')">
128 #add-language-overlay-language-list { 128 #add-language-overlay-language-list {
129 -webkit-column-count: 2; 129 -webkit-column-count: 2;
130 -webkit-column-gap: 20px; 130 -webkit-column-gap: 20px;
131 } 131 }
132 132
133 #add-language-overlay-language-list > li > button.link-button {
134 padding-bottom: 8px;
135 padding-top: 8px;
kevers 2012/08/10 16:10:08 Moved from chrome-shared.
Evan Stade 2012/08/10 21:21:08 thx
136 }
137
133 #add-language-overlay-page { 138 #add-language-overlay-page {
134 width: 800px; 139 width: 800px;
135 } 140 }
136 141
137 #add-language-overlay-page button.link-button { 142 #add-language-overlay-page button.link-button {
138 padding-left: 0; 143 padding-left: 0;
139 padding-right: 0; 144 padding-right: 0;
140 text-align: left; 145 text-align: left;
141 } 146 }
142 147
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 } 202 }
198 203
199 #chewing-max-chi-symbol-len { 204 #chewing-max-chi-symbol-len {
200 height: 30%; 205 height: 30%;
201 width: 100px; 206 width: 100px;
202 } 207 }
203 208
204 #add-language-overlay-page .content-area { 209 #add-language-overlay-page .content-area {
205 padding-bottom: 10px; 210 padding-bottom: 10px;
206 } 211 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698