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

Side by Side Diff: Source/devtools/front_end/elements/elementsPanel.css

Issue 1113813002: [DevTools] Rename View to Widget. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 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 | 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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 } 585 }
586 586
587 .sidebar-pane.composite .platform-fonts .font-stats-item .delimeter { 587 .sidebar-pane.composite .platform-fonts .font-stats-item .delimeter {
588 margin: 0 1ex 0 1ex; 588 margin: 0 1ex 0 1ex;
589 } 589 }
590 590
591 .sidebar-pane.composite .metrics-and-styles .metrics { 591 .sidebar-pane.composite .metrics-and-styles .metrics {
592 border-bottom: none; 592 border-bottom: none;
593 } 593 }
594 594
595 .sidebar-pane > .body > .split-view { 595 .sidebar-pane > .body > .split-widget {
596 position: absolute; 596 position: absolute;
597 top: 0; 597 top: 0;
598 bottom: 0; 598 bottom: 0;
599 left: 0; 599 left: 0;
600 right: 0; 600 right: 0;
601 } 601 }
602 602
603 .panel.elements .sidebar-pane-toolbar > select { 603 .panel.elements .sidebar-pane-toolbar > select {
604 float: right; 604 float: right;
605 width: 23px; 605 width: 23px;
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 .style-properties li.editing-sub-part { 751 .style-properties li.editing-sub-part {
752 padding: 3px 6px 8px 18px; 752 padding: 3px 6px 8px 18px;
753 margin: -1px -6px -8px -6px; 753 margin: -1px -6px -8px -6px;
754 text-overflow: clip; 754 text-overflow: clip;
755 } 755 }
756 756
757 .styles-pane-toolbar { 757 .styles-pane-toolbar {
758 float: right; 758 float: right;
759 margin-top: -3px; 759 margin-top: -3px;
760 } 760 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698