1KA_F2F/resources/sass/admin/library.scss

181 lines
2.9 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 : 03-Aug-2018, 12:12:02
Author : podkrizniku
*/
.grupahover {
background-color: $orange_super_lighten !important;
border: 1px solid $orange;
border-radius: 3px 3px 3px 3px;
padding: 5px;
}
span.library_on {
a {
color: $red_error;
}
}
div {
.folder_container {
&:hover {
background-color: $soft_blue_very_lighten;
}
}
.folder_left {
float: left;
img.mapca {
cursor: move;
}
span.mapca {
cursor: move;
}
}
}
.folder {
strong {
&:hover {
background-color: $grey_very_light;
}
}
}
#anketa_knjiznica {
min-height: 500px;
background-color: white;
ul {
list-style: none;
margin: 0;
padding-left: 18px;
}
li {
.anketa {
margin: 0;
padding-left: 0;
}
margin-bottom: 5px;
}
.new_folder {
visibility: hidden;
}
.delete_folder {
visibility: hidden;
}
.sprites.mapa {
margin-bottom: 3px;
}
span.folderdrop {
&:hover {
.new_folder {
visibility: visible;
}
.delete_folder {
visibility: visible;
}
}
span{
vertical-align: middle;
}
}
.folder_container {
display: block;
height: 20px;
overflow: hidden;
padding: 2px 3px;
display: block;
min-height: 16px;
overflow: hidden;
padding: 2px 3px;
}
div {
.folder_right {
width: auto;
float: right;
text-align: left;
a{
padding-left: 15px;
}
.faicon{
vertical-align: -2px;
}
.faicon.library::before {
font-size: 18px;
}
}
}
div.folder_left {
width: 80%;
float: none;
max-width: 400px;
width: auto;
}
#library {
div.folder_left {
width: 400px;
}
}
div.folder_left.indent {
display: block;
height: 22px;
overflow: hidden;
position: relative;
}
.folder {
strong {
&:hover {
background-color: $soft_blue_very_lighten;
cursor: pointer;
}
}
}
#libraryInner {
bottom: 0;
overflow: auto;
#searchLibrarySurveys{
clear: both;
display: block;
float: left;
margin: 0px 0 10px 0;
padding: 0 10px 10px 0px;
input[type="text"] {
width: 200px;
padding: 4px 0 4px 7px;
font-size: 12px;
border: 1px solid $soft_blue;
}
.buttonwrapper {
margin: -2px 0 0 2px;
padding: 1px 3px;
}
}
}
}
#copy_library_alert {
padding: 5px;
border: 1px solid $red_error;
background: white;
}
div.anketa_vprasanja {
display: none;
padding-left: 33px;
span.new_spr {
display: block;
overflow: hidden;
height: 22px;
}
span {
&:hover {
background-color: white;
}
}
}