| Index: remoting/client/extension/main.css
|
| diff --git a/remoting/client/extension/main.css b/remoting/client/extension/main.css
|
| index 37fb62b222d08b1fd650781658a769ddd5777184..fc3054e549b94eef7b479b09344105c80cd69556 100644
|
| --- a/remoting/client/extension/main.css
|
| +++ b/remoting/client/extension/main.css
|
| @@ -115,18 +115,21 @@ a.hostentry { text-decoration: none; }
|
| font-weight: bold;
|
| }
|
|
|
| +.error_msg {
|
| + color: red;
|
| +}
|
| +
|
| .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 +138,11 @@ a.hostentry { text-decoration: none; }
|
| width: 100%;
|
| height: 100%;
|
| }
|
| +
|
| +/* GAIA CSS */
|
| +.gaia.le.lbl { font-family: Arial, Helvetica, sans-serif; }
|
| +.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; }
|
|
|