Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: remoting/webapp/message_window.css

Issue 493813002: Show MessageWindow from the background page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix license header Created 6 years, 4 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
« no previous file with comments | « remoting/webapp/js_proto/chrome_proto.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « remoting/webapp/js_proto/chrome_proto.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698