diff options
author | yoshiki@chromium.org <yoshiki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-27 08:04:03 +0000 |
---|---|---|
committer | yoshiki@chromium.org <yoshiki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-27 08:04:03 +0000 |
commit | bd46b88f4ec2e6f4214ba74d86f2742ee6048d80 (patch) | |
tree | f1206b9f18984855d1a1ae8e901f7123d9c2adc4 | |
parent | 7d3a3b03c7891b3a6a94178f6bd565be5fca2ffe (diff) | |
download | chromium_src-bd46b88f4ec2e6f4214ba74d86f2742ee6048d80.zip chromium_src-bd46b88f4ec2e6f4214ba74d86f2742ee6048d80.tar.gz chromium_src-bd46b88f4ec2e6f4214ba74d86f2742ee6048d80.tar.bz2 |
[Files.app] Fit the shadow behind spinner to the background on suggest an app dialog
We cleaned-up the code around spinner at crrev.com/231883. This patch also changed the geometry of spinner and shadow behind the spinner, but css style has not matched with new geometry. This patch fixes the style.
BUG=none
TEST=manually
Review URL: https://codereview.chromium.org/90013002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237536 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/resources/file_manager/foreground/css/file_manager.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/resources/file_manager/foreground/css/file_manager.css b/chrome/browser/resources/file_manager/foreground/css/file_manager.css index b4bf540..43d069b 100644 --- a/chrome/browser/resources/file_manager/foreground/css/file_manager.css +++ b/chrome/browser/resources/file_manager/foreground/css/file_manager.css @@ -1830,7 +1830,6 @@ menuitem#thumbnail-view[lead]:not([disabled]) { #suggest-app-dialog .spinner-layer { background-color: rgba(255, 255, 255, 0.7); - top: 45px; /* Title: 44px, border: 1px */ } #suggest-app-dialog .cr-dialog-buttons, |