jQuery UIアイコン(.ui-icon-plusthick)を表示したいスパンがあります。これはコードです:
<div>
<div id="pop">
<label for="ptitle">Plot title: </label>
<textarea class="nrtextarea" id="ptitle" maxlength="80" />
<span class="ui-icon-plusthick" title="Add"></span>
</div>
</div>
CSS経由で設定してみました:
display: inline-block;
width: 20px;
height: 20px;
しかし、結果はありません。さらに、幅と高さは0pxx16pxのままです。私は何が間違っているのですか?
ありがとう