Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CustomDimensions/angularjs/manage/list.directive.less')
m---------plugins/CustomDimensions0
-rw-r--r--plugins/CustomDimensions/angularjs/manage/list.directive.less24
2 files changed, 24 insertions, 0 deletions
diff --git a/plugins/CustomDimensions b/plugins/CustomDimensions
deleted file mode 160000
-Subproject 318661a2fb1ef3b3e5d6d999ae8b9628cb5a113
diff --git a/plugins/CustomDimensions/angularjs/manage/list.directive.less b/plugins/CustomDimensions/angularjs/manage/list.directive.less
new file mode 100644
index 0000000000..3dddd502a8
--- /dev/null
+++ b/plugins/CustomDimensions/angularjs/manage/list.directive.less
@@ -0,0 +1,24 @@
+.manageCustomDimensions {
+
+ .dataTable {
+ max-width: 1000px;
+ }
+
+ p, pre {
+ max-width: 1000px;
+ }
+
+ th.action, td.action {
+ a {
+ color: black;
+ }
+ }
+
+ .index {
+ width: 100px;
+ }
+
+ .extractions, .active, th.action, td.action {
+ width: 150px;
+ }
+}