PLT-3508/PLT-3516/PLT-3558/PLT-3570/PLT-3497 Multiple UI Improvements (#3553)

* PLT-3627 - Fixing spacing in RHS

* PLT-3516 - Fixing errors in backstage

* PLT-3558 - Fixing system console menu on small screens

* PLT-3570 - Fixing account settings sidebar truncating issue

* PLT-3497 - Moving see other themes link

* Removing formatted message import from premade theme chooser
Этот коммит содержится в:
Asaad Mahmood
2016-07-15 00:56:38 +05:00
коммит произвёл Corey Hulen
родитель c67729d7b6
Коммит 70283c20f6
10 изменённых файлов: 237 добавлений и 181 удалений

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

@@ -257,8 +257,26 @@ export default class ThemeSetting extends React.Component {
inputs.push(custom);
inputs.push(
<div key='importSlackThemeButton'>
<div>
<br/>
<a
href='http://docs.mattermost.com/help/settings/theme-colors.html#custom-theme-examples'
target='_blank'
rel='noopener noreferrer'
>
<FormattedMessage
id='user.settings.display.theme.otherThemes'
defaultMessage='See other themes'
/>
</a>
</div>
);
inputs.push(
<div
key='importSlackThemeButton'
className='padding-top'
>
<a
className='theme'
onClick={this.handleImportModal}