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

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

Issue 8879064: Reverting this revert, since it does not seem to have caused the breakage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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-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 21 matching lines...) Expand all
32 height: 400px; 32 height: 400px;
33 } 33 }
34 34
35 .language-options-left { 35 .language-options-left {
36 -webkit-box-orient: vertical; 36 -webkit-box-orient: vertical;
37 display: -webkit-box; 37 display: -webkit-box;
38 background-color: #ebeff9; 38 background-color: #ebeff9;
39 width: 300px; 39 width: 300px;
40 } 40 }
41 41
42 /* On OS X we use the native OS spellchecker, so don't display the dictionary */
43 /* pane. */
44 html[os=mac] .language-options-left {
45 background-color: white;
46 }
47
48 html[os=mac] .language-options-right {
49 visibility: hidden;
50 }
51
42 .language-options-lower-left { 52 .language-options-lower-left {
43 -webkit-box-flex: 0; 53 -webkit-box-flex: 0;
44 -webkit-padding-start: 12px; 54 -webkit-padding-start: 12px;
45 padding-bottom: 10px; 55 padding-bottom: 10px;
46 } 56 }
47 57
48 .language-options-right { 58 .language-options-right {
49 /* To share the center line with the left pane. */ 59 /* To share the center line with the left pane. */
50 -webkit-margin-start: -1px; 60 -webkit-margin-start: -1px;
51 width: 360px; 61 width: 360px;
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 230
221 button[disabled].text-button, 231 button[disabled].text-button,
222 button[disabled].text-button:active, 232 button[disabled].text-button:active,
223 button[disabled].text-button:focus, 233 button[disabled].text-button:focus,
224 button[disabled].text-button:hover { 234 button[disabled].text-button:hover {
225 -webkit-box-shadow: none; 235 -webkit-box-shadow: none;
226 background: transparent none; 236 background: transparent none;
227 border-color: transparent; 237 border-color: transparent;
228 color: #AAA; 238 color: #AAA;
229 } 239 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/language_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698