Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pluginSettings.less « stylesheets « CoreAdminHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9633c0423d9828a056c460ea89067062e9d913ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#pluginSettings {
  width: 975px;
  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;
  }

  .superUserSettings {
    margin-top: 1em;
  }
}

#pluginsSettings {
  .submitSeparator {
    background-color: #DADADA;
    height: 1px;
    border: 0px;
  }
}