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:
authorChristian Raue <christian.raue@gmail.com>2014-07-23 22:27:56 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-23 22:27:56 +0400
commitd9adcfe6169c6c10059a670f2ed984908eb4e105 (patch)
tree25cfca25851214c1b744a07e67e9c120adfd7513 /plugins/Morpheus
parent2788e1dad22533f3e0dbddbdd16c51251c4e130a (diff)
removed lots of trailing whitespace
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/javascripts/ajaxHelper.js6
-rw-r--r--plugins/Morpheus/javascripts/piwikHelper.js4
-rw-r--r--plugins/Morpheus/stylesheets/general/_admin.less2
-rw-r--r--plugins/Morpheus/stylesheets/general/_forms.less8
-rw-r--r--plugins/Morpheus/stylesheets/general/_typography.less4
-rw-r--r--plugins/Morpheus/stylesheets/simple_structure.css6
-rw-r--r--plugins/Morpheus/stylesheets/theme.less20
-rw-r--r--plugins/Morpheus/stylesheets/ui/_components.less16
-rw-r--r--plugins/Morpheus/stylesheets/ui/_map.less2
-rw-r--r--plugins/Morpheus/stylesheets/ui/_popups.less4
-rw-r--r--plugins/Morpheus/stylesheets/uibase/_languageSelect.less2
-rw-r--r--plugins/Morpheus/templates/dashboard.twig2
-rw-r--r--plugins/Morpheus/templates/genericForm.twig2
13 files changed, 39 insertions, 39 deletions
diff --git a/plugins/Morpheus/javascripts/ajaxHelper.js b/plugins/Morpheus/javascripts/ajaxHelper.js
index 9099637f67..d2ac8568e7 100644
--- a/plugins/Morpheus/javascripts/ajaxHelper.js
+++ b/plugins/Morpheus/javascripts/ajaxHelper.js
@@ -15,7 +15,7 @@ globalAjaxQueue.active = 0;
/**
* Removes all finished requests from the queue.
- *
+ *
* @return {void}
*/
globalAjaxQueue.clean = function () {
@@ -165,10 +165,10 @@ function ajaxHelper() {
}
}
};
-
+
/**
* Sets the base URL to use in the AJAX request.
- *
+ *
* @param {string} url
*/
this.setUrl = function (url) {
diff --git a/plugins/Morpheus/javascripts/piwikHelper.js b/plugins/Morpheus/javascripts/piwikHelper.js
index ddc94f8a39..29b36a8f3f 100644
--- a/plugins/Morpheus/javascripts/piwikHelper.js
+++ b/plugins/Morpheus/javascripts/piwikHelper.js
@@ -82,7 +82,7 @@ var piwikHelper = {
}
return value;
},
-
+
/**
* Add break points to a string so that it can be displayed more compactly
*/
@@ -395,7 +395,7 @@ String.prototype.trim = function() {
*/
function isEnterKey(e)
{
- return (window.event?window.event.keyCode:e.which)==13;
+ return (window.event?window.event.keyCode:e.which)==13;
}
// workarounds
diff --git a/plugins/Morpheus/stylesheets/general/_admin.less b/plugins/Morpheus/stylesheets/general/_admin.less
index 0d25749f24..0a3b21cd88 100644
--- a/plugins/Morpheus/stylesheets/general/_admin.less
+++ b/plugins/Morpheus/stylesheets/general/_admin.less
@@ -27,7 +27,7 @@
}
}
}
- }
+ }
}
.admin {
diff --git a/plugins/Morpheus/stylesheets/general/_forms.less b/plugins/Morpheus/stylesheets/general/_forms.less
index 0932f598a2..cf31fb6925 100644
--- a/plugins/Morpheus/stylesheets/general/_forms.less
+++ b/plugins/Morpheus/stylesheets/general/_forms.less
@@ -2,8 +2,8 @@ input:not([type="checkbox"]), select, textarea {
color: @theme-color-text;
.border-radius(0px);
margin-left: 0;
- padding: 8px 10px;
- min-height: 30px;
+ padding: 8px 10px;
+ min-height: 30px;
.box-sizing(border-box);
background: #fff;
}
@@ -201,7 +201,7 @@ label {
.form-radio {
background-position: 0 -16px;
-
+
&.form-hover {
background-position: -60px -16px;
}
@@ -216,7 +216,7 @@ label {
.form-checkbox {
background-position: 0 0;
-
+
&.form-hover {
background-position: -60px 0;
}
diff --git a/plugins/Morpheus/stylesheets/general/_typography.less b/plugins/Morpheus/stylesheets/general/_typography.less
index 956f5cc68b..bb22742844 100644
--- a/plugins/Morpheus/stylesheets/general/_typography.less
+++ b/plugins/Morpheus/stylesheets/general/_typography.less
@@ -28,7 +28,7 @@ h2 {
padding-top: 5px;
padding-bottom: 4px;
color: #000;
-
+
a {
color: @theme-color-brand !important;
}
@@ -118,7 +118,7 @@ body > a.ddmetric {
}
.segmentEditorPanel *,
-.segment-element .segment-content .segment-input select,
+.segment-element .segment-content .segment-input select,
.segment-element .segment-content .segment-input input {
font-family: @theme-fontFamily-base !important;
}
diff --git a/plugins/Morpheus/stylesheets/simple_structure.css b/plugins/Morpheus/stylesheets/simple_structure.css
index 34e5ae18fb..65e6d276b7 100644
--- a/plugins/Morpheus/stylesheets/simple_structure.css
+++ b/plugins/Morpheus/stylesheets/simple_structure.css
@@ -1,5 +1,5 @@
-body#simple {
- background: #eee;
+body#simple {
+ background: #eee;
}
#contentsimple {
background: #fff;
@@ -34,7 +34,7 @@ body#simple {
}
#title img{
- vertical-align:bottom;
+ vertical-align:bottom;
}
#title {
padding-bottom:15px;
diff --git a/plugins/Morpheus/stylesheets/theme.less b/plugins/Morpheus/stylesheets/theme.less
index 582d3c4d58..820c8d3953 100644
--- a/plugins/Morpheus/stylesheets/theme.less
+++ b/plugins/Morpheus/stylesheets/theme.less
@@ -116,7 +116,7 @@ table.entityTable tr td a:hover {
color: @theme-color-menu-contrast-textActive;
font-weight: normal;
}
-
+
}
}
}
@@ -449,7 +449,7 @@ table.dataTable {
background-color: #fff !important;
}
}
-
+
&.entityTable tr {
td {
background-color: #fff !important;
@@ -582,8 +582,8 @@ div.sparkline {
.border-radius(0px);
border: 0px;
margin-left: 0;
- padding: 8px 10px;
- min-height: 30px;
+ padding: 8px 10px;
+ min-height: 30px;
.box-sizing(border-box);
border: 1px solid @color-silver-l80;
.opacity(1);
@@ -691,7 +691,7 @@ div.sparkline {
}
}
}
- }
+ }
}
.visitor-profile-visit-title-row {
@@ -716,7 +716,7 @@ div.sparkline {
.border-radius(0px);
border: 0px;
.box-shadow(none) !important;
-
+
> div {
border: 0px !important;
}
@@ -786,9 +786,9 @@ div.sparkline {
margin-right: 5px;
}
}
- }
- }
- }
+ }
+ }
+ }
.visitor-profile-avatar > div:nth-child(2n) {
width: 376px;
@@ -798,7 +798,7 @@ div.sparkline {
.visitor-profile-latest-visit-column {
display: inline-block;
margin-left: 0;
- }
+ }
.visitor-profile-latest-visit-column:first-child {
width: 50%;
diff --git a/plugins/Morpheus/stylesheets/ui/_components.less b/plugins/Morpheus/stylesheets/ui/_components.less
index 0bad34c66f..fe427fc545 100644
--- a/plugins/Morpheus/stylesheets/ui/_components.less
+++ b/plugins/Morpheus/stylesheets/ui/_components.less
@@ -1,5 +1,5 @@
//colors calendar
-@calendarHeaderBackground: #fff;
+@calendarHeaderBackground: #fff;
@calendarHeaderColor: #999;
@calendarCurrentStateHover: #f5f5f5;
@calendarBorder: #ccc;
@@ -76,7 +76,7 @@
.font-default(13px, 15px);
color: @theme-color-text;
}
-
+
.segment-add-row > div a span,
.segment-add-or > div a span {
color: @theme-color-brand;
@@ -107,7 +107,7 @@
background: #f2f2f2;
border: 0;
padding: 4px 0 3px;
-
+
a {
border: 0;
background-color: #f2f2f2;
@@ -117,8 +117,8 @@
}
}
- }
- }
+ }
+ }
.segment-top {
.font-default(10px, 12px);
@@ -263,7 +263,7 @@
}
}
-//reports box
+//reports box
.reports {
border: 1px solid @color-gray;
.border-radius(6px);
@@ -275,7 +275,7 @@
}
}
-.jqplot-seriespicker-popover {
+.jqplot-seriespicker-popover {
.box-shadow-1(none);
}
@@ -327,7 +327,7 @@
.font-default(15px, 20px);
margin-bottom: 10px;
}
- }
+ }
}
}
diff --git a/plugins/Morpheus/stylesheets/ui/_map.less b/plugins/Morpheus/stylesheets/ui/_map.less
index c5baf76f15..0446610c2d 100644
--- a/plugins/Morpheus/stylesheets/ui/_map.less
+++ b/plugins/Morpheus/stylesheets/ui/_map.less
@@ -65,5 +65,5 @@
}
.realtime-map[data-name=white-bg] {
- color: #808080 !important;
+ color: #808080 !important;
} \ No newline at end of file
diff --git a/plugins/Morpheus/stylesheets/ui/_popups.less b/plugins/Morpheus/stylesheets/ui/_popups.less
index 72ff9f4088..7cd8d6b1af 100644
--- a/plugins/Morpheus/stylesheets/ui/_popups.less
+++ b/plugins/Morpheus/stylesheets/ui/_popups.less
@@ -38,9 +38,9 @@ button.ui-state-default, .ui-widget-content button.ui-state-default, .ui-widget-
}
.ui-menu .ui-menu-item a.ui-state-focus {
- background: @color-silver-l90;
+ background: @color-silver-l90;
}
-button:hover, .add-trusted-host:hover, input[type="submit"]:hover, button[type="button"]:hover, .submit:hover {
+button:hover, .add-trusted-host:hover, input[type="submit"]:hover, button[type="button"]:hover, .submit:hover {
background-color: @theme-color-brand !important;
} \ No newline at end of file
diff --git a/plugins/Morpheus/stylesheets/uibase/_languageSelect.less b/plugins/Morpheus/stylesheets/uibase/_languageSelect.less
index ee07212b7f..032516350e 100644
--- a/plugins/Morpheus/stylesheets/uibase/_languageSelect.less
+++ b/plugins/Morpheus/stylesheets/uibase/_languageSelect.less
@@ -1,6 +1,6 @@
.languageSelection {
padding-right: 11px;
-
+
.items {
margin-left: -50px;
}
diff --git a/plugins/Morpheus/templates/dashboard.twig b/plugins/Morpheus/templates/dashboard.twig
index 8948410331..4235cacdd0 100644
--- a/plugins/Morpheus/templates/dashboard.twig
+++ b/plugins/Morpheus/templates/dashboard.twig
@@ -4,7 +4,7 @@
<!--[if (gte IE 9)|!(IE)]><!-->
<html id="ng-app" ng-app="piwikApp"><!--<![endif]-->
<head>
- {% block head %}
+ {% block head %}
<meta charset="utf-8">
<title>{{ siteName|raw }} - {% if isCustomLogo == false %}Piwik &rsaquo; {% endif %} {{ 'CoreHome_WebAnalyticsReports'|translate }}</title>
<meta http-equiv="X-UA-Compatible" content="IE=EDGE,chrome=1"/>
diff --git a/plugins/Morpheus/templates/genericForm.twig b/plugins/Morpheus/templates/genericForm.twig
index 963684af59..b7e564c88c 100644
--- a/plugins/Morpheus/templates/genericForm.twig
+++ b/plugins/Morpheus/templates/genericForm.twig
@@ -6,7 +6,7 @@
{% for data in form_data.errors %}
<li>{{ data|raw }}</li>
{% endfor %}
- </ul>
+ </ul>
</div>
{% endif %}