branch now runs, but none of the styles are there yet. pushing this mostly to view component.html

This commit is contained in:
marco
2013-05-03 09:20:43 -07:00
parent 370df65d89
commit 018a3d8a38
2 changed files with 7 additions and 8 deletions

View File

@@ -28,13 +28,13 @@
<button type="button" name="setting-clear" value="Clear" class="setting-clear " data-tooltip="Clear">
<i class="ss-icon ss-symbolicons-block undo">&#x21A9;</i>
</button>
<span class="settings-help">${helpstring}</span>
<span class="settings-help">helpstring</span>
</li>
<!--% showing second example mostly to see is-set style difference -->
<li class="settings-row">
<label for="setting-name-as-id">Setting Display Name Goes Here</label>
<input type="type2" id="firstname"/>
<span class="settings-help">${helpstring}</span>
<span class="settings-help">helpstring</span>
<!--% showing dropdown example -->
<li class="settings-row">