ノイアー のバックアップ(No.1)


1
define('PKWKEXP_DISABLE_MULTILINE_PLUGIN_HACK', 1);

1
define('PKWKEXP_DISABLE_MULTILINE_PLUGIN_HACK', 0);

/*sortabletable.js*/

.sort-arrow {
width: 17px;
height: 17px;
background-position: center center;
background-repeat: no-repeat;
margin: 0 2px;
background-image: url("../image/blank.png");
}
.sort-arrow.descending {
background-image: url("../image/downsimple.png");
}
.sort-arrow.ascending {
background-image: url("../image/upsimple.png");
}
/*filterabletable.js*/
.filter-box {
width: 100%;
height: 1.5em;
margin: 0;
}