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

Unified Diff: Source/devtools/front_end/timelinePanel.css

Issue 33143002: DevTools: Unify filtering UI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/timelinePanel.css
diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
index 61f4feec82d944a8c9dc4a3adc0bd1df0c5b56d9..de6ab196cdf20974c1f60d07784b5f77d4a4fcb4 100644
--- a/Source/devtools/front_end/timelinePanel.css
+++ b/Source/devtools/front_end/timelinePanel.css
@@ -101,66 +101,10 @@
color: inherit;
}
-.timeline-misc-status-bar-items {
- right: 64px;
-}
-
-.timeline-misc-status-bar-filters {
- display: -webkit-flex;
- -webkit-flex-orientation: row;
-}
-
-.timeline-category-statusbar-item {
- height: 24px;
- line-height: 22px;
- padding-left: 6px;
- white-space: nowrap;
- text-overflow: ellipsis;
- text-shadow: white 0 1px 0;
- overflow: hidden;
- min-width: 20px;
- -webkit-flex: auto 0 1;
-}
-
-.timeline-category-statusbar-item,
.timeline-records-counter {
color: rgb(65, 65, 65);
}
-.timeline-category-checkbox {
- width: 10px;
- height: 10px;
- margin: 0 3px 0 9px;
- padding: 0;
- border-radius: 2px;
- border: solid 1px;
- display: inline-block;
- overflow: visible;
- opacity: 0.8;
- vertical-align: -1px;
-}
-
-
-.timeline-category-checkbox-check {
- -webkit-appearance: none;
- width: 11px;
- height: 11px;
- margin-top: -2px;
- margin-left: 1px;
-}
-
-.timeline-category-checkbox-checked {
- background-image: url(Images/statusbarButtonGlyphs.png);
- background-size: 320px 120px;
- background-position: -129px -110px;
-}
-
-@media (-webkit-min-device-pixel-ratio: 1.5) {
-.timeline-category-checkbox-checked {
- background-image: url(Images/statusbarButtonGlyphs2x.png);
-}
-} /* media */
-
.timeline-tree-item {
height: 18px;
line-height: 15px;
@@ -381,22 +325,6 @@
background-color: rgb(66, 129, 235) !important;
}
-.timeline-records-stats, .storage-application-cache-status, .storage-application-cache-connectivity {
- text-shadow: white 0 1px 0;
-}
-
-.timeline-records-stats {
- margin-top: 3px;
- margin-left: 6px;
- -webkit-flex: 1;
-}
-
-.timeline-records-stats-container {
- display: inline-block;
- height: 24px;
- margin-left: 6px;
-}
-
.timeline-frames-stats {
pointer-events: auto;
text-decoration: underline;
@@ -667,3 +595,8 @@
from {background-color: rgba(255, 255, 120, 1); }
to { background-color: rgba(255, 255, 120, 0); }
}
+
+.timeline-filters-header {
+ flex: 0 0 23px;
+ overflow: hidden;
+}

Powered by Google App Engine
This is Rietveld 408576698