Fix for the safari browser tile image positioning problem. (#518)
Co-authored-by: Andreas <sumerauer@kanzlei-wmv.de>
This commit is contained in:
parent
829c323170
commit
12ba0699d7
|
@ -110,8 +110,7 @@ div.body{
|
|||
}
|
||||
#main-docuBtns ul li > a > img {
|
||||
position: relative;
|
||||
top: 50%;
|
||||
transform: translate(0%,-45%);
|
||||
transform: translate(0%,5%);
|
||||
}
|
||||
.main-txt-btn {
|
||||
padding-top:2px;
|
||||
|
|
|
@ -100,8 +100,7 @@ div.body{
|
|||
}
|
||||
#main-docuBtns ul li > a > img {
|
||||
position: relative;
|
||||
top: 50%;
|
||||
transform: translate(0%,-45%);
|
||||
transform: translate(0%,5%);
|
||||
}
|
||||
.main-txt-btn {
|
||||
padding-top:2px;
|
||||
|
|
Loading…
Reference in New Issue