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, 0 insertions, 40 deletions
diff --git a/plugins/Goals/templates/goals.css b/plugins/Goals/templates/goals.css
deleted file mode 100644
index 2fc9e0fbd5..0000000000
--- a/plugins/Goals/templates/goals.css
+++ /dev/null
@@ -1,40 +0,0 @@
-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