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

Side by Side Diff: Source/devtools/front_end/sources/sourcesPanel.css

Issue 732603002: DevTools: align more status bar button usages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 22 matching lines...) Expand all
33 33
34 .scripts-pause-on-exceptions-status-bar-item.toggled-on .glyph { 34 .scripts-pause-on-exceptions-status-bar-item.toggled-on .glyph {
35 background-color: rgb(66, 129, 235); 35 background-color: rgb(66, 129, 235);
36 } 36 }
37 37
38 .scripts-debug-toolbar { 38 .scripts-debug-toolbar {
39 position: absolute; 39 position: absolute;
40 top: 0; 40 top: 0;
41 width: 100%; 41 width: 100%;
42 background-color: #eee; 42 background-color: #eee;
43 overflow: hidden; 43 border-bottom: 1px solid rgb(163, 163, 163);
44 white-space: nowrap; 44 margin-top: -1px;
45 } 45 }
46 46
47 .scripts-debug-toolbar-drawer { 47 .scripts-debug-toolbar-drawer {
48 flex: 0 0 46px; 48 flex: 0 0 46px;
49 -webkit-transition: margin-top 0.1s ease-in-out; 49 -webkit-transition: margin-top 0.1s ease-in-out;
50 margin-top: -23px; 50 margin-top: -23px;
51 line-height: 23px; 51 line-height: 23px;
52 padding-top: 22px; 52 padding-top: 22px;
53 border-bottom: 1px solid rgb(202, 202, 202); 53 border-bottom: 1px solid rgb(202, 202, 202);
54 background-color: white; 54 background-color: white;
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 .panel.sources .split-view.hbox #scripts-debug-sidebar-resizer-widget { 139 .panel.sources .split-view.hbox #scripts-debug-sidebar-resizer-widget {
140 bottom: 0; 140 bottom: 0;
141 } 141 }
142 142
143 .panel.sources .scripts-debugger-show-hide-button { 143 .panel.sources .scripts-debugger-show-hide-button {
144 display: block; 144 display: block;
145 } 145 }
146 146
147 .panel.sources button.status-bar-item.scripts-navigator-show-hide-button { 147 .panel.sources button.status-bar-item.scripts-navigator-show-hide-button {
148 display: block; 148 display: block;
149 top: 4px; 149 top: 3px;
150 left: 4px; 150 left: 3px;
151 } 151 }
152 152
153 .panel.sources .navigator-tabbed-pane .tabbed-pane-header { 153 .panel.sources .navigator-tabbed-pane .tabbed-pane-header {
154 background-color: #eee; 154 background-color: #eee;
155 } 155 }
156 156
157 .function-location-link { 157 .function-location-link {
158 float: right; 158 float: right;
159 margin-left: 10px; 159 margin-left: 10px;
160 } 160 }
(...skipping 29 matching lines...) Expand all
190 .panel.sources .drag-mask-inner { 190 .panel.sources .drag-mask-inner {
191 font-size: 30px; 191 font-size: 30px;
192 color: #999; 192 color: #999;
193 display: flex; 193 display: flex;
194 justify-content: center; 194 justify-content: center;
195 align-items: center; 195 align-items: center;
196 margin: 20px; 196 margin: 20px;
197 border: 4px dashed #ddd; 197 border: 4px dashed #ddd;
198 pointer-events: none; 198 pointer-events: none;
199 } 199 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sources/SourcesPanel.js ('k') | Source/devtools/front_end/sources/sourcesView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698