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:30:48 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-23 22:30:48 +0400
commit9e5cae9504c6552900c287ae9db53d82b7329332 (patch)
treefaf4b53f894acb45d24c9f2c1b8698d52d730cfa /plugins/Morpheus
parentd9adcfe6169c6c10059a670f2ed984908eb4e105 (diff)
reduced multiple empty lines to exactly one
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/javascripts/piwikHelper.js2
-rw-r--r--plugins/Morpheus/stylesheets/general/_forms.less2
-rw-r--r--plugins/Morpheus/stylesheets/general/_typography.less1
-rw-r--r--plugins/Morpheus/stylesheets/theme.less6
-rw-r--r--plugins/Morpheus/stylesheets/ui/_components.less2
-rw-r--r--plugins/Morpheus/stylesheets/uibase/_siteSelect.less1
6 files changed, 0 insertions, 14 deletions
diff --git a/plugins/Morpheus/javascripts/piwikHelper.js b/plugins/Morpheus/javascripts/piwikHelper.js
index 29b36a8f3f..8e89039dd0 100644
--- a/plugins/Morpheus/javascripts/piwikHelper.js
+++ b/plugins/Morpheus/javascripts/piwikHelper.js
@@ -5,7 +5,6 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
-
function _pk_translate(translationStringId, values) {
function sprintf (translation, values) {
@@ -383,7 +382,6 @@ var piwikHelper = {
};
-
String.prototype.trim = function() {
return this.replace(/^\s+|\s+$/g,"");
};
diff --git a/plugins/Morpheus/stylesheets/general/_forms.less b/plugins/Morpheus/stylesheets/general/_forms.less
index cf31fb6925..2372f4d92b 100644
--- a/plugins/Morpheus/stylesheets/general/_forms.less
+++ b/plugins/Morpheus/stylesheets/general/_forms.less
@@ -78,7 +78,6 @@ button[type="button"],
font-weight: normal;
}
-
.sites_autocomplete--dropdown {
.custom_select_main_link:not(.loading):before {
color: @theme-color-brand;
@@ -92,7 +91,6 @@ button[type="button"],
}
}
-
.limitSelection {
> ul {
position: relative;
diff --git a/plugins/Morpheus/stylesheets/general/_typography.less b/plugins/Morpheus/stylesheets/general/_typography.less
index bb22742844..c202176556 100644
--- a/plugins/Morpheus/stylesheets/general/_typography.less
+++ b/plugins/Morpheus/stylesheets/general/_typography.less
@@ -73,7 +73,6 @@ ul.widgetpreview-widgetlist, ul.widgetpreview-categorylist {
color: #4d4d4d;
}
-
.dataTableRowActions {
background: none !important;
}
diff --git a/plugins/Morpheus/stylesheets/theme.less b/plugins/Morpheus/stylesheets/theme.less
index 820c8d3953..3c7eef2b2b 100644
--- a/plugins/Morpheus/stylesheets/theme.less
+++ b/plugins/Morpheus/stylesheets/theme.less
@@ -529,7 +529,6 @@ div.sparkline {
z-index: 1;
}
-
.widget {
background: @theme-color-background-base;
border: 1px solid @color-silver-l80;
@@ -676,7 +675,6 @@ div.sparkline {
margin-bottom: 12px;
}
-
ol {
background: #fff !important;
border-top: 0 !important;
@@ -706,7 +704,6 @@ div.sparkline {
min-width: 100% !important;
}
-
.visitor-profile {
background: none;
.box-shadow(none);
@@ -757,7 +754,6 @@ div.sparkline {
}
}
-
.visitor-profile-avatar {
ul {
width: 100% !important;
@@ -855,7 +851,6 @@ div.sparkline {
padding: 5px !important;
}
-
#piwik-promo-share {
border: 0px;
background: #f2f2f2;
@@ -886,7 +881,6 @@ table#users {
text-decoration: none;
}
-
#multisites table.dataTable {
thead tr th {
background: @theme-color-background-base;
diff --git a/plugins/Morpheus/stylesheets/ui/_components.less b/plugins/Morpheus/stylesheets/ui/_components.less
index fe427fc545..76db939f73 100644
--- a/plugins/Morpheus/stylesheets/ui/_components.less
+++ b/plugins/Morpheus/stylesheets/ui/_components.less
@@ -167,7 +167,6 @@
.font-default(10px, 12px);
}
-
#periodString {
border: 1px solid @theme-color-background-lowContrast;
.border-radius(0px);
@@ -339,7 +338,6 @@
}
}
-
table.dataTable tr td .dataTableRowActions {
a.rightmost, a {
background-color: #f2f2f2 !important;
diff --git a/plugins/Morpheus/stylesheets/uibase/_siteSelect.less b/plugins/Morpheus/stylesheets/uibase/_siteSelect.less
index f52528a223..f71303d29a 100644
--- a/plugins/Morpheus/stylesheets/uibase/_siteSelect.less
+++ b/plugins/Morpheus/stylesheets/uibase/_siteSelect.less
@@ -1,5 +1,4 @@
-
/*sites_autocomplete*/
.sites_autocomplete {
position: absolute;