| 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;
|
| +}
|
|
|