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:
authorThomas Steur <thomas.steur@gmail.com>2013-10-24 06:29:37 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-24 06:29:37 +0400
commitcd5a5ece5fe0917a3064ede88f9bed9e7ebf5c95 (patch)
tree30d1702ecbc3348416aae6d4cc7862c6bb137563 /plugins/CoreAdminHome/stylesheets
parent5c9e7e5b4026cd1e3da08636a8e541cf9d8c879c (diff)
refs #4126 moved inline css to less files
Diffstat (limited to 'plugins/CoreAdminHome/stylesheets')
-rw-r--r--plugins/CoreAdminHome/stylesheets/pluginSettings.less36
1 files changed, 36 insertions, 0 deletions
diff --git a/plugins/CoreAdminHome/stylesheets/pluginSettings.less b/plugins/CoreAdminHome/stylesheets/pluginSettings.less
new file mode 100644
index 0000000000..409b3d8a53
--- /dev/null
+++ b/plugins/CoreAdminHome/stylesheets/pluginSettings.less
@@ -0,0 +1,36 @@
+#pluginSettings {
+ width: 820px;
+ border-spacing: 0px 15px;
+
+ .columnTitle {
+ width:400px
+ }
+ .columnField {
+ width:220px
+ }
+ .columnHelp {
+ width:200px
+ }
+
+ .title {
+ font-weight: bold
+ }
+
+ .settingIntroduction {
+ padding-bottom: 0px;
+ }
+
+ .form-description {
+ font-style: normal;
+ margin-top: 3px;
+ display: block;
+ }
+}
+
+#pluginsSettings {
+ .submitSeparator {
+ background-color: #DADADA;
+ height: 1px;
+ border: 0px;
+ }
+} \ No newline at end of file