Browse Source

increase size of attached label padding

pull/2229/head
jlukic 11 years ago
parent
commit
a80e831e9d
1 changed files with 18 additions and 0 deletions
  1. 18
      src/elements/label.less

18
src/elements/label.less

@ -106,6 +106,21 @@ a.ui.label {
opacity: 0.99;
}
/*-------------------
Coupling
--------------------*/
/* Padding on next content after a label */
.ui.segment > .attached.label:first-child + * {
margin-top: 2.5em;
}
.ui.segment > .bottom.attached.label:first-child ~ :last-child {
margin-top: 0em;
margin-bottom: 2.5em;
}
/*******************************
Types
*******************************/
@ -305,6 +320,9 @@ a.ui.label:hover:before {
margin: 0em;
top: 0em;
left: 0em;
padding: 0.75em 1em;
-webkit-border-radius: 4px 4px 0em 0em;
-moz-border-radius: 4px 4px 0em 0em;
border-radius: 4px 4px 0em 0em;

Loading…
Cancel
Save