1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 10:51:17 +00:00

modification for long lib/dir/file name

This commit is contained in:
llj
2015-05-09 15:04:16 +08:00
parent 2ab78acae7
commit 210fee97c5
4 changed files with 21 additions and 4 deletions

View File

@@ -2177,6 +2177,23 @@ textarea:-moz-placeholder {/* for FF */
#share-popup .tip {
max-width:400px;
}
.ellipsis-op-target {
display:inline-block;
vertical-align:bottom;
}
#share-popup .op-target {
max-width:400px;
}
#rename-form .op-target {
max-width:280px;
}
#mv-form .op-target {
max-width:410px;
}
#folder-perm-popup .op-target {
max-width:540px;
}
/* group-join-form */
/* group-join-form */
#id_group_join_msg {
width:260px;