| Server IP : 127.0.1.1 / Your IP : 216.73.216.60 Web Server : Apache/2.4.58 (Ubuntu) System : Linux nepub 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/public_html/lib/pkp/styles/controllers/ |
Upload File : |
/**
* @file styles/controllers/informationCenter.less
*
* Copyright (c) 2014-2021 Simon Fraser University
* Copyright (c) 2003-2021 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @ingroup pkp_controllers_informationCenter
*
* @brief Information Center styles
*/
.pkp_controllers_informationCenter {
.pkp_notes_list {
margin-bottom: 2rem;
p:first-child {
margin-top: 0;
}
p:last-child {
margin-bottom: 0;
}
}
.note {
margin-bottom: 2rem;
font-size: @font-sml;
line-height: @line-sml;
&:last-child {
margin-bottom: 0;
}
.details {
.pkp_helpers_clear;
margin-bottom: 1rem;
border-bottom: @bg-border;
line-height: 3rem - 1;
.user {
margin-right: 0.5em;
font-weight: @bold;
}
.date {
color: @text-light;
}
.actions {
float: right;
> * {
display: inline-block;
margin-left: 1rem;
}
}
}
// Unread notes
&.new {
.message {
font-weight: @bold;
}
}
}
.no_notes {
font-size: @font-sml;
}
.pkp_controllers_extrasOnDemand {
margin-bottom: 2rem;
}
}