Commit .dev version of wp-admin.css for r14816. See #12225
git-svn-id: http://svn.automattic.com/wordpress/trunk@15215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
975b2cdb6d
commit
93854a9c76
|
@ -2955,6 +2955,7 @@ abbr.required {
|
|||
padding: 0 0 0 5px;
|
||||
}
|
||||
|
||||
.media-item .error-div a.dismiss,
|
||||
.describe-toggle-on,
|
||||
.describe-toggle-off {
|
||||
display: block;
|
||||
|
@ -2991,6 +2992,10 @@ abbr.required {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.media-item .error-div {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.media-item .pinkynail {
|
||||
float: left;
|
||||
margin: 2px;
|
||||
|
@ -3020,20 +3025,6 @@ abbr.required {
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
button.dismiss {
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
right: 5px;
|
||||
z-index: 4;
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
.file-error {
|
||||
float: left;
|
||||
font-weight: bold;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.progress {
|
||||
position: relative;
|
||||
margin-bottom: -36px;
|
||||
|
|
Loading…
Reference in New Issue