Quantcast
Channel: お知らせ | Welcart フォーラム
Viewing all articles
Browse latest Browse all 162

PayPal Vermilion 1.0.2 をリリースしました

$
0
0

PayPal Vermilion 1.0.2 をリリースしました。

今回の更新内容は次の通りです。

テーマ内の「style.css」が更新されています。
更新内容は以下のとおりです。

Widget Area for Home Middleにて3つ目の投稿から余白がなくなる不具合を修正

修正前

.first_content_area {
	width: 100%;
	position: relative;
	z-index: 9999;
}
.first_content_area ul {
	width: 980px;
}
.first_content_area ul li {
	width: 460px;
	margin-bottom: 10px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	background-image: none;
	padding-right: 0px;
	padding-left: 0px;
}
.first_content_area ul li:first-child {
	margin-right: 60px;
}

修正後

.first_content_area {
	width: 980px;
	position: relative;
	z-index: 9999;
}
.first_content_area ul {
	width: 1040px;
	margin-right: -60px;
	overflow: hidden;
	_zoom: 1;
}
.first_content_area ul li {
	float: left;
	margin: 0 60px 10px 0;
	padding-right: 0px;
	padding-left: 0px;
	width: 460px;
	background: none;
}

英語表記の場合単語の途中で改行してしまう不具合を修正

修正前

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	border: 0;
	outline: 0;
}

修正後

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	border: 0;
	outline: 0;
	word-break: normal;
}

会員システムOFFの時、お客様情報ページでメールアドレスが入力できなくなる不具合を修正

修正前

.cat_bar .block {
	position: relative;
	overflow:hidden;
	margin: 0 auto;
	width: 920px;
	height:300px;
}

修正後

.cat_bar .block {
	position: relative;
	overflow:hidden;
	margin: 0 auto;
	width: 920px;
}
.cat_bar .block:hover {
	height:300px;
}

Viewing all articles
Browse latest Browse all 162

Trending Articles