analize--> statistike: options styling
This commit is contained in:
parent
abdfb8ed27
commit
e6aa999cef
@ -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,
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user