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

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

Issue 10412017: feedback page polish (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync + get rid of special title size Created 8 years, 7 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
diff --git a/chrome/browser/resources/feedback.css b/chrome/browser/resources/feedback.css
index 4a5305f3c71248eabfd847ddc5380cfac7014fc8..2801dc63673f9ffe3bfd91e8c3997a36a9d6e1d0 100644
--- a/chrome/browser/resources/feedback.css
+++ b/chrome/browser/resources/feedback.css
@@ -9,7 +9,6 @@
#feedback-page > h1 {
border-bottom: 1px solid #eee;
- font-size: 2em;
padding-bottom: 6px;
width: 718px;
}
@@ -36,6 +35,11 @@
display: -webkit-box;
}
+#page-url-text {
+ /* Don't push checkboxes out of alignment with bulky input. */
+ margin-bottom: -0.25em;
+}
+
#page-url > label {
-webkit-margin-end: 1em;
}
@@ -47,7 +51,7 @@
.thumbnail-list {
margin-bottom: 1em;
- margin-top: 0.5em;
+ margin-top: 1em;
min-height: 151px;
}
@@ -75,6 +79,11 @@
height: 140px;
}
+#privacy-note {
+ margin-bottom: 0.8em;
+ width: 44em;
+}
+
#buttons-pane {
/* Linux and Mac OS X display OK/Cancel dialogs in the reverse direction. */
<if expr="not pp_ifdef('toolkit_views')">
@@ -84,7 +93,7 @@
padding: 0;
}
-#privacy-note {
- padding-bottom: 10px;
- width: 44em;
+#buttons-pane > input {
+ -webkit-margin-end: 0.8em;
+ display: block;
}
« 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