Chromium Code Reviews| 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; } |