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 2814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2825 .root-view { | 2825 .root-view { |
2826 overflow: hidden; | 2826 overflow: hidden; |
2827 position: absolute !important; | 2827 position: absolute !important; |
2828 } | 2828 } |
2829 | 2829 |
2830 .search-bar { | 2830 .search-bar { |
2831 flex: 0 0 23px; | 2831 flex: 0 0 23px; |
2832 background-color: rgb(236, 236, 236); | 2832 background-color: rgb(236, 236, 236); |
2833 } | 2833 } |
2834 | 2834 |
| 2835 .search-bar.replaceable { |
| 2836 flex: 0 0 44px; |
| 2837 } |
| 2838 |
2835 .progress-bar-container { | 2839 .progress-bar-container { |
2836 display: inline-flex; | 2840 display: inline-flex; |
2837 margin: 0 8px; | 2841 margin: 0 8px; |
2838 -webkit-flex: 1 0; | 2842 -webkit-flex: 1 0; |
2839 } | 2843 } |
2840 | 2844 |
2841 .progress-bar-container span { | 2845 .progress-bar-container span { |
2842 padding: 6px; | 2846 padding: 6px; |
2843 } | 2847 } |
2844 | 2848 |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2883 } | 2887 } |
2884 | 2888 |
2885 .root-view > .split-view > .split-view-sidebar { | 2889 .root-view > .split-view > .split-view-sidebar { |
2886 position: relative; | 2890 position: relative; |
2887 } | 2891 } |
2888 | 2892 |
2889 select.drop-down-menu { | 2893 select.drop-down-menu { |
2890 border: none; | 2894 border: none; |
2891 -webkit-appearance: none; | 2895 -webkit-appearance: none; |
2892 } | 2896 } |
OLD | NEW |