92 lines
1.8 KiB
CSS
92 lines
1.8 KiB
CSS
.div_included_slider {
|
|
padding-top: 3px;
|
|
}
|
|
.slider_parametrs {
|
|
padding-left: 5px;
|
|
width: 180px;
|
|
float: left;
|
|
margin-top: 2px;
|
|
}
|
|
.slider_input {
|
|
display: none;
|
|
}
|
|
.main_yutube_plus_params pre {
|
|
background: #ddd;
|
|
width: max-content;
|
|
padding: 12px;
|
|
}
|
|
|
|
.slider_span {
|
|
margin-left: 13px;
|
|
}
|
|
.desription_class {
|
|
float: right;
|
|
cursor: default;
|
|
color: #0074a2;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
border: 1px solid #ddd;
|
|
background: #fafafa;
|
|
border-radius: 200px;
|
|
height: 20px;
|
|
width: 20px;
|
|
padding: 0;
|
|
margin: 0;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
cursor: help;
|
|
}
|
|
|
|
.wp-picker-holder {
|
|
position: absolute;
|
|
z-index: 999999;
|
|
}
|
|
|
|
.not_paramter {
|
|
color: #B33F41;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* SAVE BUTTON*/
|
|
button {
|
|
-webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
|
|
-moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
|
|
-ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
|
|
-o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
|
|
transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
|
|
}
|
|
#save_button,#save_button_general {
|
|
max-width: 200px;
|
|
text-align: left;
|
|
overflow: hidden;
|
|
}
|
|
#save_button_general {
|
|
max-width: 200px;
|
|
}
|
|
|
|
.sucsses_save,
|
|
.saving_in_progress,
|
|
.error_in_saving {
|
|
position: relative;
|
|
display: none;
|
|
width: 18px;
|
|
height: 18px;
|
|
margin: 0 0 0 6px;
|
|
top: 4px;
|
|
background-size: 100% 100%;
|
|
}
|
|
.saving_in_progress {
|
|
background-image: url(../images/loading.gif);
|
|
}
|
|
.sucsses_save {
|
|
background-image: url(../images/success.png);
|
|
}
|
|
.error_in_saving {
|
|
background-image: url(../images/remove_element.png);
|
|
}
|
|
.error_massage {
|
|
color: #BB1E1E;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
padding-left: 21px;
|
|
} |