Multiple UI Improvements
Этот коммит содержится в:
@@ -530,17 +530,19 @@ export default class ManageCommandCmds extends React.Component {
|
|||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<div className='padding-top'>
|
<div className='padding-top'>
|
||||||
<label>
|
<div className='checkbox'>
|
||||||
<input
|
<label>
|
||||||
type='checkbox'
|
<input
|
||||||
checked={this.state.cmd.auto_complete}
|
type='checkbox'
|
||||||
onChange={this.updateAutoComplete}
|
checked={this.state.cmd.auto_complete}
|
||||||
/>
|
onChange={this.updateAutoComplete}
|
||||||
<FormattedMessage
|
/>
|
||||||
id='user.settings.cmds.auto_complete_help'
|
<FormattedMessage
|
||||||
defaultMessage='Show this command in autocomplete list'
|
id='user.settings.cmds.auto_complete_help'
|
||||||
/>
|
defaultMessage=' Show this command in autocomplete list'
|
||||||
</label>
|
/>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className='padding-top x2'>
|
<div className='padding-top x2'>
|
||||||
@@ -637,7 +639,7 @@ export default class ManageCommandCmds extends React.Component {
|
|||||||
</div>
|
</div>
|
||||||
{addError}
|
{addError}
|
||||||
</div>
|
</div>
|
||||||
<div className='padding-top padding-bottom'>
|
<div className='padding-top x2 padding-bottom'>
|
||||||
<a
|
<a
|
||||||
className={'btn btn-sm btn-primary'}
|
className={'btn btn-sm btn-primary'}
|
||||||
href='#'
|
href='#'
|
||||||
|
|||||||
@@ -25,6 +25,10 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
b, strong {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
.inner__wrap {
|
.inner__wrap {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
> .row.main {
|
> .row.main {
|
||||||
|
|||||||
@@ -570,11 +570,20 @@ body.ios {
|
|||||||
|
|
||||||
li {
|
li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col__name {
|
.col__name {
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
||||||
|
.user-popover {
|
||||||
|
max-width: 130px;
|
||||||
|
@include clearfix;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.col__reply {
|
.col__reply {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user