Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 123 -webkit-column-gap: 20px; | 123 -webkit-column-gap: 20px; |
| 124 } | 124 } |
| 125 | 125 |
| 126 html[os=chromeos] #add-language-overlay-cancel-button { | 126 html[os=chromeos] #add-language-overlay-cancel-button { |
| 127 /* Place the button in the center. */ | 127 /* Place the button in the center. */ |
| 128 display: block; | 128 display: block; |
| 129 margin: auto; | 129 margin: auto; |
| 130 margin-top: 15px; | 130 margin-top: 15px; |
| 131 } | 131 } |
| 132 | 132 |
| 133 <if expr="pp_ifdef('touchui')"> | |
| 134 html[os=chromeos] #add-language-overlay-ok-button { | |
| 135 /* Only touchui builds on chromeos have this button. */ | |
| 136 display: block; | |
| 137 margin-right: 10px; | |
| 138 margin-top: 15px; | |
| 139 } | |
| 140 </if> | |
|
Rick Byers
2011/10/28 20:07:13
Adding this rule and the one below doesn't feel li
bshe
2011/10/30 22:46:10
Done.
| |
| 141 | |
| 133 html[os=chromeos] #add-language-overlay-page { | 142 html[os=chromeos] #add-language-overlay-page { |
| 134 width: 800px; | 143 width: 800px; |
| 135 padding: 20px; | 144 padding: 20px; |
| 136 } | 145 } |
| 137 | 146 |
| 147 <if expr="pp_ifdef('touchui')"> | |
| 148 html[os=chromeos] #add-language-overlay-page { | |
| 149 width: 450px; | |
| 150 } | |
| 151 </if> | |
| 152 | |
| 138 html[os=chromeos] #add-language-overlay-page button.link-button { | 153 html[os=chromeos] #add-language-overlay-page button.link-button { |
| 139 padding: 0; | 154 padding: 0; |
| 140 text-align: left; | 155 text-align: left; |
| 141 } | 156 } |
| 142 | 157 |
| 143 html[os=chromeos] #add-language-overlay-page ul { | 158 html[os=chromeos] #add-language-overlay-page ul { |
| 144 padding: 0; | 159 padding: 0; |
| 145 margin: 0; | 160 margin: 0; |
| 146 } | 161 } |
| 147 | 162 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 196 } | 211 } |
| 197 | 212 |
| 198 #chewing-max-chi-symbol-len { | 213 #chewing-max-chi-symbol-len { |
| 199 width: 100px; | 214 width: 100px; |
| 200 height: 30%; | 215 height: 30%; |
| 201 } | 216 } |
| 202 | 217 |
| 203 #add-language-overlay-page .content-area { | 218 #add-language-overlay-page .content-area { |
| 204 padding-bottom: 10px; | 219 padding-bottom: 10px; |
| 205 } | 220 } |
| OLD | NEW |