summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-21 08:25:41 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-21 08:25:41 -0400
commit4578138d578791cb1d403cb0fe4c0282a26e1a3a (patch)
treec795200278f4772f426d9dd33a30de51e7555200 /web/react/components
parentf75777ac6f6eec77809e893329b125deaab15e0c (diff)
parent5dbdc0ff763b971e782311ca11b1105fad90f0b1 (diff)
downloadchat-4578138d578791cb1d403cb0fe4c0282a26e1a3a.tar.gz
chat-4578138d578791cb1d403cb0fe4c0282a26e1a3a.tar.bz2
chat-4578138d578791cb1d403cb0fe4c0282a26e1a3a.zip
Merge pull request #731 from asaadmahmoodspin/new-channel
Updating new channel UI
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/new_channel_modal.jsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/react/components/new_channel_modal.jsx b/web/react/components/new_channel_modal.jsx
index fc7b8c183..1488a1431 100644
--- a/web/react/components/new_channel_modal.jsx
+++ b/web/react/components/new_channel_modal.jsx
@@ -107,8 +107,8 @@ export default class NewChannelModal extends React.Component {
{channelSwitchText}
</div>
<div className={displayNameClass}>
- <label className='col-sm-2 form__label control-label'>{'Name'}</label>
- <div className='col-sm-10'>
+ <label className='col-sm-3 form__label control-label'>{'Name'}</label>
+ <div className='col-sm-9'>
<input
onChange={this.handleChange}
type='text'
@@ -121,7 +121,7 @@ export default class NewChannelModal extends React.Component {
tabIndex='1'
/>
{displayNameError}
- <p className='input__help'>
+ <p className='input__help dark'>
{'Channel URL: ' + prettyTeamURL + this.props.channelData.name + ' ('}
<a
href='#'
@@ -134,11 +134,11 @@ export default class NewChannelModal extends React.Component {
</div>
</div>
<div className='form-group less'>
- <div className='col-sm-2'>
+ <div className='col-sm-3'>
<label className='form__label control-label'>{'Description'}</label>
<label className='form__label light'>{'(optional)'}</label>
</div>
- <div className='col-sm-10'>
+ <div className='col-sm-9'>
<textarea
className='form-control no-resize'
ref='channel_desc'