Re: [解決済み] アップグレード時のレイアウトの不具合
フォーラム › インストール › [解決済み] アップグレード時のレイアウトの不具合 › Re: [解決済み] アップグレード時のレイアウトの不具合
2011年10月18日 8:24 AM
#62988
sakurai
参加者
レイアウトの件、解決致しました。
テーマ内のCSSファイルに以下を追加致しました。
#cart table {
border: 1px solid #CCCCCC;
width: 99%;
}
#cart .num {
text-align: center;
white-space: nowrap;
width: 3%;
}
#cart th {
background-color: #999999;
color: #FFFFFF;
line-height: 1.3em;
white-space: nowrap;
}
#cart th, #cart td {
border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF;
border-style: solid;
border-width: 1px;
padding: 3px 5px;
text-align: center;
vertical-align: middle;
white-space: normal;
}
#cart input.quantity {
font-size: 13px;
text-align: center;
width: 40px;
}
#cart .quantity {
text-align: center;
white-space: nowrap;
width: 5%;
}
何度も返答ありがとう御座いました。