2014-05-12 21:54:20 +04:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2014
|
|
|
|
*
|
|
|
|
* This file is licensed under the Affero General Public License version 3
|
|
|
|
* or later.
|
|
|
|
*
|
|
|
|
* See the COPYING-README file.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
#app-content-trashbin tbody tr[data-type="file"] td a.name,
|
2017-03-02 10:31:28 +03:00
|
|
|
#app-content-trashbin tbody tr[data-type="file"] td a.name span.nametext,
|
|
|
|
#app-content-trashbin tbody tr[data-type="file"] td a.name span.nametext span {
|
|
|
|
cursor: default;
|
2013-12-02 18:27:40 +04:00
|
|
|
}
|
2014-06-26 18:58:49 +04:00
|
|
|
|
|
|
|
#app-content-trashbin .summary :last-child {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2014-07-03 19:16:50 +04:00
|
|
|
#app-content-trashbin #filestable .summary .filesize {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-10-12 17:21:27 +03:00
|
|
|
|
|
|
|
/* move Deleted Files to bottom of sidebar */
|
|
|
|
.nav-trashbin {
|
|
|
|
position: fixed !important;
|
2017-06-13 01:03:54 +03:00
|
|
|
bottom: 88px;
|
2015-10-12 17:21:27 +03:00
|
|
|
width: inherit !important;
|
|
|
|
background-color: #fff;
|
|
|
|
border-right: 1px solid #eee;
|
2017-06-13 01:03:54 +03:00
|
|
|
margin-bottom: 0px !important;
|
2015-10-12 17:21:27 +03:00
|
|
|
}
|
|
|
|
/* double padding to account for Deleted files entry, issue with Firefox */
|
|
|
|
.app-files #app-navigation > ul li:nth-last-child(2) {
|
2017-06-13 01:03:54 +03:00
|
|
|
margin-bottom: 88px;
|
2015-10-12 17:21:27 +03:00
|
|
|
}
|
|
|
|
|