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%; |
} |