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:
authormattab <matthieu.aubry@gmail.com>2013-07-19 07:15:50 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-19 07:15:50 +0400
commita1cfa0425a96e56dc711a711d3e86d15f70af45e (patch)
treeb09393334000332f703b84b9a4565e6c056cc796 /plugins
parentf2caccdc8de92c6d72c8f7c802dcb6d5a06563ca (diff)
Refs #4052 Reprocess CSS file if any of merged files has changed
NOTE: does not support @import'ed less files, could be added in prepareMergedCssFile @diosmosis
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Zeitgeist/stylesheets/base.css2
-rw-r--r--plugins/Zeitgeist/stylesheets/ui/_header.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Zeitgeist/stylesheets/base.css b/plugins/Zeitgeist/stylesheets/base.css
index 4d178e86ad..a4cd523fae 100644
--- a/plugins/Zeitgeist/stylesheets/base.css
+++ b/plugins/Zeitgeist/stylesheets/base.css
@@ -503,7 +503,6 @@ body .ui-tooltip.small {
}
/* Component styles */
#header {
- padding: 5px 0 0;
min-height: 60px;
}
/* Clear fix */
@@ -514,6 +513,7 @@ body .ui-tooltip.small {
}
#logo {
float: left;
+ padding-top:5px;
}
#logo > a {
text-decoration: none;
diff --git a/plugins/Zeitgeist/stylesheets/ui/_header.less b/plugins/Zeitgeist/stylesheets/ui/_header.less
index 66e199c34e..f9f2c4dca8 100644
--- a/plugins/Zeitgeist/stylesheets/ui/_header.less
+++ b/plugins/Zeitgeist/stylesheets/ui/_header.less
@@ -1,5 +1,4 @@
#header {
- padding: 5px 0 0;
min-height: 60px;
}
@@ -11,6 +10,7 @@
}
#logo {
+ padding: 5px 0 0;
float: left;
}