github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/tinymce/plugins/jbimages/css/dialog-v4.css (about) 1 /** 2 * Justboil.me - a TinyMCE image upload plugin 3 * jbimages/css/dialog-v4.css 4 * 5 * Released under Creative Commons Attribution 3.0 Unported License 6 * 7 * License: http://creativecommons.org/licenses/by/3.0/ 8 * Plugin info: http://justboil.me/ 9 * Author: Viktor Kuzhelnyi 10 * 11 * Version: 2.3 released 23/06/2013 12 */ 13 14 body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -text-align:center; padding:0 10px 0 5px;} 15 h2 {color:#666; visibility:hidden;} 16 17 .form-inline input { 18 display: inline-block; 19 *display: inline; 20 margin-bottom: 0; 21 vertical-align: middle; 22 *zoom: 1; 23 } 24 25 #upload_target {border:0; margin:0; padding:0; width:0; height:0; display:none;} 26 27 .upload_infobar {display:none; font-size:12pt; background:#fff; margin-top:10px; border-radius:5px;} 28 .upload_infobar img.spinner {margin-right:10px;} 29 .upload_infobar a {color:#0000cc;} 30 #upload_additional_info {font-size:10pt; padding-left:26px;} 31 32 #the_plugin_name {margin:15px 0 0 0;} 33 #the_plugin_name, #the_plugin_name a {color:#777; font-size:9px;} 34 #the_plugin_name a {text-decoration:none;} 35 #the_plugin_name a:hover {color:#333;} 36 37 /* this class makes the upload script output visible */ 38 .upload_target_visible {width:100%!important; height:200px!important; border:1px solid #000!important; display:block!important}