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

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

Issue 23503032: Fix some feedback UI polish. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 0eb9a4a46bdf04eaf293b2d259f6c4b17ac59076..e20027dc5b74634fcbe09c1e0b438e7313ed2317 100644
--- a/chrome/browser/resources/feedback/css/feedback.css
+++ b/chrome/browser/resources/feedback/css/feedback.css
@@ -8,6 +8,7 @@ html {
}
body {
+ background-color: #fbfbfb;
height: 100%;
margin: 0;
padding: 0;
@@ -16,6 +17,7 @@ body {
.title-bar {
-webkit-align-items: center;
+ -webkit-app-region: drag;
background-color: #fff;
box-shadow: 0 1px #d0d0d0;
color: rgb(80, 80, 82);
@@ -25,7 +27,6 @@ body {
}
.title-bar #page-title {
- -webkit-app-region: drag;
-webkit-flex: 1 1 auto;
-webkit-margin-start: 20px;
}
@@ -35,7 +36,6 @@ body {
}
.content {
- background-color: #fbfbfb;
color: #646464;
font-size: 12px;
margin: 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