1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 22:35:17 +03:00
betaflight-configurator/tabs/cli.html
skaman82 6d17f8b04a Some Styling fixes
• CLI Tab: proper styling for the new save button
• Config Tab: fixed distances and some minor things
• Ports Tab: fixed table padding
2017-05-17 15:21:34 +02:00

21 lines
638 B
HTML

<div class="tab-cli">
<div class="content_wrapper">
<div class="note">
<div class="note_spacer">
<p i18n="cliInfo"></p>
</div>
</div>
<div class="backdrop">
<div class="window">
<div class="wrapper"></div>
</div>
</div>
<textarea name="commands" i18n_placeholder="cliInputPlaceholder" rows="1" cols="0"></textarea>
</div>
<div class="content_toolbar">
<div class="btn save_btn pull-right">
<a class="save" href="#" i18n="cliSaveToFileBtn"></a>
</div>
</div>
</div>