Fix the layout of the Image Details modal, props gcorne, see #24716 [28682]

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


git-svn-id: http://core.svn.wordpress.org/trunk@28546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-06-11 00:23:14 +00:00
parent eb62aecbc3
commit 620e6ebe37
5 changed files with 7 additions and 7 deletions

View File

@ -1817,7 +1817,7 @@
color: #666;
}
.image-details .embed-media-settings .setting .name {
.image-details .embed-media-settings .setting span {
float: right;
width: 25%;
text-align: left;
@ -2446,4 +2446,4 @@
top: 0;
height: 60px;
}
}
}

File diff suppressed because one or more lines are too long

View File

@ -1817,7 +1817,7 @@
color: #666;
}
.image-details .embed-media-settings .setting .name {
.image-details .embed-media-settings .setting span {
float: left;
width: 25%;
text-align: right;
@ -2446,4 +2446,4 @@
top: 0;
height: 60px;
}
}
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.0-alpha-20140610';
$wp_version = '4.0-alpha-20140611';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.