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,6 +46,7 @@
</paper-dropdown-menu> </paper-dropdown-menu>
</div> </div>
<template is='dom-if' if='[[!computeIsValueSelected(selectedValue)]]'> <template is='dom-if' if='[[!computeIsValueSelected(selectedValue)]]'>
<div class='card-actions'>
<paper-input <paper-input
float-label="Value Name" float-label="Value Name"
type=text type=text
@ -58,6 +59,7 @@
service='rename_value' service='rename_value'
service-data=[[computeValueNameServiceData(newValueNameInput)]] service-data=[[computeValueNameServiceData(newValueNameInput)]]
>Rename Value</ha-call-service-button> >Rename Value</ha-call-service-button>
</div>
</template> </template>
</paper-card> </paper-card>
</div> </div>