css and text fixes

master
alice 3 years ago
parent 82165bf3a2
commit 85f9b2832f

@ -1062,7 +1062,7 @@ msgid ""
"We already cover many common questions and problems in our <a href=\"/kb/"
"\"><em>Knowledge Base</em></a>. Take a look if you have any question."
msgstr ""
"Nous couvrons déjà de nombreuses questions et problèmes dans notre <a href="
"Nous couvrons de nombreuses questions et problèmes dans notre <a href="
"\"/kb/\"><em>F.A.Q.</em></a>"
#: templates/pages/help.html:29
@ -1071,7 +1071,7 @@ msgid ""
"\"/tickets/\"><em>Tickets</em></a> for technical or billing issues."
msgstr ""
"Si vous devez nous contacter, le moyen le plus rapide est <a href=\"/tickets/"
"\"><em>les tickets</em></a> pour les questions technique de par rapport à "
"\"><em>les tickets</em></a> pour les questions technique en rapport à "
"votre compte."
#: templates/pages/help.html:35
@ -1080,7 +1080,7 @@ msgid ""
"without creating an account, or need help with your account."
msgstr ""
"Par email à <em>support at ccrypto.org</em> si vous voulez nous contacter "
"sans crée un compte, ou si vous avez besoin d'être pour accéder à votre "
"sans crée un compte, ou si vous avez besoin d'aide pour accéder à votre "
"compte."
#: templates/pages/install-android.html:5

@ -23,6 +23,10 @@ html, button, input, select, textarea,
a{
color: #0b2d4f;
}
.content-box a {
color: #1c619a;
}
em {
font-style: normal;
@ -66,7 +70,7 @@ div#captcha > div {
.flex-spacer { flex-grow: 1; }
.button {
.button, a.button { /* a.button to have priority over a */
display: inline-block;
text-decoration: none;
text-transform: uppercase;
@ -388,10 +392,6 @@ box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.21);
margin: 1.5em 0;
}
.content-box a {
color: #1c619a;
}
/*.kb-question-list {
list-style-type: circle;
@ -424,7 +424,7 @@ footer{
line-height: 120%;
}
footer, footer a {
color: #ccc;
color: #ddd;
}
footer .footer-column {
text-align: left;

@ -4,7 +4,7 @@
{% block pagetitle %}Guides & Support{% endblock %}
{% block helpdesk_outer %}
<div class="flex-page-content">
<div class="flex-page-content content-box">
<h3>{% trans "Installation Guides for Your Operating System:" %}</h3>

Loading…
Cancel
Save