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

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

Issue 7460013: Removing outline from language list. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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-lower-left button, 6 .language-options-lower-left button,
7 .language-options-right button { 7 .language-options-right button {
8 min-width: 70px; 8 min-width: 70px;
9 } 9 }
10 10
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 width: 95%; 73 width: 95%;
74 -webkit-margin-start: 10px; 74 -webkit-margin-start: 10px;
75 } 75 }
76 76
77 #language-options-input-method-list label { 77 #language-options-input-method-list label {
78 margin: 4px 0; 78 margin: 4px 0;
79 } 79 }
80 80
81 #language-options-list { 81 #language-options-list {
82 -webkit-box-flex: 1; 82 -webkit-box-flex: 1;
83 outline: none;
83 padding: 1px 0 0; 84 padding: 1px 0 0;
84 width: 100%; 85 width: 100%;
85 } 86 }
86 87
87 #language-options-list .language-name { 88 #language-options-list .language-name {
88 -webkit-box-flex: 1; 89 -webkit-box-flex: 1;
89 overflow: hidden; 90 overflow: hidden;
90 text-overflow: ellipsis; 91 text-overflow: ellipsis;
91 white-space: nowrap; 92 white-space: nowrap;
92 } 93 }
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 } 196 }
196 197
197 #chewing-max-chi-symbol-len { 198 #chewing-max-chi-symbol-len {
198 width: 100px; 199 width: 100px;
199 height: 30%; 200 height: 30%;
200 } 201 }
201 202
202 #add-language-overlay-page .content-area { 203 #add-language-overlay-page .content-area {
203 padding-bottom: 10px; 204 padding-bottom: 10px;
204 } 205 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698