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

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

Issue 2576303002: DevTools: Refactor Timeline Landing Page (Closed)
Patch Set: Created 4 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 | « third_party/WebKit/Source/devtools/front_end/ui/inspectorViewTabbedPane.css ('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 * Copyright (C) 2011 Google Inc. All rights reserved. 4 * Copyright (C) 2011 Google Inc. All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are 7 * modification, are permitted provided that the following conditions are
8 * met: 8 * met:
9 * 9 *
10 * 1. Redistributions of source code must retain the above copyright 10 * 1. Redistributions of source code must retain the above copyright
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 .tabbed-pane-header-tab.disabled { 263 .tabbed-pane-header-tab.disabled {
264 opacity: 0.5; 264 opacity: 0.5;
265 pointer-events: none; 265 pointer-events: none;
266 } 266 }
267 267
268 .tabbed-pane-header.tabbed-pane-no-header-background { 268 .tabbed-pane-header.tabbed-pane-no-header-background {
269 background-color: transparent; 269 background-color: transparent;
270 } 270 }
271 271
272 .tabbed-pane-no-tab-borders .tabbed-pane-header-tab { 272 .tabbed-pane-no-tab-borders .tabbed-pane-header-tab {
273 border: none; 273 border: none !important;
274 padding: 2px 10px; 274 padding: 2px 0.8em;
275 } 275 }
276 276
277 .tabbed-pane-no-tab-borders .tabbed-pane-header-contents { 277 .tabbed-pane-no-tab-borders .tabbed-pane-header-contents {
278 margin-left: 0; 278 margin-left: 0;
279 } 279 }
280 280
281 .tabbed-pane-left-toolbar { 281 .tabbed-pane-left-toolbar {
282 margin-right: -4px; 282 margin-right: -4px;
283 flex: none; 283 flex: none;
284 } 284 }
285 285
286 .tabbed-pane-right-toolbar { 286 .tabbed-pane-right-toolbar {
287 margin-left: -4px; 287 margin-left: -4px;
288 flex: none; 288 flex: none;
289 } 289 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/inspectorViewTabbedPane.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698