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

Side by Side Diff: chrome/browser/resources/options2/content_settings.html

Issue 10837190: Standardize size of WebUI controls for touch and non-touch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Convert <span> to <p>. Created 8 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
OLDNEW
1 <div id="content-settings-page" class="page" hidden> 1 <div id="content-settings-page" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="contentSettingsPage"></h1> 3 <h1 i18n-content="contentSettingsPage"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <!-- Cookie filter tab contents --> 5 <!-- Cookie filter tab contents -->
6 <section> 6 <section>
7 <h3 i18n-content="cookies_tab_label"></h3> 7 <h3 i18n-content="cookies_tab_label"></h3>
8 <div> 8 <div>
9 <div class="radio"> 9 <div class="radio">
10 <label> 10 <label>
(...skipping 24 matching lines...) Expand all
35 <div class="checkbox" guest-visibility="disabled" hidden> 35 <div class="checkbox" guest-visibility="disabled" hidden>
36 <label> 36 <label>
37 <input id="clear-cookies-on-exit" 37 <input id="clear-cookies-on-exit"
38 pref="profile.clear_site_data_on_exit" type="checkbox"> 38 pref="profile.clear_site_data_on_exit" type="checkbox">
39 <span i18n-content="cookies_lso_clear_when_close" 39 <span i18n-content="cookies_lso_clear_when_close"
40 class="clear-plugin-lso-data-enabled"></span> 40 class="clear-plugin-lso-data-enabled"></span>
41 <span i18n-content="cookies_clear_when_close" 41 <span i18n-content="cookies_clear_when_close"
42 class="clear-plugin-lso-data-disabled"></span> 42 class="clear-plugin-lso-data-disabled"></span>
43 </label> 43 </label>
44 </div> 44 </div>
45 <button class="exceptions-list-button" contentType="cookies" 45 <div class="settings-row">
46 i18n-content="manage_exceptions"></button> 46 <button class="exceptions-list-button" contentType="cookies"
47 <button id="show-cookies-button" 47 i18n-content="manage_exceptions"></button>
48 i18n-content="cookies_show_cookies"></button> 48 <button id="show-cookies-button"
49 <button id="show-app-cookies-button" 49 i18n-content="cookies_show_cookies"></button>
50 i18n-content="cookies_show_app_cookies"></button> 50 <button id="show-app-cookies-button"
51 i18n-content="cookies_show_app_cookies"></button>
52 </div>
51 </div> 53 </div>
52 </section> 54 </section>
53 <!-- Image filter --> 55 <!-- Image filter -->
54 <section> 56 <section>
55 <h3 i18n-content="images_tab_label"></h3> 57 <h3 i18n-content="images_tab_label"></h3>
56 <div> 58 <div>
57 <div class="radio"> 59 <div class="radio">
58 <label> 60 <label>
59 <input type="radio" name="images" value="allow"> 61 <input type="radio" name="images" value="allow">
60 <span i18n-content="images_allow"></span> 62 <span i18n-content="images_allow"></span>
61 </label> 63 </label>
62 </div> 64 </div>
63 <div class="radio"> 65 <div class="radio">
64 <label> 66 <label>
65 <input type="radio" name="images" value="block"> 67 <input type="radio" name="images" value="block">
66 <span i18n-content="images_block"></span> 68 <span i18n-content="images_block"></span>
67 </label> 69 </label>
68 </div> 70 </div>
69 <button class="exceptions-list-button" contentType="images" 71 <div class="settings-row">
70 i18n-content="manage_exceptions"></button> 72 <button class="exceptions-list-button" contentType="images"
73 i18n-content="manage_exceptions"></button>
74 </div>
71 </div> 75 </div>
72 </section> 76 </section>
73 <!-- JavaScript filter --> 77 <!-- JavaScript filter -->
74 <section> 78 <section>
75 <h3 i18n-content="javascript_tab_label"></h3> 79 <h3 i18n-content="javascript_tab_label"></h3>
76 <div> 80 <div>
77 <div class="radio"> 81 <div class="radio">
78 <label> 82 <label>
79 <input type="radio" name="javascript" value="allow"> 83 <input type="radio" name="javascript" value="allow">
80 <span i18n-content="javascript_allow"></span> 84 <span i18n-content="javascript_allow"></span>
81 </label> 85 </label>
82 </div> 86 </div>
83 <div class="radio"> 87 <div class="radio">
84 <label> 88 <label>
85 <input type="radio" name="javascript" value="block"> 89 <input type="radio" name="javascript" value="block">
86 <span i18n-content="javascript_block"></span> 90 <span i18n-content="javascript_block"></span>
87 </label> 91 </label>
88 </div> 92 </div>
89 <button class="exceptions-list-button" contentType="javascript" 93 <div class="settings-row">
90 i18n-content="manage_exceptions"></button> 94 <button class="exceptions-list-button" contentType="javascript"
95 i18n-content="manage_exceptions"></button>
96 </div>
91 </div> 97 </div>
92 </section> 98 </section>
93 <!-- Handlers settings --> 99 <!-- Handlers settings -->
94 <section id="handlers-section"> 100 <section id="handlers-section">
95 <h3 i18n-content="handlers_tab_label"></h3> 101 <h3 i18n-content="handlers_tab_label"></h3>
96 <div> 102 <div>
97 <div class="radio"> 103 <div class="radio">
98 <label> 104 <label>
99 <input type="radio" name="handlers" value="allow" 105 <input type="radio" name="handlers" value="allow"
100 class="handler-radio"> 106 class="handler-radio">
101 <span i18n-content="handlers_allow"></span> 107 <span i18n-content="handlers_allow"></span>
102 </label> 108 </label>
103 </div> 109 </div>
104 <div class="radio"> 110 <div class="radio">
105 <label> 111 <label>
106 <input type="radio" name="handlers" value="block" 112 <input type="radio" name="handlers" value="block"
107 class="handler-radio"> 113 class="handler-radio">
108 <span i18n-content="handlers_block"></span> 114 <span i18n-content="handlers_block"></span>
109 </label> 115 </label>
110 </div> 116 </div>
111 <button id="manage-handlers-button" contentType="handlers" 117 <div class="settings-row">
112 i18n-content="manage_handlers"></button> 118 <button id="manage-handlers-button" contentType="handlers"
119 i18n-content="manage_handlers"></button>
120 </div>
113 </div> 121 </div>
114 </section> 122 </section>
115 <!-- Plug-ins filter --> 123 <!-- Plug-ins filter -->
116 <section> 124 <section>
117 <h3 i18n-content="plugins_tab_label"></h3> 125 <h3 i18n-content="plugins_tab_label"></h3>
118 <div> 126 <div>
119 <div class="radio"> 127 <div class="radio">
120 <label> 128 <label>
121 <input type="radio" name="plugins" value="allow"> 129 <input type="radio" name="plugins" value="allow">
122 <span i18n-content="plugins_allow"></span> 130 <span i18n-content="plugins_allow"></span>
123 </label> 131 </label>
124 </div> 132 </div>
125 <div id="click_to_play" class="radio"> 133 <div id="click_to_play" class="radio">
126 <label> 134 <label>
127 <input type="radio" name="plugins" value="ask"> 135 <input type="radio" name="plugins" value="ask">
128 <span i18n-content="plugins_ask"></span> 136 <span i18n-content="plugins_ask"></span>
129 </label> 137 </label>
130 </div> 138 </div>
131 <div class="radio"> 139 <div class="radio">
132 <label> 140 <label>
133 <input type="radio" name="plugins" value="block"> 141 <input type="radio" name="plugins" value="block">
134 <span i18n-content="plugins_block"></span> 142 <span i18n-content="plugins_block"></span>
135 </label> 143 </label>
136 </div> 144 </div>
137 <button class="exceptions-list-button" contentType="plugins" 145 <div class="settings-row">
138 i18n-content="manage_exceptions"></button> 146 <button class="exceptions-list-button" contentType="plugins"
147 i18n-content="manage_exceptions"></button>
148 </div>
139 <div id="disable-plugins-container"> 149 <div id="disable-plugins-container">
140 <a href="chrome://plugins" i18n-content="disableIndividualPlugins" 150 <a href="chrome://plugins" i18n-content="disableIndividualPlugins"
141 target="_blank"></a> 151 target="_blank"></a>
142 </div> 152 </div>
143 </div> 153 </div>
144 </section> 154 </section>
145 <!-- Pop-ups filter --> 155 <!-- Pop-ups filter -->
146 <section> 156 <section>
147 <h3 i18n-content="popups_tab_label" class="content-settings-header"></h3> 157 <h3 i18n-content="popups_tab_label" class="content-settings-header"></h3>
148 <div> 158 <div>
149 <div class="radio"> 159 <div class="radio">
150 <label> 160 <label>
151 <input type="radio" name="popups" value="allow"> 161 <input type="radio" name="popups" value="allow">
152 <span i18n-content="popups_allow"></span> 162 <span i18n-content="popups_allow"></span>
153 </label> 163 </label>
154 </div> 164 </div>
155 <div class="radio"> 165 <div class="radio">
156 <label> 166 <label>
157 <input type="radio" name="popups" value="block"> 167 <input type="radio" name="popups" value="block">
158 <span i18n-content="popups_block"></span> 168 <span i18n-content="popups_block"></span>
159 </label> 169 </label>
160 </div> 170 </div>
161 <button class="exceptions-list-button" contentType="popups" 171 <div class="settings-row">
162 i18n-content="manage_exceptions"></button> 172 <button class="exceptions-list-button" contentType="popups"
173 i18n-content="manage_exceptions"></button>
174 </div>
163 </div> 175 </div>
164 </section> 176 </section>
165 <!-- Location filter --> 177 <!-- Location filter -->
166 <section> 178 <section>
167 <h3 i18n-content="location_tab_label"></h3> 179 <h3 i18n-content="location_tab_label"></h3>
168 <div> 180 <div>
169 <div class="radio"> 181 <div class="radio">
170 <label> 182 <label>
171 <input type="radio" name="location" value="allow"> 183 <input type="radio" name="location" value="allow">
172 <span i18n-content="location_allow"></span> 184 <span i18n-content="location_allow"></span>
173 </label> 185 </label>
174 </div> 186 </div>
175 <div class="radio"> 187 <div class="radio">
176 <label> 188 <label>
177 <input type="radio" name="location" value="ask"> 189 <input type="radio" name="location" value="ask">
178 <span i18n-content="location_ask"></span> 190 <span i18n-content="location_ask"></span>
179 </label> 191 </label>
180 </div> 192 </div>
181 <div class="radio"> 193 <div class="radio">
182 <label> 194 <label>
183 <input type="radio" name="location" value="block"> 195 <input type="radio" name="location" value="block">
184 <span i18n-content="location_block"></span> 196 <span i18n-content="location_block"></span>
185 </label> 197 </label>
186 </div> 198 </div>
187 <button class="exceptions-list-button" contentType="location" 199 <div class="settings-row">
188 i18n-content="manage_exceptions"></button> 200 <button class="exceptions-list-button" contentType="location"
201 i18n-content="manage_exceptions"></button>
202 </div>
189 </div> 203 </div>
190 </section> 204 </section>
191 <!-- Notifications filter tab contents --> 205 <!-- Notifications filter tab contents -->
192 <section> 206 <section>
193 <h3 i18n-content="notifications_tab_label"></h3> 207 <h3 i18n-content="notifications_tab_label"></h3>
194 <div> 208 <div>
195 <div class="radio"> 209 <div class="radio">
196 <label> 210 <label>
197 <input type="radio" name="notifications" value="allow"> 211 <input type="radio" name="notifications" value="allow">
198 <span i18n-content="notifications_allow"></span> 212 <span i18n-content="notifications_allow"></span>
199 </label> 213 </label>
200 </div> 214 </div>
201 <div class="radio"> 215 <div class="radio">
202 <label> 216 <label>
203 <input type="radio" name="notifications" value="ask"> 217 <input type="radio" name="notifications" value="ask">
204 <span i18n-content="notifications_ask"></span> 218 <span i18n-content="notifications_ask"></span>
205 </label> 219 </label>
206 </div> 220 </div>
207 <div class="radio"> 221 <div class="radio">
208 <label> 222 <label>
209 <input type="radio" name="notifications" value="block"> 223 <input type="radio" name="notifications" value="block">
210 <span i18n-content="notifications_block"></span> 224 <span i18n-content="notifications_block"></span>
211 </label> 225 </label>
212 </div> 226 </div>
213 <button class="exceptions-list-button" contentType="notifications" 227 <div class="settings-row">
214 i18n-content="manage_exceptions"></button> 228 <button class="exceptions-list-button" contentType="notifications"
229 i18n-content="manage_exceptions"></button>
230 </div>
215 </div> 231 </div>
216 </section> 232 </section>
217 <!-- Fullscreen filter --> 233 <!-- Fullscreen filter -->
218 <section> 234 <section>
219 <h3 i18n-content="fullscreen_tab_label"></h3> 235 <h3 i18n-content="fullscreen_tab_label"></h3>
220 <div> 236 <div class="settings-row">
221 <button class="exceptions-list-button" contentType="fullscreen" 237 <button class="exceptions-list-button" contentType="fullscreen"
222 i18n-content="manage_exceptions"></button> 238 i18n-content="manage_exceptions"></button>
223 </div> 239 </div>
224 </section> 240 </section>
225 <!-- Mouse Lock filter --> 241 <!-- Mouse Lock filter -->
226 <section> 242 <section>
227 <h3 i18n-content="mouselock_tab_label"></h3> 243 <h3 i18n-content="mouselock_tab_label"></h3>
228 <div> 244 <div>
229 <div class="radio"> 245 <div class="radio">
230 <label> 246 <label>
231 <input type="radio" name="mouselock" value="allow"> 247 <input type="radio" name="mouselock" value="allow">
232 <span i18n-content="mouselock_allow"></span> 248 <span i18n-content="mouselock_allow"></span>
233 </label> 249 </label>
234 </div> 250 </div>
235 <div class="radio"> 251 <div class="radio">
236 <label> 252 <label>
237 <input type="radio" name="mouselock" value="ask"> 253 <input type="radio" name="mouselock" value="ask">
238 <span i18n-content="mouselock_ask"></span> 254 <span i18n-content="mouselock_ask"></span>
239 </label> 255 </label>
240 </div> 256 </div>
241 <div class="radio"> 257 <div class="radio">
242 <label> 258 <label>
243 <input type="radio" name="mouselock" value="block"> 259 <input type="radio" name="mouselock" value="block">
244 <span i18n-content="mouselock_block"></span> 260 <span i18n-content="mouselock_block"></span>
245 </label> 261 </label>
246 </div> 262 </div>
247 <button class="exceptions-list-button" contentType="mouselock" 263 <div class="settings-row">
248 i18n-content="manage_exceptions"></button> 264 <button class="exceptions-list-button" contentType="mouselock"
265 i18n-content="manage_exceptions"></button>
266 </div>
249 </div> 267 </div>
250 </section> 268 </section>
251 <!-- Intent registration filter --> 269 <!-- Intent registration filter -->
252 <section> 270 <section>
253 <h3 i18n-content="webIntentsTabLabel" class="content-settings-header"> 271 <h3 i18n-content="webIntentsTabLabel" class="content-settings-header">
254 </h3> 272 </h3>
255 <div class="checkbox"> 273 <div class="checkbox">
256 <label> 274 <label>
257 <input pref="webintents.enabled" type="checkbox"> 275 <input pref="webintents.enabled" type="checkbox">
258 <span i18n-content="allowWebIntents"></span> 276 <span i18n-content="allowWebIntents"></span>
259 </label> 277 </label>
260 </div> 278 </div>
261 </section> 279 </section>
262 <!-- Pepper Flash camera and microphone filter --> 280 <!-- Pepper Flash camera and microphone filter -->
263 <section id="pepper-flash-cameramic-section" class="pepper-flash-settings"> 281 <section id="pepper-flash-cameramic-section" class="pepper-flash-settings">
264 <h3 i18n-content="pepperFlashCameramicTabLabel"></h3> 282 <h3 i18n-content="pepperFlashCameramicTabLabel"></h3>
265 <div> 283 <div>
266 <div class="radio"> 284 <div class="radio">
267 <label> 285 <label>
268 <input type="radio" name="pepper-flash-cameramic" value="ask"> 286 <input type="radio" name="pepper-flash-cameramic" value="ask">
269 <span i18n-content="pepperFlashCameramicAsk"></span> 287 <span i18n-content="pepperFlashCameramicAsk"></span>
270 </label> 288 </label>
271 </div> 289 </div>
272 <div class="radio"> 290 <div class="radio">
273 <label> 291 <label>
274 <input type="radio" name="pepper-flash-cameramic" value="block"> 292 <input type="radio" name="pepper-flash-cameramic" value="block">
275 <span i18n-content="pepperFlashCameramicBlock"></span> 293 <span i18n-content="pepperFlashCameramicBlock"></span>
276 </label> 294 </label>
277 </div> 295 </div>
278 <button class="exceptions-list-button" 296 <div class="settings-row">
279 contentType="pepper-flash-cameramic" 297 <button class="exceptions-list-button"
280 i18n-content="manage_exceptions"></button> 298 contentType="pepper-flash-cameramic"
299 i18n-content="manage_exceptions"></button>
300 </div>
281 </div> 301 </div>
282 </section> 302 </section>
283 <if expr="pp_ifdef('chromeos')"> 303 <if expr="pp_ifdef('chromeos')">
284 <!-- Protected Content filter --> 304 <!-- Protected Content filter -->
285 <section guest-visibility="disabled"> 305 <section guest-visibility="disabled">
286 <h3 i18n-content="protectedContentTabLabel" 306 <h3 i18n-content="protectedContentTabLabel"
287 class="content-settings-header"></h3> 307 class="content-settings-header"></h3>
288 <div> 308 <div>
289 <div class="settings-row"> 309 <div class="settings-row">
290 <span i18n-content="protectedContentInfo"></span> 310 <span i18n-content="protectedContentInfo"></span>
(...skipping 16 matching lines...) Expand all
307 <input type="radio" name="media-stream" value="ask"> 327 <input type="radio" name="media-stream" value="ask">
308 <span i18n-content="mediaStreamAsk"></span> 328 <span i18n-content="mediaStreamAsk"></span>
309 </label> 329 </label>
310 </div> 330 </div>
311 <div class="radio"> 331 <div class="radio">
312 <label> 332 <label>
313 <input type="radio" name="media-stream" value="block"> 333 <input type="radio" name="media-stream" value="block">
314 <span i18n-content="mediaStreamBlock"></span> 334 <span i18n-content="mediaStreamBlock"></span>
315 </label> 335 </label>
316 </div> 336 </div>
317 <button class="exceptions-list-button" contentType="media-stream" 337 <div class="settings-row">
318 i18n-content="manage_exceptions"></button> 338 <button class="exceptions-list-button" contentType="media-stream"
339 i18n-content="manage_exceptions"></button>
340 </div>
319 </div> 341 </div>
320 </section> 342 </section>
321 <section id="media-galleries-section" hidden> 343 <section id="media-galleries-section" hidden>
322 <h3 i18n-content="mediaGalleriesSectionLabel"></h3> 344 <h3 i18n-content="mediaGalleriesSectionLabel"></h3>
323 <div> 345 <div class="settings-row">
324 <button id="manage-galleries-button" 346 <button id="manage-galleries-button"
325 i18n-content="manageGalleriesButton"></button> 347 i18n-content="manageGalleriesButton"></button>
326 </div> 348 </div>
327 </section> 349 </section>
328 </div> 350 </div>
329 <div class="action-area"> 351 <div class="action-area">
330 <div class="button-strip"> 352 <div class="button-strip">
331 <button id="content-settings-overlay-confirm" i18n-content="ok"></button> 353 <button id="content-settings-overlay-confirm" i18n-content="ok"></button>
332 </div> 354 </div>
333 </div> 355 </div>
334 </div> 356 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/content_settings.css ('k') | chrome/browser/resources/options2/language_options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698