Skip to content

Commit 5ef4097

Browse files
Improved appearance of Configurable Reports.
1 parent ae46793 commit 5ef4097

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

scss/preset/default.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
@import "trema/message";
2828
@import "trema/user";
2929
@import "trema/noprint";
30+
@import "trema/plugins";

scss/trema/plugins.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// 3rd Party Plugin Improvements.
2+
3+
// Configurable Reports: Import report from repository > Categories and Report dropdowns.
4+
body#page-blocks-configurable_reports-managereport #id_crreportcategories,
5+
body#page-blocks-configurable_reports-managereport #id_crreportnames{
6+
margin: 10px
7+
}

0 commit comments

Comments
 (0)