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

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

Issue 2658383002: [DevTools] Make UI.GlassPane position contentElement for different overlay controls. (Closed)
Patch Set: rebased Created 3 years, 11 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: third_party/WebKit/Source/devtools/front_end/ui/dialog.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/dialog.css b/third_party/WebKit/Source/devtools/front_end/ui/dialog.css
index 7a3df44ec7ae18d853e7beff73d45dd9ffe41003..730596e42a0c823dd09a7a722abcafe673c94773 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/dialog.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/dialog.css
@@ -5,10 +5,7 @@
*/
:host {
- position: absolute;
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2),
- 0 2px 4px rgba(0, 0, 0, 0.2),
- 0 2px 6px rgba(0, 0, 0, 0.1);
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.1);
background: white;
justify-content: flex-start;
align-items: stretch;
@@ -22,14 +19,12 @@
}
:host-context(.wraps-content) {
- justify-content: center;
align-items: flex-start;
overflow: hidden;
}
:host-context(.wraps-content) .widget {
flex: none !important;
- justify-content: center;
align-items: center;
}

Powered by Google App Engine
This is Rietveld 408576698