Analize - popravek borderja v naslovni vrstici, dodan design za javno povezavo
This commit is contained in:
parent
d38045e2b3
commit
6861ed7aa1
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,8 @@
|
|||||||
#ttestResults,
|
#ttestResults,
|
||||||
.subpage_analysis_creport,
|
.subpage_analysis_creport,
|
||||||
.report_element_data,
|
.report_element_data,
|
||||||
#arch_body_div{
|
#arch_body_div,
|
||||||
|
#analiza_data{
|
||||||
|
|
||||||
.div_analiza_holder {
|
.div_analiza_holder {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1,156 +1,108 @@
|
|||||||
// Ikone (frekvenca, suma...)
|
// Ikone (frekvenca, suma...)
|
||||||
|
|
||||||
#div_analiza_data{
|
#div_analiza_data{
|
||||||
|
|
||||||
.row2{
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.options{
|
|
||||||
width: 220px;
|
|
||||||
z-index: 9999;
|
|
||||||
|
|
||||||
position: absolute;
|
|
||||||
left: 17px;
|
|
||||||
top: 40px;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.faicon.dots {
|
.faicon.dots {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #1e88e5;
|
color: #1e88e5;
|
||||||
|
|
||||||
|
&:hover{
|
||||||
|
color: #0059ab;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.faicon.dots:hover{
|
|
||||||
color: #0059ab;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.cell_icons {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
// .options{
|
|
||||||
// border: 1px solid red;
|
|
||||||
// width: 200px;
|
|
||||||
|
|
||||||
// position: absolute;
|
|
||||||
|
|
||||||
// }
|
// Popup div z ikonami
|
||||||
|
.options{
|
||||||
.analysis_icons_holder{
|
position: relative;
|
||||||
// display: flex;
|
|
||||||
|
|
||||||
// align-items: center;
|
|
||||||
// justify-content: center;
|
|
||||||
|
|
||||||
background-color: white;
|
|
||||||
border-radius: 2px;
|
|
||||||
box-shadow: 0px 0px 7px 0px #0000001F;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.icon_box{
|
|
||||||
// display: flex;
|
|
||||||
// align-items: center;
|
|
||||||
// justify-content: center;
|
|
||||||
margin-left: 16px;
|
|
||||||
padding-bottom: 12px;
|
|
||||||
|
|
||||||
|
.analysis_icons_holder{
|
||||||
|
width: 220px;
|
||||||
|
z-index: 9999;
|
||||||
|
|
||||||
|
position: absolute;
|
||||||
|
left: 17px;
|
||||||
|
top: 40px;
|
||||||
|
|
||||||
|
background-color: white;
|
||||||
>a{
|
border-radius: 2px;
|
||||||
|
box-shadow: 0px 0px 7px 0px #0000001F;
|
||||||
display: flex;
|
|
||||||
text-decoration: none;
|
.icon_box{
|
||||||
|
margin-left: 16px;
|
||||||
.icon_text{
|
padding-bottom: 12px;
|
||||||
color: #333333;
|
|
||||||
font-weight: 400;
|
>a{
|
||||||
margin-left: 14px;
|
|
||||||
margin-right: 16px;
|
display: flex;
|
||||||
|
text-decoration: none;
|
||||||
}
|
|
||||||
.icon_text_margin{
|
.icon_text{
|
||||||
margin-left: 15px;
|
color: #333333;
|
||||||
}
|
font-weight: 400;
|
||||||
.dop_frekv{
|
margin-left: 14px;
|
||||||
margin-left: 9px;
|
margin-right: 16px;
|
||||||
}
|
|
||||||
.sum_frekv{
|
}
|
||||||
margin-left: 13px;
|
.icon_text_margin{
|
||||||
}
|
margin-left: 15px;
|
||||||
.star_icon{
|
}
|
||||||
margin-left: 9px;
|
.dop_frekv{
|
||||||
}
|
margin-left: 9px;
|
||||||
.an_freq_text{
|
}
|
||||||
margin-left: 17px;
|
.sum_frekv{
|
||||||
}
|
margin-left: 13px;
|
||||||
.an_chart_bar_text{
|
}
|
||||||
margin-left: 10px;
|
.star_icon{
|
||||||
}
|
margin-left: 9px;
|
||||||
|
}
|
||||||
&:last-of-type{
|
.an_freq_text{
|
||||||
margin-right: 0;
|
margin-left: 17px;
|
||||||
}
|
}
|
||||||
|
.an_chart_bar_text{
|
||||||
.faicon{
|
margin-left: 10px;
|
||||||
max-height: 17px ;
|
}
|
||||||
background-color: unset;
|
|
||||||
|
&:last-of-type{
|
||||||
&:before{
|
margin-right: 0;
|
||||||
font-size: 12px;
|
}
|
||||||
}
|
|
||||||
|
.faicon{
|
||||||
&.an_freq,
|
max-height: 17px ;
|
||||||
&.an_freqx,
|
background-color: unset;
|
||||||
&.an_stat,
|
|
||||||
&.an_sigma,
|
&:before{
|
||||||
&.an_sigmax{
|
font-size: 12px;
|
||||||
&:before{
|
}
|
||||||
font-size: 18px;
|
|
||||||
|
&.an_freq,
|
||||||
|
&.an_freqx,
|
||||||
|
&.an_stat,
|
||||||
|
&.an_sigma,
|
||||||
|
&.an_sigmax{
|
||||||
|
&:before{
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon_box:first-of-type{
|
||||||
|
padding-top: 16px;
|
||||||
|
}
|
||||||
|
.icon_box:last-of-type{
|
||||||
|
padding-bottom: 16px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon_box:first-of-type{
|
|
||||||
padding-top: 16px;
|
|
||||||
}
|
|
||||||
.icon_box:last-of-type{
|
|
||||||
padding-bottom: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 850px) {
|
// Arhiv in javna povezava nimata ikon
|
||||||
.analysis_icons_holder {
|
#analiza_data,
|
||||||
display: block !important;
|
#arch_body_div{
|
||||||
|
|
||||||
|
.faicon.dots{
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// span.faicon{
|
|
||||||
// font-family: "Source Sans Pro",sans-serif;
|
|
||||||
// font-weight: 700;
|
|
||||||
// font-style: italic;
|
|
||||||
// content: "f*";
|
|
||||||
// }
|
|
||||||
|
|
||||||
.cell_icons button::before{
|
|
||||||
font-weight: 700;
|
|
||||||
// content: "f*";
|
|
||||||
content: "\f141";
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options div.button {
|
|
||||||
background-color: #f8f8f8 !important;
|
|
||||||
background: unset;
|
|
||||||
border: unset;
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user