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

Side by Side Diff: remoting/webapp/main.css

Issue 10703034: Remove 'Enable' button on unsupported platforms. Added 'No hosts' message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated after UX input. Created 8 years, 5 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/l10n.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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 line-height: 24px; 236 line-height: 24px;
237 display: inline-block; 237 display: inline-block;
238 margin-__MSG_@@bidi_start_edge__: 10px; 238 margin-__MSG_@@bidi_start_edge__: 10px;
239 } 239 }
240 240
241 h2 { 241 h2 {
242 font-size: 16px; 242 font-size: 16px;
243 line-height:24px; 243 line-height:24px;
244 font-weight: normal; 244 font-weight: normal;
245 color: #222; 245 color: #222;
246 margin-bottom: 10px;
246 } 247 }
247 248
248 section > h2 { 249 section > h2 {
249 color: #666; 250 color: #666;
250 } 251 }
251 252
252 header { 253 header {
253 display: -webkit-box; 254 display: -webkit-box;
254 width: 100%; 255 width: 100%;
255 } 256 }
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 } 291 }
291 292
292 .clickable { 293 .clickable {
293 cursor: pointer; 294 cursor: pointer;
294 } 295 }
295 296
296 .box { 297 .box {
297 display: -webkit-box; 298 display: -webkit-box;
298 } 299 }
299 300
301 .host-list-empty-instructions {
302 padding-__MSG_@@bidi_start_edge__: 36px;
303 color: #666;
304 background-image: url('host_setup_instructions.png');
305 background-repeat: no-repeat;
306 background-position: -3px -2px;
307 }
308
309 #host-list-empty-hosting-supported {
310 margin-top: 14px;
311 padding-top: 20px;
312 border-top: 1px solid #E5E5E5;
313 background-position-y: 18px;
314 }
315
300 .selectable { 316 .selectable {
301 -webkit-user-select: text; 317 -webkit-user-select: text;
302 cursor: text; 318 cursor: text;
303 } 319 }
304 320
305 .section-row { 321 .section-row {
306 display: -webkit-box; 322 display: -webkit-box;
307 -webkit-box-align: center; 323 -webkit-box-align: center;
308 padding: 10px 0; 324 padding: 10px 0;
309 border-top: 1px solid #EBEBEB; 325 border-top: 1px solid #EBEBEB;
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 } 380 }
365 381
366 .mode-select-button-column { 382 .mode-select-button-column {
367 text-align: __MSG_@@bidi_end_edge__; 383 text-align: __MSG_@@bidi_end_edge__;
368 } 384 }
369 385
370 .mode-select-button-column button { 386 .mode-select-button-column button {
371 min-width: 72px; 387 min-width: 72px;
372 } 388 }
373 389
374 .host-list-table {
375 width: 100%;
376 border-spacing: 0;
377 }
378
379 td { 390 td {
380 vertical-align: middle; 391 vertical-align: middle;
381 } 392 }
382 393
383 .host-online.clickable:hover, 394 .host-online.clickable:hover,
384 .host-online.clickable.child-focused { 395 .host-online.clickable.child-focused {
385 background-color: #f2f2f2; 396 background-color: #f2f2f2;
386 } 397 }
387 398
388 .host-list-rename-icon, 399 .host-list-rename-icon,
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 #set-pin-table td { 565 #set-pin-table td {
555 border-bottom: 6px solid transparent; 566 border-bottom: 6px solid transparent;
556 text-align: right; 567 text-align: right;
557 } 568 }
558 569
559 #top-secondary { 570 #top-secondary {
560 margin-top: 10px 571 margin-top: 10px
561 } 572 }
562 573
563 #webapp-description { 574 #webapp-description {
564 margin: 10px 0; 575 margin-bottom: 10px;
565 } 576 }
566 577
567 #why-is-this-safe { 578 #why-is-this-safe {
568 display: inline-block; 579 display: inline-block;
569 margin-top: 7px; 580 margin-top: 7px;
570 } 581 }
571 582
572 * { 583 * {
573 box-sizing: border-box; 584 box-sizing: border-box;
574 } 585 }
575 586
576 /* 587 /*
577 * Setting hidden on elements that match some rule overriding 'display' doesn't 588 * Setting hidden on elements that match some rule overriding 'display' doesn't
578 * do what you would expect unless this is made explicit (and !important). 589 * do what you would expect unless this is made explicit (and !important).
579 */ 590 */
580 [hidden] { 591 [hidden] {
581 display: none !important; 592 display: none !important;
582 } 593 }
OLDNEW
« no previous file with comments | « remoting/webapp/l10n.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698