diff --git a/app/rollerverbrauch/static/main.css b/app/rollerverbrauch/static/main.css index 103a79d..6b9476b 100644 --- a/app/rollerverbrauch/static/main.css +++ b/app/rollerverbrauch/static/main.css @@ -1,6 +1,7 @@ body { padding-top: 50px; } + .starter-template { padding-top: 30px; padding-bottom: 60px; @@ -23,11 +24,6 @@ td { color: #a94442; } -.pitstop { -} -//.navbar-fixed-bottom{ -//margin-bottom:20px; -//} .nav-pills > li > a { border: 1px solid; } @@ -42,6 +38,7 @@ h2 { h3 { margin-top: 0px; + text-align: center; } h3:before{ content:"― "; @@ -50,8 +47,19 @@ h3:after{ content:" ―"; } +.tab-content > .active { + border-left: 1px solid #ddd; + border-right: 1px solid #ddd; + border-bottom: 1px solid #ddd; + padding: 1px; + padding-top: 15px; +} +.panel-body > p, .panel-body > ul { + text-align: left; +} +// for small devices @media only screen and (min-device-width : 320px) and (max-device-width : 568px) { diff --git a/app/rollerverbrauch/templates/account.html b/app/rollerverbrauch/templates/account.html index 06a044e..756216e 100644 --- a/app/rollerverbrauch/templates/account.html +++ b/app/rollerverbrauch/templates/account.html @@ -5,7 +5,7 @@
- Vehicle - | -- Info - | -- Actions - | -|||
---|---|---|---|---|---|
- {{ vehicle.name }} - | -- {{ vehicle.pitstops | length }} pitstops - | -- - edit - - {% if current_user.vehicles | length > 1 %} - - delete - - {% else %} - - {% endif %} - | ++ Vehicle + | ++ Info + | ++ Actions + |
+ {{ vehicle.name }} + | ++ {{ vehicle.pitstops | length }} pitstops + | ++ + edit + + {% if current_user.vehicles | length > 1 %} + + delete + + {% else %} + + {% endif %} + | +
There are already {{ data.users}} members with {{ data.vehicles }} vehicles who have logged {{ data.pitstops }} pitstops fuelling {{ data.litres }}l for {{ data.kilometers }}km.
diff --git a/app/rollerverbrauch/templates/layout.html b/app/rollerverbrauch/templates/layout.html index 900e588..60e5ebe 100644 --- a/app/rollerverbrauch/templates/layout.html +++ b/app/rollerverbrauch/templates/layout.html @@ -176,7 +176,7 @@ {% endblock %}