Add styles by Sanghee
This commit is contained in:
parent
8ec32e4a5e
commit
596bddb323
1 changed files with 5 additions and 6 deletions
|
@ -18,7 +18,7 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #29427A;
|
background-color: #26262766;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
@ -30,6 +30,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#gdprBanner button {
|
#gdprBanner button {
|
||||||
|
background-color: #3f44466e;
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
|
@ -43,8 +44,7 @@
|
||||||
-ms-touch-action: manipulation;
|
-ms-touch-action: manipulation;
|
||||||
touch-action: manipulation;
|
touch-action: manipulation;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-image: none;
|
border: 1.5px solid #fdfeffe3;
|
||||||
border: 1px solid transparent;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
%}</a>
|
%}</a>
|
||||||
<button onclick="cookieManager.createGDPRCookie();" type="button"
|
<button onclick="cookieManager.createGDPRCookie();" type="button"
|
||||||
class="btn btn-info gdpr-button-text-letter-spacing"
|
class="btn btn-info gdpr-button-text-letter-spacing"
|
||||||
data-dismiss="modal">{% trans "Accept" %}
|
data-dismiss="modal">{% trans "OK" %}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="gdpr modal fade" id="gdprModal" role="dialog">
|
<div class="gdpr modal fade" id="gdprModal" role="dialog">
|
||||||
|
@ -78,8 +78,7 @@
|
||||||
<button type="button" class="close" data-dismiss="modal">
|
<button type="button" class="close" data-dismiss="modal">
|
||||||
×
|
×
|
||||||
</button>
|
</button>
|
||||||
<h4 class="gdpr modal-title">{% blocktrans %}Privacy policy{%
|
<h4 class="gdpr modal-title">{% trans "Privacy policy" %}</h4>
|
||||||
endblocktrans %}</h4>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue