29 lines
516 B
Plaintext
29 lines
516 B
Plaintext
/**
|
|
* @file styles/pages/tools.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.
|
|
*
|
|
* @brief Styles for the tool pages
|
|
*
|
|
*/
|
|
.pkp_op_tools {
|
|
|
|
.pkp_page_content {
|
|
padding: 0;
|
|
}
|
|
|
|
.pkp_page_statistics {
|
|
padding: 2rem;
|
|
background: @lift;
|
|
}
|
|
|
|
.pkp_help_link + h3 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
ul:not(.ui-tabs-nav):not(.ui-sortable):not(.pkpTabs) {
|
|
&:extend(.pkp_unstyled_list);
|
|
}
|
|
} |