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

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: Rebase 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
« no previous file with comments | « remoting/webapp/host_list.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « remoting/webapp/host_list.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698