Minor UI Improvements (#2738)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
08331e088b
Коммит
72442cfca6
@@ -153,7 +153,12 @@ class LicenseSettings extends React.Component {
|
||||
edition = (
|
||||
<p>
|
||||
{'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>
|
||||
);
|
||||
|
||||
@@ -174,7 +179,7 @@ class LicenseSettings extends React.Component {
|
||||
licenseKey = (
|
||||
<div className='col-sm-8'>
|
||||
<div className='file__upload'>
|
||||
<button className='btn btn-default'>
|
||||
<button className='btn btn-primary'>
|
||||
<FormattedMessage
|
||||
id='admin.license.choose'
|
||||
defaultMessage='Choose File'
|
||||
|
||||
@@ -54,7 +54,7 @@ export default class PremadeThemeChooser extends React.Component {
|
||||
{premadeThemes}
|
||||
<div className='col-sm-12 padding-bottom x2'>
|
||||
<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'
|
||||
>
|
||||
<FormattedMessage
|
||||
|
||||
@@ -814,7 +814,7 @@ body.ios {
|
||||
text-indent: 3px;
|
||||
|
||||
&:before {
|
||||
content: '⦁';
|
||||
content: '\2022';
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user