お手数ですが、入力フィールドが画像の右側になるように変更する必要がありますか?入力フィールドが画像の右側になるように変更する必要はありますか?
https://codepen.io/anon/pen/GMgjQY
.div1{
font-size:250%;
text_align: center;
}
.pedit_labeled{
float: left;
line-height: 16px;
}
.pedit_label{
color: #656565;
width: 170px;
padding: 6px 10px 0 0;
line-height: 16px;
float: left;
text-align: right;
}
.clear_fix {
display: block;
}
.clear_fix:after {
content: '.';
display: block;
height: 0;
font-size: 0;
line-height: 0;
clear: both;
visibility: hidden;
}
.pedit_row {
padding-bottom: 15px;
}
input.dark, #profile_editor textarea, .pedit_dropdown {
width: 300px;
}
pedit_bday, .pedit_bmonth {
padding-right: 8px;
}
.fl_l {
float: left;
}
.selector_container {
background: #fff;
zoom: 1;
}
<div class="div1">Contact's Profile</div>
<div>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTvIhkpz1YbW0mMpoIf0juBLFMgUH308cdDNJcnsrswwlIsFx7A" class="img-circle" align: "left">
<div class="pedit_row clear_fix">
<div class="pedit_label">Name:</div>
<div class="pedit_labeled">
<input type="text" value="Антон" id="pedit_first_name" class="dark" autocomplete="off" />
</div>
</div>
<div class="pedit_row clear_fix">
<div class="pedit_label">Sex:</div>
<div class="pedit_labeled">
<input type="text" value="Антон" id="pedit_first_name" class="dark" autocomplete="off" />
</div>
</div>
<div class="pedit_row clear_fix">
<div class="pedit_label">Nationality:</div>
<div class="pedit_labeled">
<input type="text" value="Антон" id="pedit_first_name" class="dark" autocomplete="off" />
</div>
</div>
<div class="pedit_row clear_fix">
<div class="pedit_label">Family status:</div>
<div class="pedit_labeled">
<input type="text" value="Антон" id="pedit_first_name" class="dark" autocomplete="off" />
</div>
</div>
<div class="pedit_row clear_fix">
<div class="pedit_label">Web site:</div>
<div class="pedit_labeled">
<input type="text" value="Антон" id="pedit_first_name" class="dark" autocomplete="off" />
</div>
</div>
</div>
なぜあなたはそれを望みますか? – ifconfig