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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css

Issue 2744643003: DevTools: [Icons] normalize icon sizes (Closed)
Patch Set: Created 3 years, 9 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 | « third_party/WebKit/Source/devtools/front_end/ui/Icon.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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 .expandable-view-title .toolbar { 52 .expandable-view-title .toolbar {
53 margin-top: -3px; 53 margin-top: -3px;
54 } 54 }
55 55
56 .expandable-view-title:not(.expanded) .toolbar { 56 .expandable-view-title:not(.expanded) .toolbar {
57 display: none; 57 display: none;
58 } 58 }
59 59
60 .title-expand-icon { 60 .title-expand-icon {
61 margin-right: 2px; 61 margin-right: 2px;
62 margin-bottom: -2px;
62 } 63 }
63 64
64 .expandable-view-title > .toolbar { 65 .expandable-view-title > .toolbar {
65 position: absolute; 66 position: absolute;
66 right: 0; 67 right: 0;
67 top: 0; 68 top: 0;
68 } 69 }
69 70
70 .sidebar-pane-container .toolbar { 71 .sidebar-pane-container .toolbar {
71 border-bottom: 1px solid #eee; 72 border-bottom: 1px solid #eee;
72 } 73 }
73 74
74 .sidebar-pane-container .toolbar > * { 75 .sidebar-pane-container .toolbar > * {
75 pointer-events: auto; 76 pointer-events: auto;
76 } 77 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/Icon.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698