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

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

Issue 6541086: WebUI Prefs: Don't use display:block for labels (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove pointless rul Created 9 years, 10 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: 10px 0; 3 margin: 10px 0;
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 {
11 -webkit-margin-start: 12px; 11 -webkit-margin-start: 12px;
12 font-size: 100%; 12 font-size: 100%;
13 font-weight: bold; 13 font-weight: bold;
14 margin-top: 12px; 14 margin-top: 12px;
15 } 15 }
16 16
17 .language-options label {
18 display: block;
19 }
20
21 .language-options-contents { 17 .language-options-contents {
22 -webkit-padding-start: 12px; 18 -webkit-padding-start: 12px;
23 -webkit-padding-end: 12px; 19 -webkit-padding-end: 12px;
24 padding-bottom: 10px; 20 padding-bottom: 10px;
25 } 21 }
26 22
27 .language-options-header, .language-options-footer { 23 .language-options-header, .language-options-footer {
28 margin: 10px 0; 24 margin: 10px 0;
29 } 25 }
30 26
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 } 161 }
166 162
167 #chewing-max-chi-symbol-len { 163 #chewing-max-chi-symbol-len {
168 width: 100px; 164 width: 100px;
169 height: 30%; 165 height: 30%;
170 } 166 }
171 167
172 #add-language-overlay-page .content-area { 168 #add-language-overlay-page .content-area {
173 padding-bottom: 10px; 169 padding-bottom: 10px;
174 } 170 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/content_settings.html ('k') | chrome/browser/resources/options/language_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698