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/Goals/templates/goals.css')
-rw-r--r--plugins/Goals/templates/goals.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/plugins/Goals/templates/goals.css b/plugins/Goals/templates/goals.css
new file mode 100644
index 0000000000..2fc9e0fbd5
--- /dev/null
+++ b/plugins/Goals/templates/goals.css
@@ -0,0 +1,40 @@
+ul.ulGoalTopElements {
+ list-style-type:circle;
+ margin-left:30px;
+}
+.ulGoalTopElements a {
+ text-decoration:none;
+ color:#0033CC;
+ border-bottom:1px dotted #0033CC;
+ line-height:2em;
+}
+.goalTopElement {
+ border-bottom:1px dotted;
+}
+.listCircle {
+ list-style:circle outside none;
+ margin-left:30px;
+}
+.segmentSelector ul li .segment{
+ cursor:pointer;
+ border-bottom:1px dotted black;
+}
+.segmentSelector ul li.activeSegment .segment {
+ font-weight: bold;
+ border:0;
+}
+
+#titleGoalsBySegment {
+ padding-top:30px;
+}
+.goalInlineHelp {
+ color:#9B9B9B;
+}
+.tableFormGoals {
+ width:700px;
+}
+#goalsCancel {
+ margin-left:550px;
+ margin-top:20px;
+ display:none;
+} \ No newline at end of file