| Index: remoting/webapp/main.css
|
| diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
|
| index b5db83fafed1e0bcc42d9acc310f8c0f5ca3448f..8c2b153d4e2ed6a90c7d1d895e7f074c721c9d87 100644
|
| --- a/remoting/webapp/main.css
|
| +++ b/remoting/webapp/main.css
|
| @@ -219,6 +219,8 @@ h1.icon-label {
|
| color: #aaa;
|
| font-family: "Open sans", "Ariel", sans-serif;
|
| line-height: 24px;
|
| + display: inline-block;
|
| + margin-__MSG_@@bidi_start_edge__: 10px;
|
| }
|
|
|
| h2 {
|
| @@ -255,9 +257,9 @@ section {
|
| padding: 20px 30px 20px 30px;
|
| border-radius: 3px;
|
| box-shadow: 0 2px 5px rgba(0,0,0,0.07);
|
| + position: relative;
|
| }
|
|
|
| -
|
| .access-code-digit-group {
|
| /*
|
| Used for each of the four-digit components of the access code as
|
| @@ -304,15 +306,21 @@ section {
|
| }
|
|
|
| .expiring {
|
| - color: #900 !important;
|
| + color: #900 !important;
|
| }
|
|
|
| -.icon-label {
|
| - display: inline-block;
|
| - vertical-align: top;
|
| - margin-__MSG_@@bidi_start_edge__: 10px;
|
| +.infographic {
|
| + position: absolute;
|
| + right: 22px;
|
| + top: 24px;
|
| }
|
|
|
| +.infographic-description {
|
| + height: 80px;
|
| + width: 400px;
|
| + padding-top: 2em;
|
| +};
|
| +
|
| .information-box {
|
| background-color: #f9edbe;
|
| border: 1px solid #f0c36d;
|
|
|