This commit is contained in:
Jeremy Thomas
2017-04-02 14:37:10 +01:00
parent 2452a69aa7
commit e1f8e9ba1f
3 changed files with 10 additions and 9 deletions

View File

@@ -1666,11 +1666,9 @@ a.box:active {
height: 1em;
position: relative;
width: 1em;
left: 50%;
margin-left: -0.5em;
margin-top: -0.5em;
position: absolute;
top: 50%;
left: calc(50% - (1em / 2));
top: calc(50% - (1em / 2));
position: absolute !important;
}