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 2721023002: Javascript audio player for the exported HTML file. (Closed)
Patch Set: Created 3 years, 10 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 313b7111dcfd58e0a11bc3f3ca0a0460e6bdd3cd..56aa79b5ebdeaf2cb1958a7fdb423c47c410223e 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
@@ -58,3 +58,33 @@ table tbody tr td .value{
padding: 1px;
font-size: 0.8em;
}
+
+.inspector{
janssonWebRTC 2017/03/02 10:19:32 Declarations should be sorted in alphabetical orde
AleBzk 2017/03/02 11:06:10 Done.
+ display: block;
+ position: fixed;
+ top: 1em;
+ right: 1em;
+ padding: 0.5em;
+ border: 3px solid #000;
+ background-color: #FFF;
+}
+
+.inspector .property{
+ margin-bottom: 1em;
+}
+
+.inspector .property .name{
+ font-weight: bold;
+}
+
+.inspector .property .value{
+ padding-left: 0.5em;
+}
+
+.inspector .buttons{
+ margin-top: 1em;
+}
+
+.inspector .buttons button{
+ margin: 0 0.25em;
+}

Powered by Google App Engine
This is Rietveld 408576698