statistike --> odstranjen dvojni shadow, prikaz settingov pri manjših ekranih
This commit is contained in:
parent
ecaabf3c0c
commit
1f7c522698
@ -30049,7 +30049,6 @@ iframe#ifmcontentstoprint {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 17px;
|
left: 17px;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275);
|
|
||||||
}
|
}
|
||||||
#div_analiza_data .faicon.dots {
|
#div_analiza_data .faicon.dots {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -30120,6 +30119,11 @@ iframe#ifmcontentstoprint {
|
|||||||
padding-bottom: 16px;
|
padding-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 850px) {
|
||||||
|
.analysis_icons_holder {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
.cell_icons button::before {
|
.cell_icons button::before {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
content: "\f141";
|
content: "\f141";
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
left: 17px;
|
left: 17px;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
|
|
||||||
box-shadow: 0px 0px 7px 0px #0000001F;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.faicon.dots {
|
.faicon.dots {
|
||||||
@ -127,6 +127,11 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 850px) {
|
||||||
|
.analysis_icons_holder {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user