mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-19 01:29:05 +00:00
39 lines
846 B
CSS
39 lines
846 B
CSS
/* lib view */
|
|
.repo-file-list .file-locked-icon {
|
|
position:absolute;
|
|
right:0;
|
|
bottom:0;
|
|
}
|
|
.repo-file-list .dirent-name {
|
|
width:220px;
|
|
}
|
|
.repo-file-list .dirent-size {
|
|
width:114px;
|
|
}
|
|
.repo-file-list .dirent-update {
|
|
width:123px;
|
|
}
|
|
.repo-file-list .dirent-op {
|
|
padding-left:30px;
|
|
width:150px;
|
|
}
|
|
/* custom select2 */
|
|
.select2-container-multi .select2-choices {
|
|
border-color: #ddd;
|
|
border-radius: 2px;
|
|
background-image: none; /* rm the shadow */
|
|
}
|
|
.select2-container-multi .select2-choices .select2-search-field {
|
|
float:none;
|
|
}
|
|
.select2-container-multi .select2-choices .select2-search-field input {
|
|
padding:2px 2px 2px 5px;
|
|
font-family:inherit;
|
|
font-size:13px;
|
|
}
|
|
.select2-container-multi .select2-choices .select2-search-choice {
|
|
border:none;
|
|
border-radius:0;
|
|
background:#eee;
|
|
}
|