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

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: remove old gaia css 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
« no previous file with comments | « remoting/client/extension/login.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/extension/main.css
diff --git a/remoting/client/extension/main.css b/remoting/client/extension/main.css
index 37fb62b222d08b1fd650781658a769ddd5777184..848a5dae2c3c1221d91bffa054c143e7ca3375b4 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-style: solid;
- border-color: #D3D3D3 #808080;
+ 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: 2px solid #e8eefa;
margin-left: auto;
margin-right: auto;
- width: 250px;
}
.plugin-scroll-panel {
@@ -135,3 +151,7 @@ a.hostentry { text-decoration: none; }
width: 100%;
height: 100%;
}
+
+.gaia_font {
+ font-family: Arial, Helvetica, sans-serif;
+}
« no previous file with comments | « remoting/client/extension/login.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698