Index: remoting/webapp/me2mom/main.css |
diff --git a/remoting/webapp/me2mom/main.css b/remoting/webapp/me2mom/main.css |
index 669f82e4541d347117a9b1a9099fd0673e0e0b8a..4c3a117dc78f6646ae8ff20c48b30d1a826f3606 100644 |
--- a/remoting/webapp/me2mom/main.css |
+++ b/remoting/webapp/me2mom/main.css |
@@ -140,6 +140,13 @@ div.page section:last-child { |
border-bottom: none; |
} |
+div#xmpp_div { |
+ background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5); |
+ border: 1px solid #aaa; |
+ padding: 0px 3px 0px 3px; |
+ color: #444; |
+} |
+ |
button { |
-webkit-border-radius: 2px; |
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); |