Small fixs to IT language

This commit is contained in:
Fabio Comuni 2011-01-19 14:48:30 +01:00
parent 766ade06d5
commit ab72d86aa7
3 changed files with 4 additions and 3 deletions

View File

@ -30,9 +30,9 @@ $default
<div id="profile-edit-name-end"></div> <div id="profile-edit-name-end"></div>
<div id="profile-edit-pdesc-wrapper" > <div id="profile-edit-pdesc-wrapper" >
<label id="profile-edit-pdesc-label" for="profile-edit-pdesc" >Il tuo titolo: </label> <label id="profile-edit-pdesc-label" for="profile-edit-pdesc" >Breve descrizione: </label>
<input type="text" size="32" name="pdesc" id="profile-edit-pdesc" value="$pdesc" /> <input type="text" size="32" name="pdesc" id="profile-edit-pdesc" value="$pdesc" />
</div> </div><div id="profile-edit-pdesc-desc">(es. titolo, posizione, altro)</div>
<div id="profile-edit-pdesc-end"></div> <div id="profile-edit-pdesc-end"></div>

View File

@ -153,7 +153,7 @@ Lascia questi campi in bianco per non effettuare variazioni alla password
</div> </div>
<h3 class="settings-heading">Impostazioni Avanzante Pagina</h3> <h3 class="settings-heading">Impostazioni Avanzate Account</h3>
$pagetype $pagetype

View File

@ -667,6 +667,7 @@ input#dfrn-url {
margin-left: 20px; margin-left: 20px;
} }
#profile-edit-pdesc-desc,
#profile-edit-keywords-desc { #profile-edit-keywords-desc {
float: left; float: left;
margin-left: 20px; margin-left: 20px;