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

Side by Side Diff: Source/devtools/front_end/inspector.css

Issue 183803018: DevTools: Fix replace bar appearance. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
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 2814 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« Source/devtools/front_end/SearchableView.js ('K') | « Source/devtools/front_end/SearchableView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698