Commit 243a6c5a authored by kochi@chromium.org's avatar kochi@chromium.org

Fix text padding in the notification dialog for Instant.

BUG=chromium-os:11244
TEST=manually

Review URL: http://codereview.chromium.org/6374012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72474 0039d316-1c4b-4281-b951-d872f2087c98
parent 0eaaa7af
...@@ -72,11 +72,13 @@ ...@@ -72,11 +72,13 @@
font-family: inherit; font-family: inherit;
white-space: pre-wrap; white-space: pre-wrap;
width: 500px; width: 500px;
padding: 0px 16px 0px 16px;
} }
#instantConfirmLearnMore { #instantConfirmLearnMore {
position: absolute; position: absolute;
bottom: 18px; bottom: 18px;
-webkit-margin-start: 16px;
} }
#startupAddButton { #startupAddButton {
......
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