diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-12 17:13:49 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-12 17:13:49 +0000 |
commit | 04b0c9332361ac2f7de9455d0df15290db94c693 (patch) | |
tree | fdc8b47e5f7c57b3e7382a7a236e5b92675b3f87 /chrome/browser/resources/notification_icon.html | |
parent | 9e5c05aa2d4404c2a9946b49df19c2f781116b29 (diff) | |
download | chromium_src-04b0c9332361ac2f7de9455d0df15290db94c693.zip chromium_src-04b0c9332361ac2f7de9455d0df15290db94c693.tar.gz chromium_src-04b0c9332361ac2f7de9455d0df15290db94c693.tar.bz2 |
Implement BiDi support and replace ID support for notifications.
BUG=none
TEST=layout tests
Review URL: http://codereview.chromium.org/1917004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/notification_icon.html')
-rw-r--r-- | chrome/browser/resources/notification_icon.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/resources/notification_icon.html b/chrome/browser/resources/notification_icon.html index 0015234..f3cfc5f 100644 --- a/chrome/browser/resources/notification_icon.html +++ b/chrome/browser/resources/notification_icon.html @@ -6,20 +6,21 @@ body { margin: 6px; height: 50px; + direction: $5; } #icon { height: 48px; width: 48px; - float: left; + float: $4; } #title { - margin-left: 54px; + margin-$4: 54px; font-weight: bold; font-size: 13px; font-family: helvetica, arial, sans-serif; } #description { - margin-left: 54px; + margin-$4: 54px; font-family: helvetica, arial, sans-serif; font-size: 13px; } |