Commit 1d465d6b authored by Ted Meyer's avatar Ted Meyer Committed by Commit Bot

clean up media_internals css file

Change-Id: I7bc8a657876c645a61c9e019e2b9e13b9fcd0c33
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872728Reviewed-by: default avatarXiaohan Wang <xhwang@chromium.org>
Commit-Queue: Ted Meyer <tmathmeyer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#708088}
parent 2da814e0
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
html, html,
body, body,
#container { #container {
font-family: Arial;
height: 100%;
margin: 0; margin: 0;
padding: 0; padding: 0;
width: 100%; width: 100%;
height: 100%;
font-family:Arial;
} }
tabbox { tabbox {
...@@ -29,27 +29,27 @@ tabpanel { ...@@ -29,27 +29,27 @@ tabpanel {
} }
table { table {
font-family: sans-serif;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
display: block;
font-family: sans-serif;
font-size: 115%; font-size: 115%;
width: auto;
overflow: auto; overflow: auto;
display: block; width: auto;
} }
th { th {
background-color: #4AA9E4; background-color: rgb(74, 169, 228);
font-weight: normal;
color: white; color: white;
font-weight: normal;
min-width: 230px;
padding: 2px; padding: 2px;
text-align: center; text-align: center;
min-width: 230px;
} }
td { td {
background-color: rgb(238, 238, 238); background-color: rgb(238, 238, 238);
padding: 2px;
color: rgb(111, 111, 111); color: rgb(111, 111, 111);
word-wrap: break-word;
min-width: 230px; min-width: 230px;
padding: 2px;
word-wrap: break-word;
} }
h1, h1,
...@@ -59,32 +59,32 @@ h3 { ...@@ -59,32 +59,32 @@ h3 {
} }
#container { #container {
align-content: stretch;
align-items: flex-start;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
align-items: flex-start;
align-content: stretch;
} }
#container > * { #container > * {
padding: 0;
padding-left: 25px;
margin: 0; margin: 0;
padding: 0;
padding-inline-start: 25px;
} }
#list-wrapper { #list-wrapper {
align-content: stretch;
align-items: flex-start;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
align-items: flex-start;
align-content: stretch;
} }
#player-list-wrapper, #player-list-wrapper,
#audio-component-list-wrapper { #audio-component-list-wrapper {
flex-grow: 1;
align-self: stretch; align-self: stretch;
flex-grow: 1;
min-width: 200px; min-width: 200px;
overflow: auto; overflow: auto;
} }
...@@ -93,25 +93,25 @@ h3 { ...@@ -93,25 +93,25 @@ h3 {
#player-list-wrapper li, #player-list-wrapper li,
#audio-component-list-wrapper ul, #audio-component-list-wrapper ul,
#audio-component-list-wrapper li { #audio-component-list-wrapper li {
padding: 0px;
list-style-type: none; list-style-type: none;
padding: 0;
} }
#list-wrapper button { #list-wrapper button {
padding: 0px; padding: 0;
} }
.property-wrapper, .property-wrapper,
#log-wrapper { #log-wrapper {
align-self: stretch; align-self: stretch;
display:block; display: block;
flex-grow: 0.25; flex-grow: 0.25;
overflow: auto;
margin-bottom: 10px; margin-bottom: 10px;
overflow: auto;
} }
#video-capture-capabilities-wrapper { #video-capture-capabilities-wrapper {
flex-grow: 0.5;
align-self: stretch; align-self: stretch;
flex-grow: 0.5;
overflow: auto; overflow: auto;
} }
...@@ -124,9 +124,9 @@ h3 { ...@@ -124,9 +124,9 @@ h3 {
} }
#clipboard-dialog { #clipboard-dialog {
top: 0;
bottom: 0; bottom: 0;
padding-top: 0; padding-top: 0;
top: 0;
} }
::backdrop { ::backdrop {
...@@ -139,58 +139,58 @@ h3 { ...@@ -139,58 +139,58 @@ h3 {
} }
#video-capture-capabilities-table { #video-capture-capabilities-table {
margin-bottom:30px; margin-bottom: 30px;
} }
#video-capture-capabilities-table th, #video-capture-capabilities-table th,
#video-capture-capabilities-table td { #video-capture-capabilities-table td {
min-width:120px; min-width: 120px;
} }
#video-capture-capabilities-table td { #video-capture-capabilities-table td {
padding:5px; padding: 5px;
} }
#video-capture-capabilities-table tr td { #video-capture-capabilities-table tr td {
font-size:13px; font-size: 13px;
text-align:center; text-align: center;
} }
#video-capture-capabilities-table .video-capture-formats-table th, #video-capture-capabilities-table .video-capture-formats-table th,
#video-capture-capabilities-table .video-capture-formats-table td { #video-capture-capabilities-table .video-capture-formats-table td {
text-align:right; min-width: 80px;
min-width:80px; text-align: end;
} }
#video-capture-capabilities-table .video-capture-formats-table th { #video-capture-capabilities-table .video-capture-formats-table th {
background:none; background: none;
color:#666; color: #666;
font-size:13px; font-size: 13px;
font-weight:bold; font-weight: bold;
} }
#video-capture-capabilities-table .video-capture-formats-table td { #video-capture-capabilities-table .video-capture-formats-table td {
padding:2px; padding: 2px;
} }
.show-none-if-empty:empty:after { .show-none-if-empty:empty::after {
content: "none";
color: rgba(0, 0, 0, .5); color: rgba(0, 0, 0, .5);
content: 'none';
} }
label.audio-focus-session, label.audio-focus-session,
label.selectable-button { label.selectable-button {
display: block;
border: solid 1px #999; border: solid 1px #999;
border-radius: 3px; border-radius: 3px;
padding: 6px; display: block;
margin: 4px 0;
line-height: 1.4; line-height: 1.4;
margin: 4px 0;
padding: 6px;
word-break: break-all; word-break: break-all;
} }
label.selectable-button { label.selectable-button {
background: #BDF; background: rgb(187, 221, 255);
cursor: pointer; cursor: pointer;
user-select: none; user-select: none;
} }
...@@ -200,7 +200,7 @@ input.selectable-button { ...@@ -200,7 +200,7 @@ input.selectable-button {
} }
input.selectable-button:checked + label.selectable-button { input.selectable-button:checked + label.selectable-button {
background-color: #2196F3; background-color: rgb(33, 150, 243);
border-color: #666; border-color: #666;
color: #FFF; color: #FFF;
} }
...@@ -220,9 +220,9 @@ label.destructed-player { ...@@ -220,9 +220,9 @@ label.destructed-player {
.player-frame { .player-frame {
font-style: italic; font-style: italic;
white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap;
} }
.no-players-selected #players .property-wrapper, .no-players-selected #players .property-wrapper,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment