Chromium Code Reviews| Index: chrome/test/data/webrtc/manual/stylesheet.css |
| diff --git a/chrome/test/data/webrtc/manual/stylesheet.css b/chrome/test/data/webrtc/manual/stylesheet.css |
| index 6c557fa83dbc29e43b714b649aa8dd3b211157b5..f5901feca29282ea8437207d48f7934475d507c7 100644 |
| --- a/chrome/test/data/webrtc/manual/stylesheet.css |
| +++ b/chrome/test/data/webrtc/manual/stylesheet.css |
| @@ -14,7 +14,7 @@ h1, h2, h3 { |
| } |
| a { |
| - text-decoration:none; |
| + text-decoration: none; |
| } |
| pre { |
| @@ -46,17 +46,30 @@ input[type=checkbox] { |
| top: 2px; |
| } |
| -video { |
| - border:1px solid #ccc; |
| +.video-area { |
| + background: #ccc; |
|
kjellander_chromium
2013/04/12 09:58:18
Ouch, please make this a very light gray so the co
jansson
2013/04/16 14:25:17
Done.
|
| + border:1px solid #000; |
| +} |
| + |
| +.inline-contents { |
| + display: inline; |
| +} |
| + |
| +#getusermedia-input { |
| + width: 100%; |
| +} |
| + |
| +#getusermedia-constraints { |
| + width: 40%; |
| } |
| #wrapper { |
| - margin:0px auto; |
| - padding:5px; |
| + margin: 0px auto; |
| + padding: 5px; |
| } |
| #container { |
| - overflow: hidden; |
| + overflow: auto; |
| width: 100%; |
| } |
| @@ -70,6 +83,6 @@ video { |
| } |
| #right-half { |
| - width: 50%; |
| - margin-left: 50%; |
| + width: 49%; |
| + margin-left: 51%; |
| } |