Viewing File: /home/travuxru/arewatechblog.com/wp-content/plugins/jannah-extensions/assets/admin-styles.css

i.tie-shortcodes-icon {
	background-image: url('../shortcodes/assets/images/tie-shortcodes.png');
}

/* ---------------------------------------------
 Custom Sliders
------------------------------------------------ */
#tie-slider-items{
	margin-top: 30px;
	padding: 15px;
	border: 4px dashed #b4b9be;
}

#tie-slider-items li{
	position: relative;
	padding-right: 170px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
  background: #fff;
  margin-bottom: 15px;
  cursor: move;
}

#tie-slider-items li:last-child{
	margin-bottom: 0;
}

#tie-slider-items .slider-img{
	overflow: hidden;
	width: 120px;
	height: 120px;
	position: absolute;
	right: 25px;
	top: 25px;
	border: 2px solid rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);

	-webkit-border-radius: 75px;
	   -moz-border-radius: 75px;
	        border-radius: 75px;

	z-index: 999;
}

#tie-slider-items img {
	height: 150px;
	width: 150px;
	margin: -15px;
}

#tie-slider-items .del-item {
	bottom: 0;
	margin: 0;
	right: 0;
	position: absolute;
}

#tie-slider-items .tie-state-highlight{
	background-color: #fffdea;
	border: 1px dashed #ffd38c;
	height: 250px
}

#tie-slider-items .slider-option-item{
	clear: both;
	padding: 12px 25px;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
}

#tie-slider-items .slider-option-item:after{
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
 }

#tie-slider-items .tie-slider-label {
	width: 25%;
	margin-right: 2%;
	display: inline-block;
	float:left;
	font-weight: bold;
	line-height: 2.2;
}

#tie-slider-items .slider-option-item input[type=text],
#tie-slider-items .slider-option-item select{
	width: 300px;
	border-radius: 3px;
}

#tie-slider-items .slider-option-item select[multiple] option{
	padding: 5px 8px;
}

#tie-slider-items .slider-option-item input[type=text],
#tie-slider-items .slider-option-item textarea {
	padding: 7px 10px;
}

#tie-slider-items .slider-option-item textarea {
	direction:ltr;
	text-align:left;
	width:64%;
	height:100px;
	padding: 10px;
	border-radius: 3px;
}

#tie-slider-items .slider-option-item input[type=text]:focus,
#tie-slider-items .slider-option-item textarea:focus {
	border: solid 1px #c2c2c2;
}

#tie-slider-items a.tie-delete-slide{
	cursor: pointer;
	padding: 15px;
	color: #FFF;
	background: #333;
	position: absolute;
	bottom: 0;
	right: 0;
}

#tie-slider-items a.tie-delete-slide:hover{
	background: red !important;
	color: #FFF;
}

#tie-slider-items li.removed{
	background:#ffeded;
}

/* ---------------------------------------------
 RTL
------------------------------------------------ */
body.rtl #tie-slider-items li{
	padding-right: 0;
	padding-left: 170px;
}

body.rtl #tie-slider-items .tie-slider-label{
	float: right;
}

body.rtl #tie-slider-items .slider-img {
	left: 25px;
	right: auto;
}

body.rtl #tie-slider-items a.tie-delete-slide {
	left: 0;
	right: auto;
}
Back to Directory File Manager