aboutsummaryrefslogtreecommitdiff
path: root/budget
diff options
context:
space:
mode:
authorJocelyn Delalande <jocelyn@crapouillou.net>2017-02-02 11:51:59 +0100
committerJocelyn Delalande <jocelyn@crapouillou.net>2017-02-04 00:41:28 +0100
commitf9856cb991afc216d9c7fa1fb90a3937f52eff24 (patch)
treeb74a22bc5387a38187330653fd213507cae18c77 /budget
parentc6c5f8657e3935da98c537fe75ab2eefe8751b6c (diff)
downloadihatemoney-mirror-f9856cb991afc216d9c7fa1fb90a3937f52eff24.zip
ihatemoney-mirror-f9856cb991afc216d9c7fa1fb90a3937f52eff24.tar.gz
ihatemoney-mirror-f9856cb991afc216d9c7fa1fb90a3937f52eff24.tar.bz2
Adapt tryout button to bootstrap 4
Trying to keep same look'n'feel.
Diffstat (limited to 'budget')
-rw-r--r--budget/static/css/main.css8
-rw-r--r--budget/templates/home.html2
2 files changed, 9 insertions, 1 deletions
diff --git a/budget/static/css/main.css b/budget/static/css/main.css
index 80d3b1c..04e07ae 100644
--- a/budget/static/css/main.css
+++ b/budget/static/css/main.css
@@ -46,6 +46,14 @@ body {
#header .tryout {
margin-right: 10em;
+ color: #fff;
+ background-color: #414141;
+ border-color: #414141;
+}
+
+#header .tryout:hover {
+ background-color: #606060;
+ border-color: #606060;
}
#header .additional-content {
diff --git a/budget/templates/home.html b/budget/templates/home.html
index d970fe7..399343a 100644
--- a/budget/templates/home.html
+++ b/budget/templates/home.html
@@ -5,7 +5,7 @@
<header id="header" class="row">
<div class="col-5 offset-md-2">
<h2>{{ _("Manage your shared <br>expenses, easily") }}</h2>
- <a href="{{ url_for(".demo") }}" class="tryout btn btn-inverse pull-right">{{ _("Try out the demo") }}</a>
+ <a href="{{ url_for(".demo") }}" class="tryout btn">{{ _("Try out the demo") }}</a>
</div>
<div class="col-4">
<p class="additional-content">{{ _("You're sharing a house?") }}<br /> {{ _("Going on holidays with friends?") }}<br /> {{ _("Simply sharing money with others?") }} <br /><strong>{{ _("We can help!") }}</strong></p>