Appearance tweaks

This commit is contained in:
Toby Zerner 2015-07-23 16:39:20 +09:30
parent e698e2220b
commit 52c9539be3
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ export default class Button extends Component {
const iconName = this.props.icon;
return [
iconName ? icon(iconName, {className: 'Button-icon'}) : '',
iconName ? icon(iconName, {className: 'Button-icon'}) : '', ' ',
this.props.children ? <span className="Button-label">{this.props.children}</span> : ''
];
}

View File

@ -42,7 +42,7 @@
width: 100%;
}
.ButtonGroup:not(.itemCount1) {
.SplitDropdown-button {
.Button:first-child {
width: 77%;
}
.Dropdown-toggle {

View File

@ -17,7 +17,7 @@
width: @size;
height: @size;
border-radius: @size / 2;
line-height: @size - 5px;
line-height: @size - 3px;
&, .Badge-icon {
font-size: 0.56 * @size;