Skip to content

Commit bab21d0

Browse files
update
1 parent 7a49436 commit bab21d0

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Название | Автор | Дата создания | Дата обновления |
22
| --- | --- | --- | --- |
3-
| adminBarLogo Evolution CMS | Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru> | 2024-01-25 | 12.08.2025 17:47:36 |
3+
| adminBarLogo Evolution CMS | Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru> | 2024-01-25 | 12.08.2025 18:26:38 |
44

55

66
# Плагин adminBarLogo для Evolution CMS

assets/plugins/adminBarLogo/adminBarLogo.plugin.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
display: flex;
4141
flex-direction: row;
4242
justify-content: space-between;
43+
padding: 0;
4344
}
4445
#treeMenu.is-intab {
4546
display: flex !important;
@@ -57,6 +58,26 @@
5758
#tabDoc {
5859
padding-bottom: 13px !important;
5960
}
61+
.tab-row .tab {
62+
border-width: 0px;
63+
}
64+
.tab-row .tab.selected {
65+
box-shadow: 0 -4px 0.3rem 0 rgba(0, 0, 0, .1);
66+
}
67+
#treePane .tab-page:has(form)::before,#treePane .tab-page:has(form)::after {
68+
content: "";
69+
display: table;
70+
clear: both;
71+
}
72+
#treePane .tab-page form {
73+
padding-top: 5px;
74+
padding-left: 5px;
75+
padding-bottom: 5px;
76+
}
77+
#treePane .tab-page .actionButtons--eit {
78+
margin: 11px 0 !important;
79+
top: 0px;
80+
}
6081
</style>';
6182

6283
$menuparams = ['adminBarLogo', 'main', $out, '', '', '', '', 'main', 0, 100, ''];

install/assets/plugins/adminBarLogo.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @license https://github.com/ProjectSoft-STUDIONIONS/adminBarLogo/?tab=MIT-1-ov-file MIT License (MIT)
1717
* @reportissues https://github.com/ProjectSoft-STUDIONIONS/adminBarLogo/issues
1818
* @author Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru>
19-
* @lastupdate 12.08.2025 17:47:36
19+
* @lastupdate 12.08.2025 18:26:38
2020
*/
2121

2222
/**
@@ -36,6 +36,6 @@
3636
* @license https://github.com/ProjectSoft-STUDIONIONS/adminBarLogo/?tab=MIT-1-ov-file MIT License (MIT)
3737
* @reportissues https://github.com/ProjectSoft-STUDIONIONS/adminBarLogo/issues
3838
* @author Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru>
39-
* @lastupdate 12.08.2025 17:47:36
39+
* @lastupdate 12.08.2025 18:26:38
4040
*/
4141
include MODX_BASE_PATH . 'assets/plugins/adminBarLogo/adminBarLogo.plugin.php';

0 commit comments

Comments
 (0)