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

Unified Diff: chrome/browser/resources/media/webrtc_logs.css

Issue 17063004: Adding WebRTC log upload list under chrome://webrtc-logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 6 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/media/webrtc_log_upload_list.cc ('k') | chrome/browser/resources/media/webrtc_logs.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media/webrtc_logs.css
diff --git a/chrome/browser/resources/crashes.css b/chrome/browser/resources/media/webrtc_logs.css
similarity index 52%
copy from chrome/browser/resources/crashes.css
copy to chrome/browser/resources/media/webrtc_logs.css
index 2b9eef6c8004a8dfab0272f89d73a1456a885737..49e6aa9e1ae38da9774908a307a4e88bece631d8 100644
--- a/chrome/browser/resources/crashes.css
+++ b/chrome/browser/resources/media/webrtc_logs.css
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
+/* Copyright 2013 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. */
@@ -7,13 +7,6 @@ body {
}
h1 {
- -webkit-padding-start: 75px;
- /* TODO(stuartmorgan): Get real art for this image */
- background-image: -webkit-image-set(
- url('../../app/theme/default_100_percent/sadtab.png') 1x,
- url('../../app/theme/default_200_percent/sadtab.png') 2x);
- background-position: left;
- background-repeat: no-repeat;
font-size: 156%;
font-weight: bold;
margin: 0;
@@ -25,7 +18,7 @@ html[dir=rtl] h1 {
background-position: right;
}
-#countBanner {
+#log-banner {
background-color: rgb(235, 239, 250);
border: 1px solid #bbb;
border-radius: 2px;
@@ -33,23 +26,23 @@ html[dir=rtl] h1 {
padding: 4px;
}
-#crashList h3 {
+#log-list h3 {
font-size: 100%;
}
-#crashList > div > * {
+#log-list > div > * {
margin: 0.75em 0;
}
-#crashList a:visited {
+#log-list a:visited {
color: #666;
}
-#crashList > div:not(:last-child) {
+#log-list > div:not(:last-child) {
border-bottom: 1px solid #bbb;
}
-#disabledMode h2 {
+#disabled-mode h2 {
color: rgb(141, 51, 42);
font-size: 125%;
}
« no previous file with comments | « chrome/browser/media/webrtc_log_upload_list.cc ('k') | chrome/browser/resources/media/webrtc_logs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698