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

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

Issue 7032004: Merge 85402 - 2011-04-30 Pavel Feldman <pfeldman@chromium.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 7 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
« no previous file with comments | « no previous file | 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 } 156 }
157 157
158 .toolbar-item.toggleable:active .toolbar-label { 158 .toolbar-item.toggleable:active .toolbar-label {
159 text-shadow: none; 159 text-shadow: none;
160 } 160 }
161 161
162 body.attached .toolbar-label, 162 body.attached .toolbar-label,
163 #toolbar-dropdown .toolbar-label { 163 #toolbar-dropdown .toolbar-label {
164 display: inline-block; 164 display: inline-block;
165 margin-left: 3px; 165 margin-left: 3px;
166 position: relative;
167 top: 2px;
166 } 168 }
167 169
168 body.attached #search-toolbar-label { 170 body.attached #search-toolbar-label {
169 display: none; 171 display: none;
170 } 172 }
171 173
172 #toolbar-controls { 174 #toolbar-controls {
173 float: right; 175 float: right;
174 display: -webkit-box; 176 display: -webkit-box;
175 -webkit-box-align: center; 177 -webkit-box-align: center;
(...skipping 4276 matching lines...) Expand 10 before | Expand all | Expand 10 after
4452 opacity: 0.85; 4454 opacity: 0.85;
4453 color: white; 4455 color: white;
4454 font-size: 12px; 4456 font-size: 12px;
4455 font-weight: bold; 4457 font-weight: bold;
4456 z-index: 10000; 4458 z-index: 10000;
4457 } 4459 }
4458 4460
4459 .resource-view.json { 4461 .resource-view.json {
4460 padding: 5px; 4462 padding: 5px;
4461 } 4463 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698