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;
}
#div_analiza_data .options {
border: 1px solid red;
width: 200px;
position: absolute;
left: 0px;
top: 50px;
left: 17px;
top: 40px;
}
.analysis_icons_holder {
@ -29551,6 +29550,7 @@ iframe#ifmcontentstoprint {
}
.analysis_icons_holder .icon_box {
margin-left: 16px;
padding-bottom: 12px;
}
.analysis_icons_holder .icon_box > a {
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 {
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,
.custom_report_elements table.table_desc tr td,

View File

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