ノイアー のバックアップ(No.1)
- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- 現在との差分 - Visual を表示
- ソース を表示
- ノイアー へ行く。
- 1 (2016-12-10 (土) 13:31:52)
- 2 (2016-12-10 (土) 14:43:58)
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;
}