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-04-30 05:44:46 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-04-30 05:45:03 +0300
commit9a835b475a785e1fcde74e187e33df8436d01ee9 (patch)
treea75f28a0e75a66135cf15af03147ac13eca23295
parentb436c88a09e914b59303acfb1069c347ab516ab9 (diff)
Fixed a UI regression where the pagination width was too small2.13.0
-rw-r--r--plugins/CoreHome/stylesheets/dataTable/_limitSelection.less1
-rw-r--r--plugins/Morpheus/stylesheets/general/_forms.less3
2 files changed, 0 insertions, 4 deletions
diff --git a/plugins/CoreHome/stylesheets/dataTable/_limitSelection.less b/plugins/CoreHome/stylesheets/dataTable/_limitSelection.less
index ffdc9e5985..cab249f9ea 100644
--- a/plugins/CoreHome/stylesheets/dataTable/_limitSelection.less
+++ b/plugins/CoreHome/stylesheets/dataTable/_limitSelection.less
@@ -40,7 +40,6 @@
.limitSelection > ul > li {
cursor: pointer;
- width: 28px;
padding: 0 10px 0 4px;
font-size: 1.1em;
font-weight: bold;
diff --git a/plugins/Morpheus/stylesheets/general/_forms.less b/plugins/Morpheus/stylesheets/general/_forms.less
index 1c6331e221..71dd52f9ca 100644
--- a/plugins/Morpheus/stylesheets/general/_forms.less
+++ b/plugins/Morpheus/stylesheets/general/_forms.less
@@ -116,9 +116,6 @@ button[type="button"],
> ul {
position: relative;
top: -6px;
- > li {
- width: 25px;
- }
}
> div {
.border-radius(2px);