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

Unified Diff: remoting/client/extension/main.css

Issue 6518013: Update Chromoting login UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update local login UI Created 9 years, 10 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/client/extension/main.css
diff --git a/remoting/client/extension/main.css b/remoting/client/extension/main.css
index 37fb62b222d08b1fd650781658a769ddd5777184..b8cf528015b5169c379286e5a6d1cef91696efba 100644
--- a/remoting/client/extension/main.css
+++ b/remoting/client/extension/main.css
@@ -115,18 +115,34 @@ a.hostentry { text-decoration: none; }
font-weight: bold;
}
-.login_panel {
+.error_msg {
+ color: red;
+}
+
+.gaia_login_panel {
+ -webkit-user-select: none;
+ font-family: arial,sans-serif;
+ position: absolute;
+ display: none;
+ z-index: 1;
+ top: 50%;
+ left: 45%;
+ border: 2px solid #e8eefa;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.local_login_panel {
-webkit-user-select: none;
+ font-family: arial,sans-serif;
position: absolute;
display: none;
z-index: 1;
top: 50%;
left: 45%;
- border-style: solid;
- border-color: #D3D3D3 #808080;
+ border: 2px solid #e8eefa;
margin-left: auto;
margin-right: auto;
- width: 250px;
}
.plugin-scroll-panel {
@@ -135,3 +151,11 @@ a.hostentry { text-decoration: none; }
width: 100%;
height: 100%;
}
+
+/* GAIA CSS */
+.gaia.le.lbl { font-family: Arial, Helvetica, sans-serif; }
Sergey Ulanov 2011/02/15 22:06:43 Do we really need this to be verbatim copy from ga
garykac 2011/02/16 18:43:06 Done.
+.gaia.le.fpwd { font-family: Arial, Helvetica, sans-serif; font-size: 70%; }
+.gaia.le.chusr { font-family: Arial, Helvetica, sans-serif; font-size: 70%; }
+.gaia.le.val { font-family: Arial, Helvetica, sans-serif; }
+.gaia.le.button { font-family: Arial, Helvetica, sans-serif; }
+.gaia.le.rem { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
« remoting/client/extension/client.js ('K') | « remoting/client/extension/login.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698