| Index: remoting/webapp/main.css
|
| diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
|
| index bce439d8628be676a6bf64acd7fcfae118bd7ff7..a676d9a6e5fbdc6d2c7f0222ccbd5f7f69ce1ee6 100644
|
| --- a/remoting/webapp/main.css
|
| +++ b/remoting/webapp/main.css
|
| @@ -422,20 +422,19 @@ button {
|
| color: #AAA;
|
| }
|
|
|
| -.waiting:before {
|
| - content: url('spinner.gif');
|
| - position: absolute;
|
| - left: 0px;
|
| - top: -3px;
|
| -}
|
| -
|
| .waiting {
|
| + background-image: url('spinner.gif');
|
| + background-repeat: no-repeat;
|
| + background-position: top __MSG_@@bidi_start_edge__;
|
| + padding-__MSG_@@bidi_start_edge__: 30px;
|
| + padding-top: 2px;
|
| + padding-bottom: 4px;
|
| color: rgb(180, 180, 180);
|
| - margin-left: 30px;
|
| + line-height: 27px; /* Same as line-height for buttons */
|
| }
|
|
|
| .waiting-container {
|
| - position: relative;
|
| + display: -webkit-box;
|
| }
|
|
|
| .space-before {
|
| @@ -470,11 +469,6 @@ button {
|
| margin-bottom: 8px;
|
| }
|
|
|
| -
|
| -#cancel-connect-button, #cancel-share-button {
|
| - float: __MSG_@@bidi_end_edge__;
|
| -}
|
| -
|
| #current-email {
|
| color: rgba(0, 0, 0, 0.5);
|
| }
|
|
|