| Index: remoting/webapp/main.css
|
| diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
|
| index 04ead061a7439ebdfd004a3d8d18f03b30a08e69..997082ba2dbc299281aef55337c58c1adbc1cf97 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,6 +257,7 @@ section {
|
| padding: 20px 30px 20px 30px;
|
| border-radius: 3px;
|
| box-shadow: 0 2px 5px rgba(0,0,0,0.07);
|
| + position: relative;
|
| }
|
|
|
|
|
| @@ -304,15 +307,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;
|
|
|