Commit c8145626 by Félicie

better

parent e2b4ebe8
......@@ -1249,8 +1249,8 @@ function qa_user_userfield_label($userfield)
$defaultlabels = array(
'name' => 'users/full_name',
'about' => 'users/about',
'location' => 'users/location',
'website' => 'users/website',
// 'location' => 'users/location',
// 'website' => 'users/website',
);
if (isset($defaultlabels[$userfield['title']]))
......
......@@ -55,7 +55,7 @@
'answer_reshown' => 'réponse remontrée',
'answer_selected' => 'réponse sélectionnée',
'answered_qs_in_x' => 'Les questions ayant le plus de réponses ^',
'answered_qs_title' => 'La plupart a répondu aux questions',
'answered_qs_title' => 'Questions les plus répondues',
'answered' => 'répondu',
'asked_related_q' => 'poser une question connexe',
'asked' => 'écrite',
......@@ -189,7 +189,7 @@
'view_q_must_confirm' => '^5Confirmer votre adresse e-mail^6 pour afficher les pages de questions.',
'view_q_must_login' => '^1Connecte-toi^2 pour afficher les pages de questions.',
'viewed_qs_in_x' => 'Les questions les plus vues dans ^',
'viewed_qs_title' => 'Les questions les plus vues',
'viewed_qs_title' => 'Questions les plus vues',
'vote_disabled_approve' => 'ton compte doit être approuvé pour que tu puisses voter',
'vote_disabled_down' => 'Voter contre n\'est disponible que pour certains.nes coopérateurices ',
'vote_disabled_down_approve' => 'Votre compte doit être approuvé pour que tu puisses voter contre',
......
......@@ -678,9 +678,9 @@ class UserProfile extends BaseController
$valuehtml = qa_html($value, (($userfield['flags'] & QA_FIELD_FLAGS_MULTI_LINE) && !$fieldsediting));
}
$label = trim(qa_user_userfield_label($userfield), ':');
$label = trim(qa_user_userfield_label($userfield), '');
if (strlen($label)) {
$label .= ':';
$label .= '';
}
$notehtml = null;
......
......@@ -128,9 +128,9 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
/* Main, sub and category navigation */
.qa-nav-main {clear:both;}
.qa-nav-main {clear: both;}
.qa-nav-main-list {
font-size:17px;
font-size: 1.4rem;
font-weight: bold;
text-align: center;
text-decoration:none;
......@@ -139,13 +139,16 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
margin:0;
padding: 0;
}
.qa-nav-main-item a {float:left; color:#333; }
.qa-nav-main-item a {
float:left;
color:#333;
}
.qa-nav-main-ask a {
color:#00a473 !important;
color:#00a473;
}
.qa-nav-main-link {background:#fff; padding:1rem 0.5rem;}
.qa-nav-main-link:hover {background:#E6e9ed; text-decoration:none;}
.qa-nav-main-selected {color:#fff; background:#00a473; text-decoration:none; pointer-events: none;}
.qa-nav-main-selected {color:#fff !important; background:#00a473; text-decoration:none; pointer-events: none;}
.qa-nav-main-hot .qa-nav-main-link {background:#f33;}
.qa-nav-main-hot .qa-nav-main-link:hover, .qa-nav-main-hot .qa-nav-main-selected {background:#f66;}
......@@ -519,6 +522,10 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
.qa-c-item-buttons {display:block; position:absolute; bottom:0; right:0;}
.qa-c-item-buttons input {font-size: 0.8rem;}
.qa-c-item-what, .qa-a-item-what, .qa-q-view-what {
color: #333;
}
/* Comment voting */
.qa-c-list-item .qa-voting {background:transparent; border:0; padding:0; margin-right:8px;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment