Style fixes (#302)

This commit is contained in:
John Arild Berentsen 2017-06-12 06:21:42 +02:00 committed by Paulus Schoutsen
parent 6a864106e0
commit e570464f27

View File

@ -46,18 +46,20 @@
</paper-dropdown-menu> </paper-dropdown-menu>
</div> </div>
<template is='dom-if' if='[[!computeIsValueSelected(selectedValue)]]'> <template is='dom-if' if='[[!computeIsValueSelected(selectedValue)]]'>
<paper-input <div class='card-actions'>
float-label="Value Name" <paper-input
type=text float-label="Value Name"
value={{newValueNameInput}} type=text
placeholder=[[computeGetValueName(selectedValue)]]> value={{newValueNameInput}}
</paper-input> placeholder=[[computeGetValueName(selectedValue)]]>
<ha-call-service-button </paper-input>
hass='[[hass]]' <ha-call-service-button
domain='zwave' hass='[[hass]]'
service='rename_value' domain='zwave'
service-data=[[computeValueNameServiceData(newValueNameInput)]] service='rename_value'
>Rename Value</ha-call-service-button> service-data=[[computeValueNameServiceData(newValueNameInput)]]
>Rename Value</ha-call-service-button>
</div>
</template> </template>
</paper-card> </paper-card>
</div> </div>