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

_form.less « general « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a21d76ed47330dc671abf37c9571ac2ab2499fc (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
41
42
43
44
45
46
47
48
49
50
51
52
.submit {
  clear: both;
  font-size: 18px;
  border: 0;
  float: right;
  margin: 12px 0 10px 0;
  cursor: pointer;
}

/* on admin screen, Save button aligned on the left */
.admin .submit {
  margin-left: 0px;
  margin-top: 20px;
  float: none;
}

.admin .entityContainer .submit {
  margin: 0;
  margin-top: 20px;
}

.entityContainer .link_but {
  white-space: nowrap;
  display: inline-block;
  margin: 0 10px 0 0;
  text-decoration: none;
}

.entityContainer .link_but img {
  white-space: nowrap;
  margin: 0 1px 0 0 !important;
}

/* Add / Edit / List entities */
.entityContainer {
  width: 100%;
  max-width: 900px;
  min-width: 600px;
  font-size: 14px;
}

.entityInlineHelp {
  color: #9B9B9B;
  margin-top: 5px;
  clear: both;
}

/* cancel button below Forms */
.entityCancel {
  padding: 10px 0;
  font-size: 12px;
}