| OLD | NEW |
| 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 21 matching lines...) Expand all Loading... |
| 32 } | 32 } |
| 33 | 33 |
| 34 .timeline-settings-pane { | 34 .timeline-settings-pane { |
| 35 flex: none; | 35 flex: none; |
| 36 border-bottom: 1px solid #dadada; | 36 border-bottom: 1px solid #dadada; |
| 37 } | 37 } |
| 38 | 38 |
| 39 #timeline-overview-panel { | 39 #timeline-overview-panel { |
| 40 flex: none; | 40 flex: none; |
| 41 position: relative; | 41 position: relative; |
| 42 border-bottom: 1px solid rgb(140, 140, 140); | 42 border-bottom: 1px solid #bbb; |
| 43 } | 43 } |
| 44 | 44 |
| 45 #timeline-overview-panel .timeline-graph-bar { | 45 #timeline-overview-panel .timeline-graph-bar { |
| 46 pointer-events: none; | 46 pointer-events: none; |
| 47 } | 47 } |
| 48 | 48 |
| 49 #timeline-overview-grid { | 49 #timeline-overview-grid { |
| 50 background-color: rgb(255, 255, 255); | 50 background-color: rgb(255, 255, 255); |
| 51 } | 51 } |
| 52 | 52 |
| (...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 669 | 669 |
| 670 .timeline-landing-warning { | 670 .timeline-landing-warning { |
| 671 background-color: #fffde7; | 671 background-color: #fffde7; |
| 672 padding: 10px 14px; | 672 padding: 10px 14px; |
| 673 box-shadow: 1px 1px 3px rgba(0,0,0,0.2); | 673 box-shadow: 1px 1px 3px rgba(0,0,0,0.2); |
| 674 } | 674 } |
| 675 | 675 |
| 676 .timeline-landing-warning span[is=ui-icon] { | 676 .timeline-landing-warning span[is=ui-icon] { |
| 677 margin: -8px; | 677 margin: -8px; |
| 678 } | 678 } |
| OLD | NEW |