Minor UI Improvements (#2738)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
08331e088b
Коммит
72442cfca6
@@ -153,7 +153,12 @@ class LicenseSettings extends React.Component {
|
|||||||
edition = (
|
edition = (
|
||||||
<p>
|
<p>
|
||||||
{'Mattermost Enterprise Edition. Unlock enterprise features in this software through the purchase of a subscription from '}
|
{'Mattermost Enterprise Edition. Unlock enterprise features in this software through the purchase of a subscription from '}
|
||||||
<a href='https://mattermost.com/'>{'https://mattermost.com/'}</a>
|
<a
|
||||||
|
target='_blank'
|
||||||
|
href='https://mattermost.com/'
|
||||||
|
>
|
||||||
|
{'https://mattermost.com/'}
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -174,7 +179,7 @@ class LicenseSettings extends React.Component {
|
|||||||
licenseKey = (
|
licenseKey = (
|
||||||
<div className='col-sm-8'>
|
<div className='col-sm-8'>
|
||||||
<div className='file__upload'>
|
<div className='file__upload'>
|
||||||
<button className='btn btn-default'>
|
<button className='btn btn-primary'>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='admin.license.choose'
|
id='admin.license.choose'
|
||||||
defaultMessage='Choose File'
|
defaultMessage='Choose File'
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ export default class PremadeThemeChooser extends React.Component {
|
|||||||
{premadeThemes}
|
{premadeThemes}
|
||||||
<div className='col-sm-12 padding-bottom x2'>
|
<div className='col-sm-12 padding-bottom x2'>
|
||||||
<a
|
<a
|
||||||
href='http://docs.mattermost.com/help/settings/theme-colors.html#custom-themes'
|
href='http://docs.mattermost.com/help/settings/theme-colors.html#custom-theme-examples'
|
||||||
target='_blank'
|
target='_blank'
|
||||||
>
|
>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
|
|||||||
@@ -814,7 +814,7 @@ body.ios {
|
|||||||
text-indent: 3px;
|
text-indent: 3px;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: '⦁';
|
content: '\2022';
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user