Chromium Code Reviews| Index: remoting/webapp/message_window.css |
| diff --git a/chrome/browser/resources/chromeos/network_configuration/css/config.css b/remoting/webapp/message_window.css |
| similarity index 67% |
| copy from chrome/browser/resources/chromeos/network_configuration/css/config.css |
| copy to remoting/webapp/message_window.css |
| index 144ae7bc09d89488d7d77a29c39cb2cce3211d6f..c5a51ee837e7953fa0d052a639c55bbd8e055d85 100644 |
| --- a/chrome/browser/resources/chromeos/network_configuration/css/config.css |
| +++ b/remoting/webapp/message_window.css |
| @@ -3,7 +3,11 @@ |
| * found in the LICENSE file. |
| */ |
| -textarea { |
| - height: 300px; |
| - width: 500px; |
| +body { |
| + padding: 20px; |
| +} |
| + |
| +#infobox { |
| + margin-top: 10px; |
| + margin-bottom: 10px; |
| } |