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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css

Issue 2875793004: Coverage: misc UI polish (Closed)
Patch Set: review comments, dropped some stray lines Created 3 years, 7 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 .timeline-landing-page > div { 632 .timeline-landing-page > div {
633 max-width: 450px; 633 max-width: 450px;
634 margin: 10px; 634 margin: 10px;
635 } 635 }
636 636
637 .timeline-landing-page > div > p { 637 .timeline-landing-page > div > p {
638 flex: none; 638 flex: none;
639 white-space: pre-line; 639 white-space: pre-line;
640 } 640 }
641 641
642 .timeline-landing-page button {
643 padding: 0;
644 vertical-align: sub;
645 border: 1px solid #ddd;
646 margin-top: 4px;
647 background-color: #f3f3f3;
648 }
649
650 .timeline-landing-page button > span {
651 margin: -1px 2px -3px -2px;
652 }
653
654 .timeline-landing-page button > span:hover {
655 background-color: #333;
656 }
657
658 .timeline-landing-warning { 642 .timeline-landing-warning {
659 background-color: #fffde7; 643 background-color: #fffde7;
660 padding: 16px 20px; 644 padding: 16px 20px;
661 margin-top: 40px; 645 margin-top: 40px;
662 box-shadow: 1px 1px 3px rgba(0,0,0,0.2); 646 box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
663 } 647 }
664 648
665 .timeline-landing-warning-close { 649 .timeline-landing-warning-close {
666 float: right; 650 float: right;
667 margin-top: -10px; 651 margin-top: -10px;
668 margin-right: -13px; 652 margin-right: -13px;
669 } 653 }
670 654
671 .timeline-landing-warning span[is=ui-icon] { 655 .timeline-landing-warning span[is=ui-icon] {
672 margin: -8px; 656 margin: -8px;
673 } 657 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698