1KA_F2F/resources/sass/admin/branching/branching_collapsed.scss

122 lines
2.5 KiB
SCSS

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 06-Aug-2018, 11:37:12
Author : podkrizniku
*/
#branching.collapsed {
min-height: 317px;
margin-top: 10px;
li.spr {
line-height: 28px;
&:hover {
background-color: $soft_blue_lighten;
cursor: pointer;
}
div.spr_edit {
padding-top: 0px;
margin-top: 0px;
margin-right: 10px;
}
}
li.spr.spr_editing {
line-height: inherit;
&:hover {
background: none;
cursor: auto;
}
div.spr_edit{
padding-top: 2px;
margin-top: 5px;
margin-right: 30px;
}
}
li.drop {
height: 6px;
margin: 2px 0px 2px 50px;
margin: 0px 0 0px 40px;
padding: 2px 0px 2px 10px;
border-left: 2.5px solid transparent;
span.pb_on {
display: inline-block;
width: 100%;
height: 10px;
background: url('../../../admin/survey/img_0/sprites_pb.png') no-repeat 0px 0px;
text-align: right;
font-size: 10px;
color: $grey_light;
}
span.pb_off {
display: inline-block;
width: 100%;
height: 10px;
}
span.pb_new {
display: inline-block;
width: 100%;
height: 10px;
}
&:hover {
span.pb_on {
background: url('../../../admin/survey/img_0/sprites_pb.png') no-repeat 0px -62px;
cursor: pointer;
}
span.pb_new {
background: url('../../../admin/survey/img_0/sprites_pb.png') no-repeat 0px -31px;
cursor: pointer;
}
}
}
li.nodrop {
height: 6px;
margin: 2px 0px 2px 50px;
margin: 0px 0 0px 40px;
padding: 2px 0px 2px 0px;
border-left: 2.5px solid transparent;
span.pb_on {
display: inline-block;
width: 100%;
height: 10px;
background: url('../../../admin/survey/img_0/sprites_pb.png') no-repeat 0px 0px;
text-align: right;
font-size: 10px;
color: $grey_light;
}
span.pb_off {
display: inline-block;
width: 100%;
height: 10px;
}
span.pb_new {
display: inline-block;
width: 100%;
height: 10px;
}
&:hover {
span.pb_on {
background: url('../../../admin/survey/img_0/sprites_pb.png') no-repeat 0px -62px;
cursor: pointer;
}
span.pb_new {
background: url('../../../admin/survey/img_0/sprites_pb.png') no-repeat 0px -31px;
cursor: pointer;
}
span.permanent {
background: url('../../../admin/survey/img_0/sprites_pb.png') no-repeat 0px 0px;
cursor: default;
}
}
}
div.if_remove {
padding-top: 0px;
margin-top: 3px;
}
}