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

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

Issue 77723002: Remove the autosizing modes in favor of a dev site link. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase, address reviewer comments 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/OverridesView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/overrides.css
diff --git a/Source/devtools/front_end/overrides.css b/Source/devtools/front_end/overrides.css
index 3375ed87d0588b733b5b48d56fb6cfe9f8409388..993ad439ae23352e8f810719c707a10c2293ad98 100644
--- a/Source/devtools/front_end/overrides.css
+++ b/Source/devtools/front_end/overrides.css
@@ -42,6 +42,7 @@
.overrides-view .tabbed-pane-content {
padding-top: 10px;
padding-left: 10px;
+ padding-right: 10px;
overflow-x: hidden;
}
@@ -115,6 +116,10 @@
padding-top: 3px;
}
+.overrides-viewport {
+ width: 100%;
+}
+
.overrides-viewport input {
text-align: right;
}
@@ -140,6 +145,12 @@ button.overrides-swap {
margin-bottom: 8px;
}
+.overrides-viewport .help-footnote {
+ border-top: 1px solid #EEEEEE;
+ margin: 0;
+ padding: 12px;
+}
+
.overrides-user-agent input[type=text] {
width: 400px;
max-width: 90%;
« no previous file with comments | « Source/devtools/front_end/OverridesView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698