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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-07-25 20:07:50 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-07-25 20:07:50 +0400
commit7e798a8392287aa9bbc015b37a3dca9874a786ba (patch)
tree7d52cd4d1fe53e1605d4a19ab287aff7afcff0c0 /plugins/Zeitgeist
parent2e51017e8a98d6eb98ebbe7581e381ea15dc0251 (diff)
Move misc stylesheets rules from utils
Diffstat (limited to 'plugins/Zeitgeist')
-rw-r--r--plugins/Zeitgeist/stylesheets/general/_misc.less34
-rw-r--r--plugins/Zeitgeist/stylesheets/general/_utils.less34
2 files changed, 34 insertions, 34 deletions
diff --git a/plugins/Zeitgeist/stylesheets/general/_misc.less b/plugins/Zeitgeist/stylesheets/general/_misc.less
index 38ef9f463f..de419973f1 100644
--- a/plugins/Zeitgeist/stylesheets/general/_misc.less
+++ b/plugins/Zeitgeist/stylesheets/general/_misc.less
@@ -4,4 +4,38 @@
.exception-backtrace {
color: #888;
+}
+
+.section-toggler-link {
+ font-size: .8em;
+ font-style: italic;
+ text-decoration: none;
+}
+
+.section-toggler-link:hover {
+ text-decoration: underline;
+}
+
+.metricEvolution {
+ display: inline-block;
+ font-size: 9pt;
+ opacity: 0.75;
+}
+
+.metricEvolution > .positive-evolution {
+ color: green;
+}
+
+.metricEvolution > .negative-evolution {
+ color: #e02a3b;
+}
+
+.reportsByDimensionView > .entityList {
+ float: left;
+ width: 220px;
+ min-height: 450px;
+}
+
+.dimensionCategory {
+ margin-top: 10px;
} \ No newline at end of file
diff --git a/plugins/Zeitgeist/stylesheets/general/_utils.less b/plugins/Zeitgeist/stylesheets/general/_utils.less
index 0077685734..cd7faddea2 100644
--- a/plugins/Zeitgeist/stylesheets/general/_utils.less
+++ b/plugins/Zeitgeist/stylesheets/general/_utils.less
@@ -27,38 +27,4 @@ html.old-ie .ie-hide {
margin: auto;
text-align: center;
padding-bottom: 10px;
-}
-
-.section-toggler-link {
- font-size: .8em;
- font-style: italic;
- text-decoration: none;
-}
-
-.section-toggler-link:hover {
- text-decoration: underline;
-}
-
-.metricEvolution {
- display: inline-block;
- font-size: 9pt;
- opacity: 0.75;
-}
-
-.metricEvolution > .positive-evolution {
- color: green;
-}
-
-.metricEvolution > .negative-evolution {
- color: #e02a3b;
-}
-
-.reportsByDimensionView > .entityList {
- float: left;
- width: 220px;
- min-height: 450px;
-}
-
-.dimensionCategory {
- margin-top: 10px;
} \ No newline at end of file