Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: remoting/webapp/main.css

Issue 9903008: Added first-run infographic screens for IT2Me and Me2Me. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698