/* 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 : 08-Aug-2018, 12:41:39 Author : podkrizniku */ #single_export { position: relative; width: 80px; height: 70px; float: right; margin: 20px 0; } @mixin img_analysis() { a { color: $grey_normal; cursor: pointer; font-weight: normal; &:HOVER { color: $grey_normal; } } } .img_analysis_f_p { @include img_analysis(); } .img_analysis_f { @include img_analysis(); } .img_analysis_p { @include img_analysis(); } .span_navedbe { @include img_analysis(); float: right; } .div_other_text { margin-top: 5px; margin-left: 0.5cm; } .div_navedbe { margin-top: 5px; margin-left: 0.5cm; margin-left: 0px; } #div_analiza_single_var_close { width: 100%; height: 20px; color: white; background-color: $strong_blue; border-bottom: 1px solid $red_error; font-weight: bold; } #div_analiza_single_var_close_button { float: right; width: 20px; text-align: center; border-left: 1px solid $red_error; height: 17px; padding-top: 3px; background-color: $strong_blue; &:hover { background-color: $strong_blue_darken; cursor: pointer; } a { text-decoration: none; width: 100%; height: 100%; } } #div_analiza_single_var { width: 100%; height: auto; } #globalSetingsHolder { width: 100%; display: inline-block; margin-bottom: 10px; } /*dropdown select analysis*/ #analizaSubNav { position: relative; display: inline-block; float: left; width: 270px; margin: 3px 20px 0 0; } .srv_statistic_menu { float: left; margin: 4px 0 0 0; } #globalSetingsLinks.analiza { float: right; position: absolute; z-index: 78; width: 190px; background-color: $soft_blue_very_lighten; border: 1px solid $soft_blue; &:hover { border: 1px solid $soft_blue_very_darken; ul { li.highlightLineTab { background: none; } } >ul { li { display: block; transition: 0.2s; } } } ul { z-index: 78; padding: 0 5px; li { padding: 2px 1px; background-color: $soft_blue_very_lighten; border: 0; a { display: block; margin-right: 12px; color: $strong_blue !important; background-color: $soft_blue_very_lighten; } &:hover { >a { color: $strong_blue !important; } } } li.highlightLineTab { background-image: url(../../../admin/survey/icons/icons/bullet_arrow_down.png); background-repeat: no-repeat; background-position: right 1px; a { span { font-weight: 500; color: $strong_blue !important; background-color: $soft_blue_very_lighten; } } } li.previewCheck { margin-top: 4px; padding: 5px 0 7px 0; color: $strong_blue; border-top: 1px $soft_blue solid; label { &:hover { color: $orange; } } } } } @mixin analysis_bottom_settings(){ width: auto; height: 50px; margin: 10px auto; text-align: center; position: relative; a { display: inline-block; margin-right: 20px; font-size: 13px; color: $grey_dark; &:hover { color: $orange; } } } .analysis_bottom_settings { @include analysis_bottom_settings(); margin-top: 40px; } .chart_bottom_settings { @include analysis_bottom_settings(); } .anl_pr10 { padding-right: 10px; }