Electron-134 - setting the pod information empty until the back is ready

This commit is contained in:
Kiran Niranjan 2017-10-26 14:29:37 +05:30 committed by Kiran Niranjan
parent 69a1e94445
commit 48bad2eddb
2 changed files with 2 additions and 3 deletions

View File

@ -7,8 +7,7 @@
</div> </div>
<div id="header"> <div id="header">
<span id="title"></span> <span id="title"></span>
<!-- Hard coding this until the backend is ready --> <span id="pod"></span>
<span id="pod">symphony</span>
<span id="message"></span> <span id="message"></span>
</div> </div>
<div id="picture"> <div id="picture">

View File

@ -123,7 +123,7 @@ let config = {
fontFamily: 'Lato-Regular, san-serif', fontFamily: 'Lato-Regular, san-serif',
fontSize: 12, fontSize: 12,
color: '#4a4a4a', color: '#4a4a4a',
marginTop: 6, marginTop: 12,
marginRight: 65, marginRight: 65,
marginLeft: 52, marginLeft: 52,
overflow: 'hidden', overflow: 'hidden',