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-09 04:11:12 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-04-16 01:27:52 +0300
commit9df5496224cc6fcc45bb51527ef2049b7d8f283d (patch)
tree3b9f0dcbb61df036fd45ef9f014789f44bbb4665 /plugins/CoreAdminHome/stylesheets
parent74cf556edb8b5756a377f4bcb29ee15806f32560 (diff)
Fixed the display of settings form
Diffstat (limited to 'plugins/CoreAdminHome/stylesheets')
-rw-r--r--plugins/CoreAdminHome/stylesheets/pluginSettings.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/CoreAdminHome/stylesheets/pluginSettings.less b/plugins/CoreAdminHome/stylesheets/pluginSettings.less
index 0d8c8469cf..b7e90637e9 100644
--- a/plugins/CoreAdminHome/stylesheets/pluginSettings.less
+++ b/plugins/CoreAdminHome/stylesheets/pluginSettings.less
@@ -1,6 +1,6 @@
#pluginSettings {
width: 975px;
- border-spacing: 0px 15px;
+ margin: 15px 0;
.columnTitle {
width:400px
@@ -21,7 +21,7 @@
}
.settingIntroduction {
- padding-bottom: 0px;
+ padding-bottom: 0;
}
.form-description {
@@ -39,6 +39,6 @@
.submitSeparator {
background-color: #DADADA;
height: 1px;
- border: 0px;
+ border: 0;
}
} \ No newline at end of file