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

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

Issue 6883222: Merge 84910 - 2011-04-26 Pavel Feldman <pfeldman@google.com> Reviewed by Yury Semikhatsk... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 8 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 } 373 }
374 374
375 body.platform-mac .toolbar-item.close-right { 375 body.platform-mac .toolbar-item.close-right {
376 display: none; 376 display: none;
377 } 377 }
378 378
379 body:not(.platform-mac) .toolbar-item.close-left { 379 body:not(.platform-mac) .toolbar-item.close-left {
380 display: none; 380 display: none;
381 } 381 }
382 382
383 .toolbar-item.close-left {
384 margin-top: 5px;
385 }
386
383 #main { 387 #main {
384 position: absolute; 388 position: absolute;
385 z-index: 1; 389 z-index: 1;
386 top: 56px; 390 top: 56px;
387 left: 0; 391 left: 0;
388 right: 0; 392 right: 0;
389 bottom: 0; 393 bottom: 0;
390 overflow: hidden; 394 overflow: hidden;
391 background-color: white; 395 background-color: white;
392 } 396 }
(...skipping 4055 matching lines...) Expand 10 before | Expand all | Expand 10 after
4448 opacity: 0.85; 4452 opacity: 0.85;
4449 color: white; 4453 color: white;
4450 font-size: 12px; 4454 font-size: 12px;
4451 font-weight: bold; 4455 font-weight: bold;
4452 z-index: 10000; 4456 z-index: 10000;
4453 } 4457 }
4454 4458
4455 .resource-view.json { 4459 .resource-view.json {
4456 padding: 5px; 4460 padding: 5px;
4457 } 4461 }
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