Browse Source

Fix #2652

pull/3277/head
Mohammad Younes 9 years ago
committed by Jack
parent
commit
e4b1c37954
1 changed files with 7 additions and 1 deletions
  1. 8
      src/definitions/modules/popup.less

8
src/definitions/modules/popup.less

@ -140,6 +140,7 @@
.ui.bottom.left.popup {
margin-left: @boxArrowOffset;
}
/*rtl:rename*/
.ui.bottom.left.popup:before {
top: @arrowOffset;
left: @arrowDistanceFromEdge;
@ -152,6 +153,7 @@
.ui.bottom.right.popup {
margin-right: @boxArrowOffset;
}
/*rtl:rename*/
.ui.bottom.right.popup:before {
top: @arrowOffset;
right: @arrowDistanceFromEdge;
@ -172,6 +174,7 @@
.ui.top.left.popup {
margin-left: @boxArrowOffset;
}
/*rtl:rename*/
.ui.top.left.popup:before {
bottom: @arrowOffset;
left: @arrowDistanceFromEdge;
@ -182,6 +185,7 @@
.ui.top.right.popup {
margin-right: @boxArrowOffset;
}
/*rtl:rename*/
.ui.top.right.popup:before {
bottom: @arrowOffset;
right: @arrowDistanceFromEdge;
@ -191,6 +195,7 @@
}
/*--- Left Center ---*/
/*rtl:rename*/
.ui.left.center.popup:before {
top: 50%;
right: @arrowOffset;
@ -201,6 +206,7 @@
}
/*--- Right Center ---*/
/*rtl:rename*/
.ui.right.center.popup:before {
top: 50%;
left: @arrowOffset;
@ -361,4 +367,4 @@
}
.loadUIOverrides();
.loadUIOverrides();
Loading…
Cancel
Save