1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-23 01:07:35 +00:00
seahub/static/css/backbone.css

51 lines
991 B
CSS
Raw Normal View History

2015-03-20 10:53:38 +00:00
/* lib view */
.repo-file-list .dirent-icon {
position:relative;
}
.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;
width:120px;
2015-03-20 10:53:38 +00:00
}
.repo-file-list .hidden-op {
min-width: 100px;
}
.displayed-op .op {
2015-03-20 10:53:38 +00:00
margin-left:5px;
}
.hidden-op a {
color:#444;
}
.hidden-op a:hover {
color:#fff;
text-decoration:none;
background:#feaa7c;
}
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 input {
2015-05-05 04:02:51 +00:00
padding:2px 2px 2px 5px;
2015-03-20 10:53:38 +00:00
}
.select2-container-multi .select2-choices .select2-search-choice {
border:none;
border-radius:0;
background:#eee;
}