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

Side by Side Diff: chrome/browser/resources/extensions/extensions.css

Issue 22849012: Update WebUI calls to use extensions namespace, update IDs in c/b/r/extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change all HTML IDs in c/b/r/extensions to be in-hyphenated-case Created 7 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
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 html, 5 html,
6 body { 6 body {
7 height: 100%; 7 height: 100%;
8 overflow: hidden; 8 overflow: hidden;
9 } 9 }
10 10
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 /* Overlays */ 277 /* Overlays */
278 278
279 #overlay { 279 #overlay {
280 z-index: 5; 280 z-index: 5;
281 } 281 }
282 282
283 #overlay .page:not(.showing) { 283 #overlay .page:not(.showing) {
284 display: none; 284 display: none;
285 } 285 }
286 286
287 #dropTargetOverlay { 287 #drop-target-overlay {
288 color: rgb(48, 57, 66); 288 color: rgb(48, 57, 66);
289 font-size: 18px; 289 font-size: 18px;
290 text-align: center; 290 text-align: center;
291 } 291 }
292 292
293 #dropTargetOverlay div { 293 #drop-target-overlay div {
294 margin: 1em; 294 margin: 1em;
295 } 295 }
296 296
297 .location-text { 297 .location-text {
298 display: block; 298 display: block;
299 width: 100px; 299 width: 100px;
300 } 300 }
301 301
302 /* Trash */ 302 /* Trash */
303 303
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 /* Sideload Wipeout */ 350 /* Sideload Wipeout */
351 351
352 .sideload-wipeout-learn-more { 352 .sideload-wipeout-learn-more {
353 text-decoration: none; 353 text-decoration: none;
354 } 354 }
355 355
356 .sideload-wipeout-banner .page-banner-text { 356 .sideload-wipeout-banner .page-banner-text {
357 -webkit-padding-start: 8px; 357 -webkit-padding-start: 8px;
358 background-image: none; 358 background-image: none;
359 } 359 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/extensions/extension_commands_overlay.js ('k') | chrome/browser/resources/extensions/extensions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698