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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-03-19 07:10:57 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-04-16 01:27:53 +0300
commit3cfe2604334083fe6ce2bb8bd4dfaa755e512e3a (patch)
tree7806ae0f20739e1b59f47c384a99369785731d20 /plugins/Dashboard/stylesheets
parent57b24123785e6a21f6f1a7e1054783cce6f771ed (diff)
Fixed UI pixel differences
Diffstat (limited to 'plugins/Dashboard/stylesheets')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 57a082cc08..bb2c61b3e2 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -105,7 +105,11 @@
// Overriding some dataTable css for better dashboard display
.widget .dataTableWrapper {
width: 100% !important;
+ table * {
+ // Because of Bootstrap
+ box-sizing: content-box;
}
+}
.widgetTop .button {
cursor: pointer;