mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-08 16:41:44 +01:00
Fix styles for upload error
git-svn-id: http://svn.automattic.com/wordpress/trunk@10144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fc9076f6e9
commit
c8de1d3a74
@ -117,14 +117,15 @@ tr.image-size label {
|
|||||||
|
|
||||||
button.dismiss {
|
button.dismiss {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5px;
|
top: 7px;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-error {
|
.file-error {
|
||||||
margin: 0 0 5px 50px;
|
float: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
|
Loading…
Reference in New Issue
Block a user