/* * Redmine plugin for Document Management System "Features" * * Copyright © 2011 Vit Jonas * Copyright © 2011-21 Karel Pičman * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Intendation in the main view's tree */ .dmsf-tree.idnt-1 td.dmsf-title { padding-left: 1.5em; } .dmsf-tree.idnt-2 td.dmsf-title { padding-left: 2em; } .dmsf-tree.idnt-3 td.dmsf-title { padding-left: 2.5em; } .dmsf-tree.idnt-4 td.dmsf-title { padding-left: 3em; } .dmsf-tree.idnt-5 td.dmsf-title { padding-left: 3.5em; } .dmsf-tree.idnt-6 td.dmsf-title { padding-left: 4em; } .dmsf-tree.idnt-7 td.dmsf-title { padding-left: 4.5em; } .dmsf-tree.idnt-8 td.dmsf-title { padding-left: 5em; } .dmsf-tree.idnt-9 td.dmsf-title { padding-left: 5.5em; } /* Font icons */ #sidebar ul > li > a.icon-only.icon-clear-query { background-image: url(../../../images/close_hl.png); background-repeat: no-repeat; padding-left: 16px; margin-left: 8px; } table.dmsf a.sort { padding-right: 16px; background-position: 100% 50%; background-repeat: no-repeat; } table.dmsf a.sort.desc.icon.icon-sorted-asc { background-image: url("../../../images/arrow_up.png") !important; } table.dmsf a.sort.asc.icon.icon-sorted-desc { background-image: url("../../../images/arrow_down.png") !important; } .dmsf-tree.dmsf-expanded span.dmsf-expander { background: none !important; padding-left: 0px !important; } .dmsf-tree.dmsf-collapsed span.dmsf-expander { background: none !important; padding-left: 0px !important; } table.dmsf td.dmsf-title { padding-left: 0px; } td.dmsf-title a.icon::before { padding-right: 5px; } tr:not(.dmsf-expanded):not(.dmsf-collapsed) td.dmsf-title a.icon::before { padding-left: 5px; } td.dmsf-title a.icon-folder::before { color: #FFE9A2; } .dmsf-icon-link:before { content: "\F0337" !important; font-family: "Material Icons"; } /* +/- icons */ .dmsf-row-control { width: auto; margin-right: 5px; } .dmsf-row-control > .dmsf-expander::before { content: "\F0416" !important; font-family: "Material Icons"; display: inline-block; width: 1.5em !important; font-size: 1.125em; } .dmsf-row-control > .dmsf-expander.open::before { content: "\F0375" !important; font-family: "Material Icons"; } .dmsf-row-control > span.dmsf-expander:hover::before { background-color: lightgreen; color: white; -moz-border-radius: 5000px; -webkit-border-radius: 5000px; border-radius: 5000px; border: 1px solid green; } /* Approval workflows */ #tab-content-dmsf_workflow table.list ~ p .button { margin-top: 10px; } /* Query filters */ #query_form.dmsf-query-form .collapsed#filters { opacity: 1; } #query_form.dmsf-query-form td.values span[style]:first-child { display: inline !important; } #query_form_with_buttons p.buttons { display: none; } #sidebar ul > li > a.icon-only.icon-clear-query { font-size: 0px; display: inline-block; overflow: hidden; width: 0px; height: 16px; }