/*--20180514-dialog.css--*/ .dialog-box { float:left; width: 340px; height: auto; background: url(/admin/images/dialog-box-bottom.png) bottom no-repeat; padding-bottom:5px; } .dialog-box td { width:20%; } .dialog-box-top { float:left; width:100%; height: auto; padding-top:5px; background: url(/admin/images/dialog-box-top.png) no-repeat;} .dialog-box-content { float:left; _float:none; _display:block; width:100%; padding-bottom:5px; background: url(/admin/images/dialog-box-back.png) repeat-y;} .dialog-box-content a.btn-dialog-close { float:right; margin: 0 5px -16px 0; width:16px; height:16px; background: url(/admin/images/btn-dialog-close.png) no-repeat; position:relative; z-index:99999999;} .dialog-box-content a.btn-dialog-close:hover {background-position: right;} .dialog-box-content a.btn-dialog-ok { float:left; margin:20px 0 0 40%; width:71px; height:25px; background: url(/admin/images/btn-ok.png) no-repeat;} .dialog-box-content a.btn-dialog-ok:hover {background-position: right 0;} .dialog-box-content p { float:left; margin:0; padding:0; width:100%; margin-bottom:5px; text-align:left; font-size:13px; font-family: Arial, Tahoma, Helvetica, sans-serif; line-height:normal; color:#000; } .dialog-box-content p.title { font-size:16px; font-family: Arial, Tahoma, Helvetica, sans-serif; } .dialog-box-content .sign { float:left; padding: 20px 0 0 16%; margin-left:2%; width:80%; font-size:111px; } .dialog-box-content .alert-sign { background: url(/admin/images/question.png) no-repeat; background-position:0px 10px; } .dialog-box-content .info-sign { background: url(/admin/images/info.png) no-repeat; background-position:0px 10px; } .dialog-button { border:1px solid #999; padding:2px; font-size:12px; font-family: Arial, Tahoma, Helvetica, sans-serif; width:67px; text-align:center; background-color:#e0dede; cursor:pointer; color:black; } .dialog-button:hover { border:1px solid #000; background-color:#919191; color:white; } .dialog-button:active { border:1px solid #000; background-color:#6e6d6d; color:white; } .button-note { max-width:400px; background:url(/admin/images/note.gif) 0px 0 no-repeat; padding-left:18px; } .item-help { width:200px; background:url(/admin/icons/help.gif) 0px 0 no-repeat; padding-left:18px; } /*--20180514-balloon.css--*/ #mwt-ballon-div-main { position:absolute; z-index:99999; } #mwt-ballon-div-main-inner { border:1px solid #666; box-shadow: #666 0 0 3px; padding:3px; background-color:#fffbcd; font-family: Arial, Tahoma, Helvetica, sans-serif; font-size:11px; min-height:30px; border-radius:5px; -moz-border-radius:5px; /* Firefox 3.6 and earlier */ } #mwt-ballon-div-main-arrow { position:absolute; } #mwt-ballon-div-main div.top-arrow { width:19px; height:11px; top:-10px; background:url(/admin/images/balloon_arrows.png) 0 0 no-repeat; } #mwt-ballon-div-main div.bottom-arrow { width:19px; height:11px; bottom:-10px; background:url(/admin/images/balloon_arrows.png) 0 -11px no-repeat; } #mwt-ballon-div-main div.left-arrow { width:11px; height:19px; right:-10px; background:url(/admin/images/balloon_arrows.png) 0 -22px no-repeat; } #mwt-ballon-div-main div.right-arrow { width:11px; height:19px; left:-10px; background:url(/admin/images/balloon_arrows.png) 0 -41px no-repeat; } #mwt-ballon-div-main div.cross-icon { background:url(/admin/images/delete.png) 0 0 no-repeat; width:16px; height:16px; position:absolute; top:1px; right:1px; cursor:pointer; } #mwt-ballon-div-main table { border-collapse:collapse; } #mwt-ballon-div-main table th{ border:1px solid #d1cda0; background-color:#dedaa9; font-weight:normal; } #mwt-ballon-div-main table td{ border:1px solid #d1cda0; } /*--20180514-custom_css.css--*/ .net-item { display:table-cell; /*width:190px !important;*/ /*overflow:hidden !important;*/ /*overflow:auto !important;*/ vertical-align:top; } .net-item iframe{ width:100px !important; height:25px !important; } /* make the like button smaller */ .-fb_edge_widget_with_comment iframe { width:47px !important; } /* but make the span that holds the comment box larger */ -span.-fb_edge_comment_widget.fb_iframe_widget iframe { width:401px !important; } #-search_caddy { float:left; width:314px !important; }