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

Unified Diff: chrome/browser/resources/feedback/css/feedback.css

Issue 2833533002: Make sure feedback app footer buttons stick to the bottom (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/feedback/css/feedback.css
diff --git a/chrome/browser/resources/feedback/css/feedback.css b/chrome/browser/resources/feedback/css/feedback.css
index e3b3116e8b76656aee3feb3fb763a6eece930e97..bde797c782ccb6dad7b709c8ed7aab559b997021 100644
--- a/chrome/browser/resources/feedback/css/feedback.css
+++ b/chrome/browser/resources/feedback/css/feedback.css
@@ -9,6 +9,8 @@ html {
body {
background-color: #fbfbfb;
+ display: flex;
+ flex-direction: column;
height: 100%;
margin: 0;
overflow: auto;
@@ -42,6 +44,7 @@ body {
.content {
color: #646464;
+ flex-grow: 1;
font-size: 12px;
margin: 20px;
}
@@ -146,6 +149,7 @@ body {
display: -webkit-flex;
justify-content: flex-end;
left: 20px;
+ position: absolute;
right: 20px;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698