analize--> statistike: options styling
This commit is contained in:
parent
abdfb8ed27
commit
e6aa999cef
@ -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,
|
||||
|
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -99,5 +101,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.icon_box:first-of-type{
|
||||
padding-top: 16px;
|
||||
}
|
||||
.icon_box:last-of-type{
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user