1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-19 09:37:51 +00:00
seahub/static/css/backbone.css

39 lines
846 B
CSS
Raw Normal View History

2015-03-20 10:53:38 +00:00
/* lib view */
.repo-file-list .file-locked-icon {
position:absolute;
right:0;
bottom:0;
}
2015-03-20 10:53:38 +00:00
.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;
2016-04-01 10:03:47 +00:00
width:150px;
2015-03-20 10:53:38 +00:00
}
/* custom select2 */
.select2-container-multi .select2-choices {
border-color: #ddd;
2015-05-05 04:02:51 +00:00
border-radius: 2px;
2015-03-20 10:53:38 +00:00
background-image: none; /* rm the shadow */
}
.select2-container-multi .select2-choices .select2-search-field {
float:none;
}
2015-03-20 10:53:38 +00:00
.select2-container-multi .select2-choices .select2-search-field input {
2015-05-05 04:02:51 +00:00
padding:2px 2px 2px 5px;
2016-03-14 08:31:52 +00:00
font-family:inherit;
font-size:13px;
2015-03-20 10:53:38 +00:00
}
.select2-container-multi .select2-choices .select2-search-choice {
border:none;
border-radius:0;
background:#eee;
}