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

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
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: 0px 0px 20px 20px;
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 } 104 }
105 105
106 #add-language-overlay-page[os=chromeos] button { 106 html[os=chromeos] #add-language-overlay-page button.link-button {
107 padding: 0; 107 padding: 0;
108 text-align: left; 108 text-align: left;
109 } 109 }
110 110
111 #add-language-overlay-page[os=chromeos] ul { 111 html[os=chromeos] #add-language-overlay-page ul {
112 padding: 0; 112 padding: 0;
113 margin: 0; 113 margin: 20px;
114 } 114 }
115 115
116 /* TODO(kochi): This is temporary copy from new_new_tab.css */ 116 /* TODO(kochi): This is temporary copy from new_new_tab.css */
117 /* Notification */ 117 /* Notification */
118 118
119 #notification { 119 #notification {
120 position: relative; 120 position: relative;
121 background-color: hsl(52, 100%, 80%); 121 background-color: hsl(52, 100%, 80%);
122 border: 1px solid rgb(211, 211, 211); 122 border: 1px solid rgb(211, 211, 211);
123 border-radius: 6px; 123 border-radius: 6px;
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 } 164 }
165 165
166 #chewing-max-chi-symbol-len { 166 #chewing-max-chi-symbol-len {
167 width: 100px; 167 width: 100px;
168 height: 30%; 168 height: 30%;
169 } 169 }
170 170
171 #add-language-overlay-page .content-area { 171 #add-language-overlay-page .content-area {
172 padding-bottom: 10px; 172 padding-bottom: 10px;
173 } 173 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.css » ('j') | chrome/browser/resources/options/options_page.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698