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

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

Issue 2716683006: DevTools: add entry points for command menu (Closed)
Patch Set: ac Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css b/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
index ab6f32027bf6ac29a1aa022e20d6a50300a878b1..da591de1b9a146e21bcf863e4ac83719c73822db 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
@@ -50,7 +50,27 @@
text-align: center;
margin-top: 20px;
text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
- white-space: pre;
+ line-height: 28px;
+ overflow: hidden;
+}
+
+.tabbed-pane-placeholder-row {
+ display: flex;
+ white-space: nowrap;
+}
+
+.tabbed-pane-placeholder-key {
+ flex: 1;
+ text-align: right;
+ padding-right: 14px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
+.tabbed-pane-placeholder-value {
+ flex: 1;
+ text-align: left;
+ padding-left: 14px;
}
.tabbed-pane-header {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698