diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 19:05:51 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 19:05:51 +0000 |
commit | 0ed0e507e31f6fe59bc05a7fec767d6ee898767f (patch) | |
tree | 15be5e8420c5dd169c5e8598916a3cec9ff271d9 /chrome | |
parent | 05a9177cf31c7f665d0cbe12febdbee7226ee94f (diff) | |
download | chromium_src-0ed0e507e31f6fe59bc05a7fec767d6ee898767f.zip chromium_src-0ed0e507e31f6fe59bc05a7fec767d6ee898767f.tar.gz chromium_src-0ed0e507e31f6fe59bc05a7fec767d6ee898767f.tar.bz2 |
Center the download progress meter behind the icon.
I moved the image down 2px as well as adjusted the margins. I tried keeping
the image at 0px but it looks better when moved down slightlty :-)
http://crbug.com/10057
Review URL: http://codereview.chromium.org/99286
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15319 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/resources/downloads.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/resources/downloads.html b/chrome/browser/resources/downloads.html index c04e899..b451503 100644 --- a/chrome/browser/resources/downloads.html +++ b/chrome/browser/resources/downloads.html @@ -50,10 +50,10 @@ html[dir='rtl'] #downloads-summary > a { } .download { position:relative; - margin-top:5px; + margin-top:6px; margin-left:96px; padding-left:56px; - margin-bottom:16px; + margin-bottom:15px; } html[dir='rtl'] .download { padding-left:0px; @@ -78,7 +78,7 @@ html[dir='rtl'] .date-container { } .download .icon { position:absolute; - top:0px; + top:2px; left:9px; width:32px; height:32px; @@ -89,7 +89,7 @@ html[dir='rtl'] .icon { } .progress { position:absolute; - top:-5px; + top:-6px; left:0px; width:48px; height:48px; |