analize--> statistike: options styling

This commit is contained in:
Nejc Kovač 2022-08-16 14:54:17 +02:00
parent abdfb8ed27
commit e6aa999cef
2 changed files with 21 additions and 6 deletions

View File

@ -29539,11 +29539,10 @@ iframe#ifmcontentstoprint {
position: relative; position: relative;
} }
#div_analiza_data .options { #div_analiza_data .options {
border: 1px solid red;
width: 200px; width: 200px;
position: absolute; position: absolute;
left: 0px; left: 17px;
top: 50px; top: 40px;
} }
.analysis_icons_holder { .analysis_icons_holder {
@ -29551,6 +29550,7 @@ iframe#ifmcontentstoprint {
} }
.analysis_icons_holder .icon_box { .analysis_icons_holder .icon_box {
margin-left: 16px; margin-left: 16px;
padding-bottom: 12px;
} }
.analysis_icons_holder .icon_box > a { .analysis_icons_holder .icon_box > a {
display: flex; display: flex;
@ -29582,6 +29582,12 @@ iframe#ifmcontentstoprint {
.analysis_icons_holder .icon_box > a .faicon.an_freq:before, .analysis_icons_holder .icon_box > a .faicon.an_freqx:before, .analysis_icons_holder .icon_box > a .faicon.an_stat:before, .analysis_icons_holder .icon_box > a .faicon.an_sigma:before, .analysis_icons_holder .icon_box > a .faicon.an_sigmax:before { .analysis_icons_holder .icon_box > a .faicon.an_freq:before, .analysis_icons_holder .icon_box > a .faicon.an_freqx:before, .analysis_icons_holder .icon_box > a .faicon.an_stat:before, .analysis_icons_holder .icon_box > a .faicon.an_sigma:before, .analysis_icons_holder .icon_box > a .faicon.an_sigmax:before {
font-size: 18px; font-size: 18px;
} }
.analysis_icons_holder .icon_box:first-of-type {
padding-top: 16px;
}
.analysis_icons_holder .icon_box:last-of-type {
padding-bottom: 16px;
}
#div_analiza_data table.table_desc tr td, #div_analiza_data table.table_desc tr td,
.custom_report_elements table.table_desc tr td, .custom_report_elements table.table_desc tr td,

View File

@ -9,12 +9,11 @@
} }
.options{ .options{
border: 1px solid red;
width: 200px; width: 200px;
position: absolute; position: absolute;
left: 0px; left: 17px;
top: 50px; top: 40px;
} }
@ -45,11 +44,14 @@
background-color: white; background-color: white;
.icon_box{ .icon_box{
// display: flex; // display: flex;
// align-items: center; // align-items: center;
// justify-content: center; // justify-content: center;
margin-left: 16px; margin-left: 16px;
padding-bottom: 12px;
@ -99,5 +101,12 @@
} }
} }
} }
.icon_box:first-of-type{
padding-top: 16px;
}
.icon_box:last-of-type{
padding-bottom: 16px;
}
} }