update
This commit is contained in:
286
wp-content/plugins/secure-downloads/css/modal.css
Normal file
286
wp-content/plugins/secure-downloads/css/modal.css
Normal file
@@ -0,0 +1,286 @@
|
||||
/**
|
||||
* @version 1.0
|
||||
* @package: Admin Panel
|
||||
* @category: Admin UI
|
||||
* @author wpdevelop
|
||||
*
|
||||
* @web-site https://oplugins.com/
|
||||
* @email info@oplugins.com
|
||||
*
|
||||
* @modified 2016-01-10
|
||||
*/
|
||||
|
||||
/* M o d a l s **************************************************************/
|
||||
.wpdevelop .modal.opsd_popup_modal {
|
||||
z-index: 50000;
|
||||
}
|
||||
.wpdevelop .modal-header {
|
||||
background: none repeat scroll 0 0 #F5F5F5;
|
||||
text-shadow: 0 0 2px #FFF;
|
||||
}
|
||||
|
||||
/* Payment request Modal */
|
||||
#opsd_payment_request_modal .modal-header h3 {
|
||||
color: #333;
|
||||
}
|
||||
#opsd_payment_request_modal .modal-body textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Print Loyout Modal */
|
||||
#opsd_print_modal .modal-header {
|
||||
background: none repeat scroll 0 0 #F5F5F5;
|
||||
text-shadow: 0 0 2px #FFF;
|
||||
}
|
||||
#opsd_print_modal .modal-header h3 {
|
||||
color: #333;
|
||||
}
|
||||
#opsd_print_modal .modal-header {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* Modal Google Calendar Events Import */
|
||||
#opsd_gcal_import_events_modal span.description {
|
||||
display:none;
|
||||
}
|
||||
#opsd_gcal_import_events_modal #opsd_gcal_events_until,
|
||||
#opsd_gcal_import_events_modal .opsd_gcal_events_until_offset,
|
||||
#opsd_gcal_import_events_modal #opsd_gcal_events_from,
|
||||
#opsd_gcal_import_events_modal .opsd_gcal_events_from_offset {
|
||||
float:left;
|
||||
margin:5px 0 0 0 !important;
|
||||
}
|
||||
#opsd_gcal_import_events_modal .opsd_gcal_events_from_offset label,
|
||||
#opsd_gcal_import_events_modal .opsd_gcal_events_until_offset label {
|
||||
margin: 0 10px;
|
||||
float:left;
|
||||
line-height: 29px;
|
||||
}
|
||||
#opsd_gcal_import_events_modal input[type=text],
|
||||
#opsd_gcal_import_events_modal select {
|
||||
height:28px;
|
||||
}
|
||||
#opsd_gcal_import_events_modal th {
|
||||
vertical-align: middle;
|
||||
}
|
||||
#opsd_gcal_import_events_modal th,
|
||||
#opsd_gcal_import_events_modal td {
|
||||
border:none;
|
||||
}
|
||||
#opsd_gcal_import_events_modal label {
|
||||
line-height: 28px;
|
||||
margin: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#opsd_gcal_import_events_modal #opsd_gcal_events_from_offset_type,
|
||||
#opsd_gcal_import_events_modal #opsd_gcal_events_until_offset_type {
|
||||
vertical-align: initial;
|
||||
}
|
||||
|
||||
/* Export */
|
||||
#opsd_export_csv_modal {
|
||||
}
|
||||
@media (max-width: 782px) {
|
||||
.wpdevelop .modal-dialog{
|
||||
margin: 60px 10px 10px;
|
||||
}
|
||||
|
||||
/* Import Google Events Dialog*/
|
||||
#opsd_gcal_import_events_modal .modal-dialog.modal-lg {
|
||||
width: auto;
|
||||
}
|
||||
#opsd_gcal_import_events_modal label{
|
||||
font-weight: 600;
|
||||
font-size: 1.1em;
|
||||
width:100%;
|
||||
display:block;
|
||||
float:none;
|
||||
}
|
||||
#opsd_gcal_import_events_modal input[type=text],
|
||||
#opsd_gcal_import_events_modal select {
|
||||
display:block;
|
||||
width:100%;
|
||||
clear:both;
|
||||
height:34px;
|
||||
float:none !important;
|
||||
}
|
||||
#opsd_gcal_import_events_modal th,
|
||||
#opsd_gcal_import_events_modal td {
|
||||
display:block;
|
||||
padding:0;
|
||||
}
|
||||
#opsd_gcal_import_events_modal td {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
#opsd_gcal_import_events_modal #opsd_gcal_events_until,
|
||||
#opsd_gcal_import_events_modal .opsd_gcal_events_until_offset,
|
||||
#opsd_gcal_import_events_modal #opsd_gcal_events_from,
|
||||
#opsd_gcal_import_events_modal .opsd_gcal_events_from_offset {
|
||||
float:none;
|
||||
margin:0 !important;
|
||||
}
|
||||
#opsd_gcal_import_events_modal .opsd_gcal_events_from_offset label,
|
||||
#opsd_gcal_import_events_modal .opsd_gcal_events_until_offset label {
|
||||
float:none;
|
||||
margin:10px 0 0!important;
|
||||
}
|
||||
#opsd_gcal_import_events_modal #opsd_gcal_events_from_offset,
|
||||
#opsd_gcal_import_events_modal #opsd_gcal_events_from_offset_type,
|
||||
#opsd_gcal_import_events_modal #opsd_gcal_events_until_offset,
|
||||
#opsd_gcal_import_events_modal #opsd_gcal_events_until_offset_type {
|
||||
width:100% !important;
|
||||
float:none;
|
||||
}
|
||||
#opsd_gcal_import_events_modal .opsd_gcal_events_from_offset > span.opsd_offset_value select,
|
||||
#opsd_gcal_import_events_modal .opsd_gcal_events_until_offset > span.opsd_offset_value select {
|
||||
margin-top:10px !important;
|
||||
}
|
||||
|
||||
/* M o d a l TinyMCE t o o l b a r ****************************/
|
||||
#opsd_tiny_modal .form-table td select {
|
||||
height: 40px;
|
||||
}
|
||||
#opsd_tiny_modal .wpdvlp-top-tabs .nav-tab {
|
||||
-moz-border-radius:0;
|
||||
-webkit-border-radius:0;
|
||||
border-radius:0;
|
||||
border: 1px solid #cccccc;
|
||||
padding: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
/* Fix position of modal window, that depend from sidebar in admin panel */
|
||||
@media (min-width: 992px) and (max-width: 1300px) {
|
||||
.wpdevelop .modal-dialog {
|
||||
margin: 30px 170px auto;
|
||||
}
|
||||
.wpdevelop .modal-dialog.modal-lg {
|
||||
width: 815px;
|
||||
}
|
||||
#opsd_gcal_import_events_modal th {
|
||||
width:140px;
|
||||
}
|
||||
}
|
||||
|
||||
/* M o d a l TinyMCE t o o l b a r ****************************************/
|
||||
|
||||
#opsd_tiny_modal .modal-dialog.modal-lg {
|
||||
width:94%;
|
||||
}
|
||||
/* Scrollbar for modal */
|
||||
#opsd_tiny_modal {
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
/* this pasrt for having scrollbar inside of the modal window with fixed height */
|
||||
#opsd_tiny_modal_NO .modal-dialog{
|
||||
overflow-y: initial !important;
|
||||
}
|
||||
#opsd_tiny_modal_NO .modal-body{
|
||||
height: 250px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.wp-admin .modal-backdrop {
|
||||
background-color: #000000;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 1040;
|
||||
}
|
||||
.wp-admin .modal-backdrop.fade {
|
||||
opacity: 0;
|
||||
}
|
||||
.wp-admin .modal-backdrop.in {
|
||||
opacity: 0.5;
|
||||
}
|
||||
#opsd_tiny_modal strong,
|
||||
#opsd_tiny_modal label {
|
||||
font-weight: 600;
|
||||
}
|
||||
#opsd_tiny_modal .form-table th {
|
||||
font-weight: 600;
|
||||
line-height: 1.3;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 0;
|
||||
padding-right: 10px;
|
||||
padding-top: 10px;
|
||||
vertical-align: top;
|
||||
width: 200px;
|
||||
}
|
||||
#opsd_tiny_modal .form-table td {
|
||||
line-height: 1.3;
|
||||
margin-bottom: 9px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-top: 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#opsd_tiny_modal .modal-footer a.button,
|
||||
#opsd_tiny_modal .modal-footer a.button:hover,
|
||||
#opsd_tiny_modal .modal-footer a.button:active,
|
||||
#opsd_tiny_modal .modal-footer a.button:focus {
|
||||
text-decoration: none;
|
||||
outline: 0;
|
||||
}
|
||||
#opsd_tiny_modal .opsd_expand_section_link,
|
||||
#opsd_tiny_modal a.opsd_expand_section_link:hover,
|
||||
#opsd_tiny_modal a.opsd_expand_section_link:focus {
|
||||
color:#21759b;
|
||||
cursor: pointer;
|
||||
outline: 0;
|
||||
border:none;
|
||||
border-bottom:1px dashed #21759B;
|
||||
text-decoration: none;
|
||||
}
|
||||
#opsd_tiny_modal .opsd_advanced_section,
|
||||
#opsd_tiny_modal .itemcalendar_advanced_section,
|
||||
#opsd_tiny_modal .itemselect_advanced_section {
|
||||
display:none;
|
||||
}
|
||||
#opsd_tiny_modal .put-in {
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
background: none repeat scroll 0 0 #E9E9E9;
|
||||
border: 1px solid #BBBBBB;
|
||||
width:100%;
|
||||
}
|
||||
#opsd_tiny_modal input[type="checkbox"],
|
||||
#opsd_tiny_modal input[type="radio"] {
|
||||
margin: 0 10px 2px 0;
|
||||
vertical-align: middle;
|
||||
outline: 0;
|
||||
}
|
||||
#opsd_tiny_modal .opsd_sub_settings_grayed {
|
||||
background-color: #f3f3f3;
|
||||
}
|
||||
#opsd_tiny_modal .opsd_sub_settings_grayed th {
|
||||
padding: 10px 0 0 20px;
|
||||
}
|
||||
/* Placeholders */
|
||||
#opsd_tiny_modal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
|
||||
color: #999;
|
||||
}
|
||||
#opsd_tiny_modal ::-moz-placeholder { /* Firefox 19+ */
|
||||
color: #999;
|
||||
}
|
||||
#opsd_tiny_modal :-ms-input-placeholder { /* IE 10+ */
|
||||
color: #999;
|
||||
}
|
||||
#opsd_tiny_modal :-moz-placeholder {
|
||||
color: #999;
|
||||
}
|
||||
#opsd_tiny_modal .itemsearch_search_results{
|
||||
display:none;
|
||||
}
|
||||
#opsd_tiny_modal .itemsearch_search_form.opsd_sub_settings_grayed{
|
||||
display:none;
|
||||
}
|
||||
#opsd_tiny_modal .opsd_shortcode_itemresource {
|
||||
display:none;
|
||||
}
|
||||
#opsd_tiny_modal select option:disabled {
|
||||
color: #ccc;
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user