| Index: remoting/tools/javascript_key_tester/main.css
|
| diff --git a/remoting/tools/javascript_key_tester/main.css b/remoting/tools/javascript_key_tester/main.css
|
| index 0c6f4e5ac49f9bca8625bc49e968a8d287c179b2..46945e0b9c6c974c85bdb27e776c556f072bd358 100644
|
| --- a/remoting/tools/javascript_key_tester/main.css
|
| +++ b/remoting/tools/javascript_key_tester/main.css
|
| @@ -13,10 +13,8 @@ html {
|
| }
|
|
|
| .summary-log-container {
|
| - width: 50%;
|
| height: 100%;
|
| overflow-y: auto;
|
| - float: left;
|
| }
|
|
|
| #text-log-container {
|
| @@ -35,6 +33,10 @@ html {
|
| padding: 8px;
|
| }
|
|
|
| +#pnacl-listener {
|
| + height: 0;
|
| +}
|
| +
|
| .selectable {
|
| -webkit-user-select: text;
|
| cursor: text;
|
|
|