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

Side by Side Diff: Source/devtools/front_end/inspector.css

Issue 107293005: NetworkPanel: Make "sticky" behavior explicit. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/StatusBarButton.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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0; 547 text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
548 -webkit-appearance: none; 548 -webkit-appearance: none;
549 border: 0; 549 border: 0;
550 border-radius: 0; 550 border-radius: 0;
551 padding: 0 15px 0 5px; 551 padding: 0 15px 0 5px;
552 margin-right: -10px; 552 margin-right: -10px;
553 position: relative; 553 position: relative;
554 line-height: 20px; 554 line-height: 20px;
555 } 555 }
556 556
557 .status-bar-item.checkbox {
558 margin: 2px 0 0 0;
559 }
560
557 .status-bar-item > .glyph { 561 .status-bar-item > .glyph {
558 -webkit-mask-image: url(Images/statusbarButtonGlyphs.png); 562 -webkit-mask-image: url(Images/statusbarButtonGlyphs.png);
559 -webkit-mask-size: 320px 120px; 563 -webkit-mask-size: 320px 120px;
560 opacity: 0.8; 564 opacity: 0.8;
561 } 565 }
562 566
563 .console-filter > .glyph { 567 .console-filter > .glyph {
564 -webkit-mask-position: -32px -48px; 568 -webkit-mask-position: -32px -48px;
565 } 569 }
566 570
(...skipping 2249 matching lines...) Expand 10 before | Expand all | Expand 10 after
2816 display: inline-block; 2820 display: inline-block;
2817 float: right; 2821 float: right;
2818 padding-right: 4px; 2822 padding-right: 4px;
2819 padding-top: 4px; 2823 padding-top: 4px;
2820 padding-left: 2px; 2824 padding-left: 2px;
2821 } 2825 }
2822 2826
2823 body.undocked .toolbar-close-button-item { 2827 body.undocked .toolbar-close-button-item {
2824 display: none; 2828 display: none;
2825 } 2829 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/StatusBarButton.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698