#linkHome, #linkHome a {
margin-right: 5px; }
-@media screen and (-webkit-min-device-pixel-ratio: 0) {
- ::i-block-chrome, #resform {
- right: -1px; }
- ::i-block-chrome:after, #res-tab-open:after {
- left: -3px; } }
+@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
+ .safari_only #resform {
+ right: -1px !important;
+ bottom: -296px !important; }
+ .safari_only #res-tab-open:after {
+ left: -3px !important; } }
.breadcrumbs {
margin-top: 10px; }
#linkHome, #linkHome a{
margin-right: 5px;
}
-@media screen and (-webkit-min-device-pixel-ratio:0){
- ::i-block-chrome, #resform{
- right: -1px;
- }
- ::i-block-chrome, #res-tab-open{
- &:after{
- left: -3px;
+@supports (overflow:-webkit-marquee) and (justify-content:inherit)
+{
+
+ .safari_only {
+ #resform{
+ right: -1px !important;
+ bottom: -296px !important;
+ }
+ #res-tab-open{
+ &:after{
+ left: -3px !important;
+ }
}
}
-}
\ No newline at end of file
+
+}