Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

170
Visualizações
The modal close icon and the text of the modal are incorrect

enter image description here

<div class="modal-title-area">
  <div class="modal-name">
    @{ ViewBag.Title = "Kişisel Bilgiler"; } @EmployeeCardRes.PersonalInfo
  </div>
  <div class="modal-root-page tag-label">
    <i class="close icon"></i>
  </div>
</div>
<div class="modal-divider"></div>
<div class="modal-content-area">
  <div class="two-fields">
    <div class="field ">
      <div class="label">
        @EmployeeCardRes.FirstName @EmployeeCardRes.LastName
        <div class="text">@Model.FirstName @Model.LastName</div>
      </div>
    </div>
    <div class="field">
      <div class="label">@EmployeeCardRes.PositionCode
        <div class="text">@ViewBag.Position</div>
      </div>
    </div>
  </div>
</div>

Labels inside div need to correspond to posts. but the label is going down the text above how can I fix it.

enter image description here I want to do like that

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

You will want to split out your div elements for label and text for each row, so where you have

<div class="field">
  <div class="label">@EmployeeCardRes.PositionCode
    <div class="text">@ViewBag.Position</div>
  </div>
</div>

You should replace it with something more like this:

<div class="field">
  <div class="label">
    @EmployeeCardRes.PositionCode
  </div>
  <div class="text">
    @ViewBag.Position
  </div>
</div>

You can then use CSS to modify the way the DOM positions and displays them, something like the following will give you bold text and a little separation:

.label,
.text {
  display: inline-block;
  font-weight: bold;
  margin: 5px;
  min-width: 200px;
}
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda