Revert styling changes to the Attachment Details modal from [29289]. fixes #28844.

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


git-svn-id: http://core.svn.wordpress.org/trunk@29214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí
2014-08-07 20:32:16 +00:00
parent 8593f7b5e9
commit 485229bc64
7 changed files with 63 additions and 206 deletions

View File

@@ -284,8 +284,7 @@
}
.media-sidebar h3,
.image-details h3,
.attachment-info h3 {
.image-details h3 {
position: relative;
font-weight: bold;
text-transform: uppercase;
@@ -1485,9 +1484,8 @@
z-index: 10;
}
.attachment-details .settings-save-status .spinner,
.attachment-details .settings-save-status .saved {
margin: 0 5px -20px;
.attachment-details .settings-save-status .spinner {
margin: 0 5px 0;
}
.attachment-details .settings-save-status .saved {
@@ -1510,29 +1508,6 @@
padding-bottom: 11px;
}
.attachment-info .details {
clear: right;
}
.attachment-info h3:first-child {
margin-top: 0;
}
.attachment-info .details .setting .name {
float: left;
margin: 8px 1% 0 1% !important;
padding: 0;
line-height: 1.1;
}
.attachment-info .details .url.setting .name {
padding-top: 3px;
}
.attachment-info .setting .value {
font-style: italic;
}
.attachment-info .filename {
font-weight: bold;
color: #464646;
@@ -1595,29 +1570,6 @@
max-width: 100%;
}
.attachment-info .advanced-toggle {
color: #666;
text-decoration: none;
display: block;
}
.attachment-info .advanced-toggle:hover {
color: #d54e21;
}
.attachment-info .advanced-toggle:after {
font: normal 20px/1 'dashicons';
speak: none;
vertical-align: top;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\f140';
display: inline-block;
margin-top: -2px;
}
.attachment-info .advanced-visible .advanced-toggle:after {
content: '\f142';
}
.attachment-info .edit-attachment,
.attachment-info .refresh-attachment,
.attachment-info .delete-attachment,