mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-25 07:56:40 +00:00
Adjusts margin on settings icon
Bug: T193058 Change-Id: I0908ebbf7ab5fd6a54e5734cdc91531961cf10fa
This commit is contained in:
parent
662192e0a5
commit
941d4b07b8
|
@ -8,7 +8,7 @@
|
||||||
height: @iconSize;
|
height: @iconSize;
|
||||||
padding: 3px; // enlarges icon box (visible on hover)
|
padding: 3px; // enlarges icon box (visible on hover)
|
||||||
float: right; // positions icon near bottom right corner
|
float: right; // positions icon near bottom right corner
|
||||||
margin: 4px; // adjusts position
|
margin: 4px 4px 2px 4px; // adjusts position
|
||||||
text-indent: -1em; // offsets .mw-ui-icon-element:before { margin: 0 1em; }
|
text-indent: -1em; // offsets .mw-ui-icon-element:before { margin: 0 1em; }
|
||||||
border-radius: @borderRadius;
|
border-radius: @borderRadius;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in a new issue