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

Side by Side 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, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/webapp/host_list.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 6 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
7 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 7 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
8 font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, 8 font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl,
9 dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 9 dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
10 tfoot, thead, tr, th, td, button { 10 tfoot, thead, tr, th, td, button {
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 } 212 }
213 213
214 h1.icon-label { 214 h1.icon-label {
215 vertical-align: 14px; 215 vertical-align: 14px;
216 margin-bottom: 60px; 216 margin-bottom: 60px;
217 font-size: 28px; 217 font-size: 28px;
218 font-weight: 300; 218 font-weight: 300;
219 color: #aaa; 219 color: #aaa;
220 font-family: "Open sans", "Ariel", sans-serif; 220 font-family: "Open sans", "Ariel", sans-serif;
221 line-height: 24px; 221 line-height: 24px;
222 display: inline-block;
223 margin-__MSG_@@bidi_start_edge__: 10px;
222 } 224 }
223 225
224 h2 { 226 h2 {
225 font-size: 16px; 227 font-size: 16px;
226 line-height:24px; 228 line-height:24px;
227 font-weight: normal; 229 font-weight: normal;
228 color: #222; 230 color: #222;
229 } 231 }
230 232
231 section > h2 { 233 section > h2 {
(...skipping 16 matching lines...) Expand all
248 } 250 }
249 251
250 section { 252 section {
251 width: 690px; 253 width: 690px;
252 margin: 30px auto; 254 margin: 30px auto;
253 border: 1px solid #e5e5e5; 255 border: 1px solid #e5e5e5;
254 background: #f9f9f9; 256 background: #f9f9f9;
255 padding: 20px 30px 20px 30px; 257 padding: 20px 30px 20px 30px;
256 border-radius: 3px; 258 border-radius: 3px;
257 box-shadow: 0 2px 5px rgba(0,0,0,0.07); 259 box-shadow: 0 2px 5px rgba(0,0,0,0.07);
260 position: relative;
258 } 261 }
259 262
260
261 .access-code-digit-group { 263 .access-code-digit-group {
262 /* 264 /*
263 Used for each of the four-digit components of the access code as 265 Used for each of the four-digit components of the access code as
264 displayed by the host. 266 displayed by the host.
265 */ 267 */
266 padding: 0px 6px; 268 padding: 0px 6px;
267 } 269 }
268 270
269 .box-spacer { 271 .box-spacer {
270 -webkit-box-flex: 1; 272 -webkit-box-flex: 1;
(...skipping 26 matching lines...) Expand all
297 .error-state { 299 .error-state {
298 background-image: url('icon_warning.png'); 300 background-image: url('icon_warning.png');
299 background-repeat: no-repeat; 301 background-repeat: no-repeat;
300 background-position: top __MSG_@@bidi_start_edge__; 302 background-position: top __MSG_@@bidi_start_edge__;
301 padding-__MSG_@@bidi_start_edge__: 30px; 303 padding-__MSG_@@bidi_start_edge__: 30px;
302 padding-top: 5px; 304 padding-top: 5px;
303 color: #900; 305 color: #900;
304 } 306 }
305 307
306 .expiring { 308 .expiring {
307 color: #900 !important; 309 color: #900 !important;
308 } 310 }
309 311
310 .icon-label { 312 .infographic {
311 display: inline-block; 313 position: absolute;
312 vertical-align: top; 314 right: 22px;
313 margin-__MSG_@@bidi_start_edge__: 10px; 315 top: 24px;
314 } 316 }
315 317
318 .infographic-description {
319 height: 80px;
320 width: 400px;
321 padding-top: 2em;
322 };
323
316 .information-box { 324 .information-box {
317 background-color: #f9edbe; 325 background-color: #f9edbe;
318 border: 1px solid #f0c36d; 326 border: 1px solid #f0c36d;
319 -webkit-border-radius: 2px; 327 -webkit-border-radius: 2px;
320 -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2); 328 -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
321 color: #222; 329 color: #222;
322 padding: 8px 16px; 330 padding: 8px 16px;
323 text-align: center; 331 text-align: center;
324 font-size: 12px; 332 font-size: 12px;
325 } 333 }
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 box-sizing: border-box; 515 box-sizing: border-box;
508 } 516 }
509 517
510 /* 518 /*
511 * Setting hidden on elements that match some rule overriding 'display' doesn't 519 * Setting hidden on elements that match some rule overriding 'display' doesn't
512 * do what you would expect unless this is made explicit (and !important). 520 * do what you would expect unless this is made explicit (and !important).
513 */ 521 */
514 [hidden] { 522 [hidden] {
515 display: none !important; 523 display: none !important;
516 } 524 }
OLDNEW
« 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