Commit be2e8927 authored by estade@chromium.org's avatar estade@chromium.org

feedback page polish

BUG=125621
TEST=manual

Review URL: https://chromiumcodereview.appspot.com/10412017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138207 0039d316-1c4b-4281-b951-d872f2087c98
parent e2ba2b44
......@@ -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;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment