Customize: Restore right border on footer actions.

Fixes regression introduced in [40511].

Merges [40896] onto 4.8 branch.
Props timmydcrawford.
See #32296.
Fixes #40978 for 4.8.1.

Built from https://develop.svn.wordpress.org/branches/4.8@41055


git-svn-id: http://core.svn.wordpress.org/branches/4.8@40905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter 2017-07-14 17:38:34 +00:00
parent 2c82efe8ca
commit dbdd48e05e
4 changed files with 6 additions and 2 deletions

View File

@ -1644,6 +1644,8 @@ body.full-overlay-active {
min-width: 299px;
max-width: 599px;
width: 18%;
width: -webkit-calc( 18% - 1px );
width: calc( 18% - 1px );
height: 45px;
border-top: 1px solid #ddd;
background: #eee;

File diff suppressed because one or more lines are too long

View File

@ -1644,6 +1644,8 @@ body.full-overlay-active {
min-width: 299px;
max-width: 599px;
width: 18%;
width: -webkit-calc( 18% - 1px );
width: calc( 18% - 1px );
height: 45px;
border-top: 1px solid #ddd;
background: #eee;

File diff suppressed because one or more lines are too long