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

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

Issue 71633003: DevTools: added "overlayContents" mode, where DevTools content is placed around and underneath inse… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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/helpScreen.css
diff --git a/Source/devtools/front_end/helpScreen.css b/Source/devtools/front_end/helpScreen.css
index 0271cc24830cd5c51eb136ce7601d2a34f24dd75..c114654e301c7764f5bdfd1c90c52e26b9584df2 100644
--- a/Source/devtools/front_end/helpScreen.css
+++ b/Source/devtools/front_end/helpScreen.css
@@ -295,8 +295,7 @@ body.platform-mac .help-content input[type=radio] {
border: none transparent;
height: auto;
width: 110px;
- position: relative;
- top: 14px;
+ margin-top: 14px;
flex: auto;
}

Powered by Google App Engine
This is Rietveld 408576698