Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump grunt in /rootfs/standard/var/www/mynode/static/jquery_ui #841

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions rootfs/standard/var/www/mynode/static/css/mynode_bitcoind_grey.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
.bitcoind_search {
width: 600px;
margin: auto;
display: table;
padding: 10px;
vertical-align: middle;
}
.bitcoind_search_input {
width: 480px;
font-size: 20px;
vertical-align: middle;
}
.bitcoind_search_button {
width: 100px;
font-size: 16px;
vertical-align: middle;
}
.bitcoind_search_text {
font-size: 12px;
font-style: italic;
color: #888888;
}

.bitcoind_error_message {
color: #BB4444;
text-align: center;
font-size: 28px;
font-family: Arial, Helvetica, sans-serif;
padding-top: 20px;
}

.bitcoind_table {
width: 800px;
margin: auto;
text-align: center;
vertical-align: middle;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
}
.bitcoind_table_header {
font-size: 16px;
background-color: #FFFFFF;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

table.bitcoind_table tbody tr:nth-child(odd) td{
background-color: #cccbff8a;
}
table.bitcoind_table tbody tr:nth-child(even) td{
background-color: #f1efff;
}

table.bitcoind_table td {
padding: 10px;
margin: 0px;
border-top:1px solid #0078d4;
}
.bitcoind_dump_contents {
margin: auto;
width: 600px;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"dependencies": {},
"devDependencies": {
"commitplease": "2.3.0",
"grunt": "0.4.5",
"grunt": "1.5.3",
"grunt-bowercopy": "1.2.4",
"grunt-cli": "0.1.13",
"grunt-compare-size": "0.4.0",
Expand Down
12 changes: 11 additions & 1 deletion rootfs/standard/var/www/mynode/templates/lnd.html
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,16 @@
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://mynodebtc.github.io/lightning/bluewallet.html" target="_blank">BlueWallet Guide</a>
</div>
</div>

<div class="app_tile_short">
<div class="app_status_icon"></div>
<div class="app_logo"><img class="app_logo_icon" src="{{ url_for('static', filename="images/app_icons/alby.jpg")}}"/></div>
<div class="app_title">Alby</div>
<div class="app_status"></div>
<div class="app_contents">
<a class="ui-button ui-widget ui-corner-all mynode_button" href="https://getalby.com" target="_blank">Get Alby</a>
</div>
</div>

</div>
{% endif %}
Expand Down Expand Up @@ -636,4 +646,4 @@

{% include 'includes/footer.html' %}
</body>
</html>
</html>