Media Grid: fix z-index of attachment "check"

See #24716.

Built from https://develop.svn.wordpress.org/trunk@29084


git-svn-id: http://core.svn.wordpress.org/trunk@28870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-07-11 04:24:14 +00:00
parent 2fa0de5f6f
commit 1aefb1c252
4 changed files with 4 additions and 2 deletions

View File

@ -880,6 +880,7 @@
height: 24px;
width: 24px;
position: absolute;
z-index: 10;
top: -6px;
left: -6px;
outline: none;

File diff suppressed because one or more lines are too long

View File

@ -880,6 +880,7 @@
height: 24px;
width: 24px;
position: absolute;
z-index: 10;
top: -6px;
right: -6px;
outline: none;

File diff suppressed because one or more lines are too long