Server IP : 23.254.227.96 / Your IP : 216.73.216.7 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/local/cwpsrv/var/services/roundcube/plugins/libkolab/skins/elastic/include/ |
Upload File : |
/** * Kolab core library * * This file contains Elastic skin styles for kolab_notes plugin. * * @author Aleksander Machniak <machniak@kolabsys.com> * * Copyright (C) 2012-2018, Kolab Systems AG <contact@kolabsys.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ .menu { a.appendnote:before { content: @fa-var-sticky-note; } } // Fixes TinyMCE editor height=0 issue #noteform iframe { min-height: 10rem; } #notereferences { margin-top: .5rem; .attachmentslist a.delete { margin-left: .5rem; } } #notedetailstitle { .dates { color: @color-list-secondary; } } #print-layout { #notetitle { font-size: 1.5rem; line-height: 2; } #notetags { margin-bottom: .5rem; } #notecreated { margin-right: 2rem; } } #kolabnoteslist { tr { display: flex; } td.title { .overflow-ellipsis(); flex: 1; &:before { &:extend(.font-icon-class); .font-icon-regular(@fa-var-sticky-note); } } td.date { overflow: unset; color: @color-list-secondary; font-style: italic; } } .kolabmessagenotes { & > i.icon:before { .font-icon-regular(@fa-var-sticky-note) !important; } & > a { .overflow-ellipsis(); white-space: nowrap; display: block; text-decoration: none; } }