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

Unified Diff: ui/webui/resources/css/overlay.css

Issue 682133003: [Password Manager] Add link to remotely manage passowrds on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 6 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
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/overlay.css
diff --git a/ui/webui/resources/css/overlay.css b/ui/webui/resources/css/overlay.css
index 2e18f8a08b5a465eea4d13b8630a71b4e293a848..176c186aca00f200dca1e5b360ca49ce7822d3af 100644
--- a/ui/webui/resources/css/overlay.css
+++ b/ui/webui/resources/css/overlay.css
@@ -150,6 +150,10 @@ html[dir='rtl'] .overlay .page .action-area {
border-color: rgba(0, 0, 0, 0.5);
}
+.overlay .page .spacer-div {
+ -webkit-box-flex: 1;
+}
+
/* On OSX 10.7, hidden scrollbars may prevent the user from realizing that the
* overlay contains scrollable content. To resolve this, style the scrollbars on
* OSX so they are always visible. See http://crbug.com/123010. */
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698