summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-04-18 20:57:23 +0500
committerCorey Hulen <corey@hulen.com>2016-04-18 08:57:23 -0700
commit72442cfca6844b407bbacf7de7169952f928ee56 (patch)
tree4c250a0291b1af9e711c1efbe736c00456230194 /webapp
parent08331e088b63a7619f5b197d499b2ca680794e3f (diff)
downloadchat-72442cfca6844b407bbacf7de7169952f928ee56.tar.gz
chat-72442cfca6844b407bbacf7de7169952f928ee56.tar.bz2
chat-72442cfca6844b407bbacf7de7169952f928ee56.zip
Minor UI Improvements (#2738)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/admin_console/license_settings.jsx9
-rw-r--r--webapp/components/user_settings/premade_theme_chooser.jsx2
-rw-r--r--webapp/sass/layout/_post.scss2
3 files changed, 9 insertions, 4 deletions
diff --git a/webapp/components/admin_console/license_settings.jsx b/webapp/components/admin_console/license_settings.jsx
index 30a97a73b..20e2fc83a 100644
--- a/webapp/components/admin_console/license_settings.jsx
+++ b/webapp/components/admin_console/license_settings.jsx
@@ -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'
diff --git a/webapp/components/user_settings/premade_theme_chooser.jsx b/webapp/components/user_settings/premade_theme_chooser.jsx
index 326120957..7ccc76d7a 100644
--- a/webapp/components/user_settings/premade_theme_chooser.jsx
+++ b/webapp/components/user_settings/premade_theme_chooser.jsx
@@ -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
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 85447e534..93c4cf642 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -814,7 +814,7 @@ body.ios {
text-indent: 3px;
&:before {
- content: '&#10625;';
+ content: '\2022';
margin-right: 8px;
}
}