Browse Source

Add bottom pointing label instead of below pointing

pull/1129/head
jlukic 10 years ago
parent
commit
52245ccbd5
1 changed files with 2 additions and 0 deletions
  1. 2
      src/definitions/elements/label.less

2
src/definitions/elements/label.less

@ -874,10 +874,12 @@ a.ui.yellow.label:hover:before {
left: 50%;
}
/*--- Below ---*/
.ui.pointing.bottom.label,
.ui.pointing.below.label {
margin-top: 0em;
margin-bottom: 1em;
}
.ui.pointing.bottom.label:before,
.ui.pointing.below.label:before {
margin-left: -@pointingTriangleOffset;
top: auto;

Loading…
Cancel
Save