This commit is contained in:
life
2014-09-21 22:20:00 +08:00
parent 2ddbeb5b11
commit 320c79e7a3
6 changed files with 8 additions and 9 deletions

View File

@ -392,9 +392,8 @@
}
}
#attachMenu {
width: 400px;
width: 450px;
padding: 10px 5px;
}
#attachList {
margin: 0;
@ -413,7 +412,7 @@
float: left;
}
.attach-title {
width: 200px;
width: 300px;
white-space: nowrap;text-overflow:ellipsis; overflow:hidden;
}
.attach-process {

View File

@ -351,7 +351,7 @@
margin-top: 10px;
}
#attachMenu {
width: 400px;
width: 450px;
padding: 10px 5px;
}
#attachList {
@ -373,7 +373,7 @@
float: left;
}
#attachList li .attach-title {
width: 200px;
width: 300px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long