From d38ec865adc92e4cbb5edf0df0517fcd49c0253c Mon Sep 17 00:00:00 2001 From: Andrey Baydashkin Date: Sat, 15 Oct 2016 19:53:39 +0300 Subject: [PATCH] PR-16 --- assets/css/main.css | 13 +++++++++++++ wallets/templates/score-detail.html | 25 ++++++++++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index 02682d2..1528d8c 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -534,6 +534,19 @@ a, a:hover, a:focus, a:active { letter-spacing: 1px; } +.print-score { + float: right; + height: 40px; + background-color: #ffffc8; + width: 182px; + border: 2px solid #ff0000; + color: #0000ff; + font-size: 16px; + -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75); + -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75); + box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75); +} + .triangle1 { position: absolute; border: 30px solid transparent; diff --git a/wallets/templates/score-detail.html b/wallets/templates/score-detail.html index 9a9d862..1162505 100644 --- a/wallets/templates/score-detail.html +++ b/wallets/templates/score-detail.html @@ -2,6 +2,29 @@ {% load staticfiles %} {% load thumbnail %} + +{% block head_css %} + +{% endblock %} + {% block content %} @@ -113,7 +136,7 @@ - +
Дата