Этот коммит содержится в:
Asaad Mahmood
2016-02-08 20:29:04 +05:00
родитель 96cb7345da
Коммит 22656ac1ae
3 изменённых файлов: 27 добавлений и 12 удалений

Просмотреть файл

@@ -530,17 +530,19 @@ export default class ManageCommandCmds extends React.Component {
/>
</label>
<div className='padding-top'>
<label>
<input
type='checkbox'
checked={this.state.cmd.auto_complete}
onChange={this.updateAutoComplete}
/>
<FormattedMessage
id='user.settings.cmds.auto_complete_help'
defaultMessage='Show this command in autocomplete list'
/>
</label>
<div className='checkbox'>
<label>
<input
type='checkbox'
checked={this.state.cmd.auto_complete}
onChange={this.updateAutoComplete}
/>
<FormattedMessage
id='user.settings.cmds.auto_complete_help'
defaultMessage=' Show this command in autocomplete list'
/>
</label>
</div>
</div>
</div>
<div className='padding-top x2'>
@@ -637,7 +639,7 @@ export default class ManageCommandCmds extends React.Component {
</div>
{addError}
</div>
<div className='padding-top padding-bottom'>
<div className='padding-top x2 padding-bottom'>
<a
className={'btn btn-sm btn-primary'}
href='#'

Просмотреть файл

@@ -25,6 +25,10 @@ body {
}
}
b, strong {
font-weight: 600;
}
.inner__wrap {
height: 100%;
> .row.main {

Просмотреть файл

@@ -570,11 +570,20 @@ body.ios {
li {
display: inline-block;
vertical-align: top;
}
.col__name {
margin-right: 7px;
font-weight: 600;
.user-popover {
max-width: 130px;
@include clearfix;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.col__reply {