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:
Diffstat (limited to 'plugins/CorePluginsAdmin/stylesheets/plugin-details.less')
-rw-r--r--plugins/CorePluginsAdmin/stylesheets/plugin-details.less78
1 files changed, 30 insertions, 48 deletions
diff --git a/plugins/CorePluginsAdmin/stylesheets/plugin-details.less b/plugins/CorePluginsAdmin/stylesheets/plugin-details.less
index c447e35025..1dee1eb224 100644
--- a/plugins/CorePluginsAdmin/stylesheets/plugin-details.less
+++ b/plugins/CorePluginsAdmin/stylesheets/plugin-details.less
@@ -3,25 +3,44 @@
text-align: left;
line-height: 20px;
+ .header {
+ .intro {
+ width:75%;
+ float:left;
+ margin-bottom: 8px;
+ }
+ .actionButton {
+ width:25%;
+ float:left;
+ }
+ }
+
+ #pluginDetailsTabs > .col {
+ padding: 0 16px 0 0;
+ }
+
+ .content {
+ .contentDetails {
+ width:75%;
+ float:left;
+ }
+ .metadata {
+ width:25%;
+ float:left;
+ padding-top: 16px;
+ }
+ }
+
h3, h4, h5, h6 {
margin: 20px 0px 10px 0px;
color: #000000;
}
- .ui-tabs-panel ul, .ui-tabs-panel ol {
- list-style: initial;
- padding-left: 20px;
- }
-
- p, .ui-tabs-panel ul, .ui-tabs-panel li {
+ p {
text-align: left;
line-height: 20px;
}
- .header .intro {
- margin-bottom: 15px;
- }
-
.content p {
margin: 0 0 10px;
}
@@ -30,43 +49,6 @@
padding-right: 25px;
}
- .ui-tabs {
- padding: 0em;
- }
-
- .ui-tabs .ui-tabs-nav {
- padding: 0em;
- border-bottom: 1px solid #cccccc;
- margin-right: 25px;
- border-radius: 0px;
- font-size: 15px;
- }
-
- .ui-tabs .ui-tabs-panel {
- padding: 1.4em 3em 0em 0em;
- }
-
- .content a {
- color: @theme-color-link;
- text-decoration: none;
- }
-
- .ui-state-default {
- border: 0px !important;
- }
-
- .ui-state-active {
- padding-bottom: 0px !important;
- }
-
- .ui-state-active.ui-state-default {
- border: 1px solid #cccccc !important;
- }
-
- .ui-state-default:hover {
- background-color: #eeeeee !important;
- }
-
.install {
padding: 11px 19px;
font-size: 17.5px;
@@ -84,12 +66,12 @@
}
dt {
- font-weight: bold;
line-height: 20px;
}
dd {
margin-left: 10px;
line-height: 20px;
+ color: @theme-color-text-contrast;
}
.featuredIcon {