| Current Path : /home/azimutno/www/demo/plugins/nextendsliderwidgetbar/vertical/vertical/ |
| Current File : /home/azimutno/www/demo/plugins/nextendsliderwidgetbar/vertical/vertical/style.less |
(~'@{id}') {
.nextend-bar-v {
width: 100%;
height: 30px;
z-index: 9;
}
.nextend-bar-v .nextend-bar-slide{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
overflow: auto;
}
.nextend-bar-v .nextend-bar-slide.active{
display: block;
}
.nextend-bar-v .nextend-bar-slide h6{
float: left;
margin: 20px 15px 0 15px;
}
.nextend-bar-v .nextend-bar-slide p{
float: left;
margin: 10px 15px 0 15px;
clear: both;
}
.nextend-bar-v-vertical{
height: 100%;
}
.nextend-element .nextend-bar-v{
width: 200px;
height: 80px;
background-color: RGBA(0,0,0,.6);
}
.nextend-element .nextend-bar-v h6{
float: left;
margin: 20px 15px 0 15px;
color: white;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
font-size: 14px;
}
.nextend-element .nextend-bar-v p{
float: left;
clear: both;
margin: 10px 15px 0 15px;
color: white;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
font-size: 12px;
}
}