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

Unified Diff: chrome/browser/resources/md_extensions/manager.css

Issue 2386813002: [MD Extensions] Merge CSS into html files (Closed)
Patch Set: Newlines Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_extensions/manager.css
diff --git a/chrome/browser/resources/md_extensions/manager.css b/chrome/browser/resources/md_extensions/manager.css
deleted file mode 100644
index fdda511c7b58d8d22d10e067ca9c96251fbc766e..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/md_extensions/manager.css
+++ /dev/null
@@ -1,49 +0,0 @@
-/* Copyright 2015 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-[hidden] {
- display: none !important;
-}
-
-:host {
- height: 100%;
-}
-
-#panel {
- --paper-header-panel-standard-container: {
- display: flex;
- };
-}
-
-#pages {
- -webkit-margin-start: 30px;
- overflow-y: auto;
- padding-bottom: 30px;
- width: 100%;
-}
-
-extensions-item {
- display: inline-block;
-}
-
-.paper-header {
- align-items: center;
- background: rgb(63, 85, 102);
- color: white;
- display: flex;
- height: 56px;
-}
-
-.paper-header cr-search-field {
- -webkit-padding-end: 10px;
-}
-
-.paper-header h1 {
- -webkit-margin-start: 24px;
- flex: 1;
- font-size: 107.7%;
- font-weight: normal;
- margin-bottom: 0;
- margin-top: 0;
-}
« no previous file with comments | « chrome/browser/resources/md_extensions/item_list.html ('k') | chrome/browser/resources/md_extensions/manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698