Browse Source

Fix fluid flex, rounding of padding

pull/2300/head
jlukic 9 years ago
parent
commit
7d402ff4e8
2 changed files with 3 additions and 1 deletions
  1. 2
      src/definitions/elements/button.less
  2. 2
      src/themes/default/elements/button.variables

2
src/definitions/elements/button.less

@ -1036,6 +1036,8 @@
.ui.fluid.buttons, .ui.fluid.buttons,
.ui.button.fluid { .ui.button.fluid {
display: flex; display: flex;
justify-content: center;
flex-direction: row;
width: 100%; width: 100%;
} }

2
src/themes/default/elements/button.variables

@ -12,7 +12,7 @@
/* Style */ /* Style */
@backgroundColor: #E0E0E0; @backgroundColor: #E0E0E0;
@backgroundImage: none; @backgroundImage: none;
@verticalPadding: 0.78571em;
@verticalPadding: 0.7857142em;
@horizontalPadding: 1.5em; @horizontalPadding: 1.5em;
/* Text */ /* Text */

Loading…
Cancel
Save