增加 resize 按钮高度

This commit is contained in:
fen
2013-10-21 12:20:04 +08:00
parent a49df58114
commit 6f9c585fcc
4 changed files with 13 additions and 3 deletions
+5 -1
View File
@@ -966,11 +966,15 @@ a.operate-reply {
.resize {
display: block;
margin: 2px auto 0;
padding: 2px 0;
border: 1px solid #D9D9D6;
border-width: 1px 0;
width: 60px;
height: 2px;
cursor: row-resize; }
.resize i {
display: block;
height: 1px;
background-color: #D9D9D6; }
/* 拖动排序 */
.tDnD_whileDrag {