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

Unified Diff: remoting/webapp/me2mom/main.css

Issue 7046012: Basic OAuth2 support using the native app flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Jamie's comments. Created 9 years, 7 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
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);

Powered by Google App Engine
This is Rietveld 408576698