Chromium Code Reviews| 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 { |
|
Jamie
2011/05/19 21:01:04
Why bother with this? IMO, it looks kind of weird
awong
2011/05/19 21:33:06
...I was going to deprecate the XMPP token in the
|
| + 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); |