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

Side by Side Diff: Source/WebCore/inspector/front-end/scriptsPanel.css

Issue 8949013: Merge 102756 - Web Inspector: [Regression] Scripts panel debug sidebar toolbar should not be scro... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 9 years 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
« no previous file with comments | « Source/WebCore/inspector/front-end/ScriptsPanel.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 -webkit-mask-position: -256px -24px; 43 -webkit-mask-position: -256px -24px;
44 } 44 }
45 45
46 .scripts-toggle-pretty-print-status-bar-item.toggled .glyph { 46 .scripts-toggle-pretty-print-status-bar-item.toggled .glyph {
47 background-color: rgb(66, 129, 235); 47 background-color: rgb(66, 129, 235);
48 } 48 }
49 49
50 #scripts-debug-toolbar { 50 #scripts-debug-toolbar {
51 position: relative; 51 position: relative;
52 margin-top: -1px; 52 margin-top: -1px;
53 height: 23px; 53 height: 24px;
54 }
55
56 #scripts-debug-sidebar-contents {
57 position: absolute;
58 top: 22px;
59 bottom: 0;
60 left: 0;
61 right: 0;
62 overflow: auto;
54 } 63 }
55 64
56 #scripts-editor-toolbar { 65 #scripts-editor-toolbar {
57 position: relative; 66 position: relative;
58 margin-top: -1px; 67 margin-top: -1px;
59 height: 24px; 68 height: 24px;
60 } 69 }
61 70
62 #scripts-files { 71 #scripts-files {
63 max-width: 250px; 72 max-width: 250px;
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 161
153 #shared-workers-list { 162 #shared-workers-list {
154 margin: 5px 0px 5px 20px; 163 margin: 5px 0px 5px 20px;
155 font-style:italic; 164 font-style:italic;
156 } 165 }
157 166
158 #pause-workers-checkbox > input { 167 #pause-workers-checkbox > input {
159 position: relative; 168 position: relative;
160 top: 2px; 169 top: 2px;
161 } 170 }
OLDNEW
« no previous file with comments | « Source/WebCore/inspector/front-end/ScriptsPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698