fixes for media options modal window
This commit is contained in:
parent
94d4f70f67
commit
7275ea57b5
1 changed files with 7 additions and 6 deletions
|
|
@ -63,20 +63,21 @@
|
||||||
/* media option wizard (opens when inserting media in the media popup)
|
/* media option wizard (opens when inserting media in the media popup)
|
||||||
********************************************************************/
|
********************************************************************/
|
||||||
|
|
||||||
|
#media__popup {
|
||||||
|
/* for backwards compatibility (not needed since Rincewind) */
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
#media__popup_content p {
|
#media__popup_content p {
|
||||||
margin: 0 0 .5em;
|
margin: 0 0 .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media__popup_content label {
|
#media__popup_content label {
|
||||||
float: left;
|
margin-right: .5em;
|
||||||
width: 9em;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media__popup_content .button {
|
#media__popup_content .button {
|
||||||
margin-right: 1px;
|
margin-right: 1px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media__popup_content input.button {
|
|
||||||
margin-left: 9em;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue