'.$image_title.''; return $context.$out; } function media_upload_razuna() { return wp_iframe('media_upload_razuna_form', $errors ); } function media_upload_razuna_form() {?>
UL.jqueryFileTree { padding: 0px; margin: 0px; } UL.jqueryFileTree LI { list-style: none; padding: 0px; padding-left: 20px; margin: 0px; white-space: nowrap; } UL.jqueryFileTree A.asset { color: #333; text-decoration: none; display: block; padding: 0px 2px; } UL.jqueryFileTree A.asset:hover { background: #BDF; } /* Core Styles */ .jqueryFileTree LI.directory { background: url(" . razuna_plugin_url() . "img/directory.png) left top no-repeat; } .jqueryFileTree LI.expanded { background: url(" . razuna_plugin_url() . "img/folder_open.png) left top no-repeat; } .jqueryFileTree LI.file { background: url(" . razuna_plugin_url() . "img/file.png) left top no-repeat; } .jqueryFileTree LI.wait { background: url(" . razuna_plugin_url() . "img/spinner.gif) left top no-repeat; } /* File Extensions*/ .jqueryFileTree LI.kind_vid { background: url(" . razuna_plugin_url() . "img/film.png) left top no-repeat; } .jqueryFileTree LI.kind_img { background: url(" . razuna_plugin_url() . "img/picture.png) left top no-repeat; } .jqueryFileTree LI.kind_doc { background: url(" . razuna_plugin_url() . "img/doc.png) left top no-repeat; } #razuna_media_wrapper { width: 640px; top: 0; position: absolute; } .asset_info, .asset_info table { width: 100%; } .asset_info table { border: 1px solid #DFDFDF; } .asset_info td { vertical-align: top; } .asset_info .image-size-item { width: 30%; float: left; } .describe input[type=\"text\"] { width: 100%; } .razuna_link_text_empty_error { color: red; display: none; font-size: 80%; } .razuna_setting_to_shared_message { font-size: 80%; display: none; } .razuna_share_loading { display: none; } .razuna_share_answer { display: inline; } "; } ?>