Media CSS: Fix typo in box-shadow property for WebKit and update indentation to match the other ones.

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


git-svn-id: http://core.svn.wordpress.org/trunk@29050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-07-22 19:58:18 +00:00
parent 0702527010
commit f0bca68069
4 changed files with 26 additions and 18 deletions

View File

@ -724,10 +724,12 @@
} }
.selected.attachment:focus { .selected.attachment:focus {
-webkit-box-shadow: 0 0 0 1px #fff, -webkit-box-shadow:
0 0 0 5px #1e8cbe; 0 0 0 1px #fff,
box-shadow: 0 0 0 1px #fff, 0 0 0 5px #1e8cbe;
0 0 0 5px #1e8cbe; box-shadow:
0 0 0 1px #fff,
0 0 0 5px #1e8cbe;
} }
.attachment-preview { .attachment-preview {
@ -1489,10 +1491,12 @@ video#inline-media-node {
} }
.attachment.selection.selected:focus { .attachment.selection.selected:focus {
webkit-box-shadow: 0 0 0 1px #5b9dd9, -webkit-box-shadow:
0 0 2px 2px #5b9dd9; 0 0 0 1px #5b9dd9,
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 2px #5b9dd9;
0 0 2px 2px #5b9dd9; box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 2px #5b9dd9;
outline: none; outline: none;
} }

File diff suppressed because one or more lines are too long

View File

@ -724,10 +724,12 @@
} }
.selected.attachment:focus { .selected.attachment:focus {
-webkit-box-shadow: 0 0 0 1px #fff, -webkit-box-shadow:
0 0 0 5px #1e8cbe; 0 0 0 1px #fff,
box-shadow: 0 0 0 1px #fff, 0 0 0 5px #1e8cbe;
0 0 0 5px #1e8cbe; box-shadow:
0 0 0 1px #fff,
0 0 0 5px #1e8cbe;
} }
.attachment-preview { .attachment-preview {
@ -1489,10 +1491,12 @@ video#inline-media-node {
} }
.attachment.selection.selected:focus { .attachment.selection.selected:focus {
webkit-box-shadow: 0 0 0 1px #5b9dd9, -webkit-box-shadow:
0 0 2px 2px #5b9dd9; 0 0 0 1px #5b9dd9,
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 2px #5b9dd9;
0 0 2px 2px #5b9dd9; box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 2px #5b9dd9;
outline: none; outline: none;
} }

File diff suppressed because one or more lines are too long