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

Unified Diff: webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/results.css

Issue 2813883002: APM QA refactoring: render stream support, echo path simulation, new export engine (Closed)
Patch Set: merge Created 3 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
Index: webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/results.css
diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/results.css b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/results.css
index ee76fbcfafe6b201859aebf25362c91040f5b891..8fd07519d9029cca1b34ebd77f3de8ad99f3dbe7 100644
--- a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/results.css
+++ b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/results.css
@@ -7,84 +7,22 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-body{
- font-family: Arial;
- font-size: 75%;
+td.selected-score {
+ background-color: #DDD;
}
-table{
- border-top: 1px solid #000;
- border-right: 1px solid #000;
- margin: 1em 0 0.2em 0;
-}
-
-table thead tr th{
- font-size: 0.9em;
- text-align: center;
- border-bottom: 1px solid #000;
- border-left: 1px solid #000;
- min-width: 8em;
-}
-
-table thead tr th:first-child{
- text-transform: uppercase;
-}
-
-table tbody tr td{
- font-size: 0.8em;
+.audio-inspector {
text-align: center;
- border-bottom: 1px solid #000;
- border-left: 1px solid #000;
-}
-
-table tbody tr td:first-child{
- font-weight: bold;
-}
-
-table tbody tr td .selected{
- background-color: #EE9;
-}
-
-table tbody tr td .value{
- display: inline-block;
-}
-
-.test-data-gen-desc{
- display: inline-block;
- margin-right: 0.3em;
- border: 1px solid #555;
- color: #555;
- background-color: #EEE;
- padding: 1px;
- font-size: 0.8em;
-}
-
-.inspector{
- background-color: #FFF;
- border: 3px solid #000;
- display: block;
- padding: 0.5em;
- position: fixed;
- right: 1em;
- top: 1em;
-}
-
-.inspector .property{
- margin-bottom: 1em;
-}
-
-.inspector .property .name{
- font-weight: bold;
-}
-
-.inspector .property .value{
- padding-left: 0.5em;
}
-.inspector .buttons{
- margin-top: 1em;
+.audio-inspector div{
+ margin-bottom: 0;
+ padding-bottom: 0;
+ padding-top: 0;
}
-.inspector .buttons button{
- margin: 0 0.25em;
+.audio-inspector div div{
+ margin-bottom: 0;
+ padding-bottom: 0;
+ padding-top: 0;
}

Powered by Google App Engine
This is Rietveld 408576698