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

Unified Diff: ui/webui/resources/cr_elements/v1_0/network/cr_network_list_item.css

Issue 1406023003: Elim cr_elements/v1_0 subdirectory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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: ui/webui/resources/cr_elements/v1_0/network/cr_network_list_item.css
diff --git a/ui/webui/resources/cr_elements/v1_0/network/cr_network_list_item.css b/ui/webui/resources/cr_elements/v1_0/network/cr_network_list_item.css
deleted file mode 100644
index 0f1b10f9964788582dc710a5ba6bd1e1409d1b78..0000000000000000000000000000000000000000
--- a/ui/webui/resources/cr_elements/v1_0/network/cr_network_list_item.css
+++ /dev/null
@@ -1,77 +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. */
-
-:host {
- display: inline-block;
-}
-
-span {
- cursor: pointer;
-}
-
-#divOuter {
- border-style: none;
- display: flex;
- flex-direction: row;
- margin: 0;
- padding: 4px;
-}
-
-#divOuter[is-list-item]:hover {
- background-color: lightgrey;
-}
-
-#divIcon {
- display: flex;
- flex: 0 0 auto;
- flex-direction: column;
- justify-content: center;
-}
-
-#icon {
- height: 32px;
- width: 32px;
-}
-
-#divDetail {
- display: flex;
- flex: 1 0 auto;
- flex-direction: row;
-}
-
-#divText {
- display: flex;
- flex: 1 0 auto;
- flex-direction: column;
- justify-content: center;
-}
-
-#networkName {
- -webkit-margin-start: 8px;
- font-size: 16px;
-}
-
-#networkStateText {
- -webkit-margin-start: 8px;
- color: grey;
- font-size: 14px;
-}
-
-.buttons {
- align-items: center;
- display: flex;
- flex-direction: row;
-}
-
-.buttons paper-icon-button {
- text-align: center;
-}
-
-.known paper-icon-button {
- width: 60px;
-}
-
-.connected {
- font-weight: bold;
-}

Powered by Google App Engine
This is Rietveld 408576698