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

Unified Diff: chrome/browser/resources/copresence.css

Issue 2130803002: Deleting the copresence API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/resources/copresence.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/copresence.css
diff --git a/chrome/browser/resources/copresence.css b/chrome/browser/resources/copresence.css
deleted file mode 100644
index 6d7b58065e2d899ddb6f9462748b1d0be97eb3c2..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/copresence.css
+++ /dev/null
@@ -1,69 +0,0 @@
-/* Copyright 2014 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. */
-
-body {
- margin: 10px 20px;
-}
-
-section {
- margin-top: 40px;
-}
-
-table {
- border: 1px solid gray;
- border-spacing: 0;
- margin-top: 15px;
- width: 600px;
-}
-
-thead {
- background-color: rgb(220, 240, 255);
- font-weight: bold;
-}
-
-tbody {
- border-top: 1px solid gray;
- height: 200px;
- overflow-x: hidden;
- overflow-y: scroll;
-}
-
-td {
- padding: 5px;
- text-align: left;
-}
-
-td::first-letter {
- text-transform: capitalize;
-}
-
-.confirmed,
-.valid {
- color: green;
-}
-
-.done {
- color: darkGray;
-}
-
-.invalid {
- color: red;
-}
-
-.directives td {
- width: 190px;
-}
-
-.tokens td {
- width: 140px;
-}
-
-table td.spacer {
- width: 5px;
-}
-
-tbody,
-thead > tr {
- display: block;
-}
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/resources/copresence.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698