simplify user profile layout, bold labels
This commit is contained in:
parent
6948d2cbf3
commit
8c8784abb6
|
@ -1,11 +1,5 @@
|
|||
<form class="form-horizontal">
|
||||
|
||||
<div class="control-group">
|
||||
<div class="controls">
|
||||
<h3>{{i18n user.information}}</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label">{{i18n user.username.title}}</label>
|
||||
<div class="controls">
|
||||
|
|
|
@ -570,6 +570,7 @@ body {
|
|||
width: 140px;
|
||||
padding-top: 5px;
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
}
|
||||
.controls {
|
||||
*display: inline-block;
|
||||
|
|
|
@ -53,7 +53,6 @@ cs:
|
|||
"6": "Odpovědi"
|
||||
|
||||
user:
|
||||
information: "Informace o uživateli"
|
||||
profile: Profil
|
||||
title: "Uživatel"
|
||||
mute: Ignorovat
|
||||
|
|
|
@ -49,7 +49,6 @@ da:
|
|||
"6": "Svar"
|
||||
|
||||
user:
|
||||
information: "Brugeroplysninger"
|
||||
profile: Profil
|
||||
title: "Bruger"
|
||||
mute: Mute
|
||||
|
|
|
@ -52,7 +52,6 @@ de:
|
|||
"6": "Antworten"
|
||||
|
||||
user:
|
||||
information: "Benutzerinformationen"
|
||||
profile: Profil
|
||||
title: "Benutzer"
|
||||
mute: Ignorieren
|
||||
|
|
|
@ -53,7 +53,6 @@ en:
|
|||
"6": "Responses"
|
||||
|
||||
user:
|
||||
information: "User Information"
|
||||
profile: Profile
|
||||
title: "User"
|
||||
mute: Mute
|
||||
|
|
|
@ -51,7 +51,6 @@ es:
|
|||
"6": "Respuestas"
|
||||
|
||||
user:
|
||||
information: "Información de Usuario"
|
||||
profile: Perfil
|
||||
title: "Usuario"
|
||||
mute: Silenciar
|
||||
|
|
|
@ -57,7 +57,6 @@ fr:
|
|||
"6": "Réponses"
|
||||
|
||||
user:
|
||||
information: "informations sur l'utilisateur"
|
||||
profile: "profil"
|
||||
title: "Utilisateur"
|
||||
mute: "couper"
|
||||
|
|
|
@ -48,7 +48,6 @@ id:
|
|||
"6": "Jawaban-jawaban"
|
||||
|
||||
user:
|
||||
information: "Informasi pengguna"
|
||||
profile: "Profil"
|
||||
title: "Pengguna"
|
||||
mute: "Diamkan"
|
||||
|
|
|
@ -49,7 +49,6 @@ it:
|
|||
"6": "Risposte"
|
||||
|
||||
user:
|
||||
information: "Informazioni Utente"
|
||||
profile: Profilo
|
||||
title: "Utente"
|
||||
mute: Ignora
|
||||
|
|
|
@ -57,7 +57,6 @@ nl:
|
|||
"6": 'reacties'
|
||||
|
||||
user:
|
||||
information: Gebruikersinformatie
|
||||
profile: Profiel
|
||||
title: Gebruiker
|
||||
mute: Negeer
|
||||
|
|
|
@ -42,7 +42,6 @@ pseudo:
|
|||
user_action_descriptions:
|
||||
'6': '[[ Řéšƿóɳšéš ]]'
|
||||
user:
|
||||
information: '[[ Ůšéř Íɳƒóřɱáťíóɳ ]]'
|
||||
profile: '[[ Рřóƒíłé ]]'
|
||||
title: '[[ Ůšéř ]]'
|
||||
mute: '[[ Ϻůťé ]]'
|
||||
|
|
|
@ -47,7 +47,6 @@ pt:
|
|||
"6": "Respostas"
|
||||
|
||||
user:
|
||||
information: "Informação do Utilizador"
|
||||
profile: Perfil
|
||||
title: "Utilizador"
|
||||
mute: Silenciar
|
||||
|
|
|
@ -52,7 +52,6 @@ sv:
|
|||
"6": "Svar"
|
||||
|
||||
user:
|
||||
information: "Användarinformation"
|
||||
profile: Profil
|
||||
title: "Användare"
|
||||
mute: Dämpa
|
||||
|
|
|
@ -53,7 +53,6 @@ zh_CN:
|
|||
"6": "回复"
|
||||
|
||||
user:
|
||||
information: "用户信息"
|
||||
profile: 介绍信息
|
||||
title: "用户"
|
||||
mute: 防打扰
|
||||
|
|
|
@ -53,7 +53,6 @@ zh_TW:
|
|||
"6": "回複"
|
||||
|
||||
user:
|
||||
information: "用戶信息"
|
||||
profile: 介紹信息
|
||||
title: "用戶"
|
||||
mute: 防打擾
|
||||
|
|
Loading…
Reference in New Issue