mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-22 16:56:57 +00:00
46 lines
916 B
CSS
46 lines
916 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:120px;
|
|
}
|
|
.repo-file-list .hidden-op {
|
|
min-width: 100px;
|
|
white-space:nowrap;
|
|
}
|
|
.hidden-op a {
|
|
color:#444;
|
|
}
|
|
.hidden-op a:hover {
|
|
color:#fff;
|
|
text-decoration:none;
|
|
background:#feaa7c;
|
|
}
|
|
/* 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 input {
|
|
padding:2px 2px 2px 5px;
|
|
}
|
|
.select2-container-multi .select2-choices .select2-search-choice {
|
|
border:none;
|
|
border-radius:0;
|
|
background:#eee;
|
|
}
|