Commit 5179b914 authored by serya@chromium.org's avatar serya@chromium.org

Fix issue with list items overlaping the popup image in the file manager.

BUG=None
TEST=None


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113280 0039d316-1c4b-4281-b951-d872f2087c98
parent 556200ff
...@@ -281,6 +281,8 @@ div.img-container > img { ...@@ -281,6 +281,8 @@ div.img-container > img {
height: 61px; height: 61px;
background-color: #F0F0F0; background-color: #F0F0F0;
padding: 0px 14px 0px 14px; padding: 0px 14px 0px 14px;
position: relative;
z-index: 3;
opacity: 1; opacity: 1;
-webkit-transform: translate(0, 0); -webkit-transform: translate(0, 0);
......
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