summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-18 21:03:06 +0000
committerjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-18 21:03:06 +0000
commit4d987c7ba99356f5a97fecc9784c3779f443ac9d (patch)
tree14b0691c36b22fae64ce84a777a5c4922ab3b5d4
parent5e94b816de914bd29bb5ae730c6fbf7b1d9ff87a (diff)
downloadchromium_src-4d987c7ba99356f5a97fecc9784c3779f443ac9d.zip
chromium_src-4d987c7ba99356f5a97fecc9784c3779f443ac9d.tar.gz
chromium_src-4d987c7ba99356f5a97fecc9784c3779f443ac9d.tar.bz2
Get the same margin on all sides of the notification.
BUG=52545 TEST=create text notifications of various sizes, watch for a clipped bottom margin. Review URL: http://codereview.chromium.org/3131021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56598 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/resources/notification_1line.html1
-rw-r--r--chrome/browser/resources/notification_2line.html3
-rw-r--r--chrome/browser/resources/notification_icon.html2
3 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/resources/notification_1line.html b/chrome/browser/resources/notification_1line.html
index 242f48b..21c16a9 100644
--- a/chrome/browser/resources/notification_1line.html
+++ b/chrome/browser/resources/notification_1line.html
@@ -4,7 +4,6 @@
<title>$2</title>
<style>
body {
- margin: 6px;
font-family: helvetica, arial, sans-serif;
font-size: 13px;
}
diff --git a/chrome/browser/resources/notification_2line.html b/chrome/browser/resources/notification_2line.html
index 1361393..eeca22a 100644
--- a/chrome/browser/resources/notification_2line.html
+++ b/chrome/browser/resources/notification_2line.html
@@ -3,9 +3,6 @@
<head>
<title>$1</title>
<style type="text/css">
- body {
- margin: 6px;
- }
#title {
font-weight: bold;
font-size: 13px;
diff --git a/chrome/browser/resources/notification_icon.html b/chrome/browser/resources/notification_icon.html
index f3cfc5f..23a387a 100644
--- a/chrome/browser/resources/notification_icon.html
+++ b/chrome/browser/resources/notification_icon.html
@@ -4,8 +4,6 @@
<title>$2</title>
<style>
body {
- margin: 6px;
- height: 50px;
direction: $5;
}
#icon {