Adjust form preview type icons clickable area
[MAILPOET-2743]
This commit is contained in:
committed by
Veljko V
parent
2711a00f3e
commit
a37732cfb1
@@ -22,7 +22,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mailpoet-modal-header {
|
.mailpoet-modal-header {
|
||||||
height: 26px;
|
height: 20px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
||||||
.mailpoet-modal-close {
|
.mailpoet-modal-close {
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
.mailpoet_browser_preview_toggle {
|
.mailpoet_browser_preview_toggle {
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
height: 30px;
|
height: 34px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@@ -14,7 +14,8 @@
|
|||||||
.mailpoet_browser_preview_icon {
|
.mailpoet_browser_preview_icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
margin: 0 12px;
|
margin: 0 6px;
|
||||||
|
padding: 5px 10px;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
Reference in New Issue
Block a user