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

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

Issue 6393002: Fix major layout breakage in the language selection overlay on Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor cleanup 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.css » ('j') | 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: 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 #language-options-list li { 80 #language-options-list li {
81 -webkit-padding-start: 12px; 81 -webkit-padding-start: 12px;
82 padding-top: 2px; 82 padding-top: 2px;
83 padding-bottom: 2px; 83 padding-bottom: 2px;
84 } 84 }
85 85
86 #language-options-ui-restart-button { 86 #language-options-ui-restart-button {
87 margin-top: 12px; 87 margin-top: 12px;
88 } 88 }
89 89
90 #add-language-overlay-language-list[os=chromeos] { 90 html[os=chromeos] #add-language-overlay-language-list {
91 -webkit-column-count: 2; 91 -webkit-column-count: 2;
92 -webkit-column-gap: 20px; 92 -webkit-column-gap: 20px;
93 } 93 }
94 94
95 #add-language-overlay-cancel-button[os=chromeos] { 95 html[os=chromeos] #add-language-overlay-cancel-button {
96 /* Place the button in the center. */ 96 /* Place the button in the center. */
97 display: block; 97 display: block;
98 margin: auto; 98 margin: auto;
99 margin-top: 15px; 99 margin-top: 15px;
100 } 100 }
101 101
102 #add-language-overlay-page[os=chromeos] { 102 html[os=chromeos] #add-language-overlay-page {
103 width: 800px; 103 width: 800px;
104 padding: 20px;
104 } 105 }
105 106
106 #add-language-overlay-page[os=chromeos] button { 107 html[os=chromeos] #add-language-overlay-page button.link-button {
107 padding: 0; 108 padding: 0;
108 text-align: left; 109 text-align: left;
109 } 110 }
110 111
111 #add-language-overlay-page[os=chromeos] ul { 112 html[os=chromeos] #add-language-overlay-page ul {
112 padding: 0; 113 padding: 0;
113 margin: 0; 114 margin: 0;
114 } 115 }
115 116
116 /* TODO(kochi): This is temporary copy from new_new_tab.css */ 117 /* TODO(kochi): This is temporary copy from new_new_tab.css */
117 /* Notification */ 118 /* Notification */
118 119
119 #notification { 120 #notification {
120 position: relative; 121 position: relative;
121 background-color: hsl(52, 100%, 80%); 122 background-color: hsl(52, 100%, 80%);
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 } 165 }
165 166
166 #chewing-max-chi-symbol-len { 167 #chewing-max-chi-symbol-len {
167 width: 100px; 168 width: 100px;
168 height: 30%; 169 height: 30%;
169 } 170 }
170 171
171 #add-language-overlay-page .content-area { 172 #add-language-overlay-page .content-area {
172 padding-bottom: 10px; 173 padding-bottom: 10px;
173 } 174 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698