/* 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; }