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

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: Fixed HTML, JS and CSS files. 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
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 54%
copy from chrome/browser/resources/crashes.css
copy to chrome/browser/resources/media/webrtc_logs.css
index 2b9eef6c8004a8dfab0272f89d73a1456a885737..5f10ba823ee75c1cd9c435df51851a29d4abb32d 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 {
+#logBanner {
background-color: rgb(235, 239, 250);
border: 1px solid #bbb;
border-radius: 2px;
@@ -33,19 +26,19 @@ html[dir=rtl] h1 {
padding: 4px;
}
-#crashList h3 {
+#logList h3 {
font-size: 100%;
}
-#crashList > div > * {
+#logList > div > * {
margin: 0.75em 0;
}
-#crashList a:visited {
+#logList a:visited {
color: #666;
}
-#crashList > div:not(:last-child) {
+#logList > div:not(:last-child) {
border-bottom: 1px solid #bbb;
}

Powered by Google App Engine
This is Rietveld 408576698