قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 06:57:53 +00:00

* Use i18n listing for top dimensions on goal overview * updates expected UI test files --------- Co-authored-by: caddoo <1169490+caddoo@users.noreply.github.com>
56 خطوط
930 B
Plaintext
56 خطوط
930 B
Plaintext
.goalTopElement {
|
|
border-bottom: 1px dotted;
|
|
word-break: break-word;
|
|
|
|
img {
|
|
margin-left: 2px;
|
|
}
|
|
}
|
|
|
|
.goalTriggerType .input-field {
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
.goalEntry {
|
|
margin: 0 0 20px 0;
|
|
padding: 0 0 10px 0;
|
|
border-bottom: 1px solid #7e7363;
|
|
width: 614px;
|
|
}
|
|
|
|
.addEditGoal .goalIsTriggeredWhen,
|
|
.addEditGoal .whereTheMatchAttrbiute {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/* dimension selector */
|
|
#titleGoalsByDimension {
|
|
padding-top: 30px;
|
|
}
|
|
|
|
ul.ulGoalTopElements {
|
|
list-style-type: circle;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
ul.ulGoalTopElements li {
|
|
list-style-type: circle;
|
|
}
|
|
|
|
ul.ulGoalTopElements img {
|
|
border: 1px solid lightgray;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.ulGoalTopElements a {
|
|
text-decoration: none;
|
|
color: @theme-color-link;
|
|
border-bottom: 1px dotted @theme-color-link;
|
|
line-height: 2em;
|
|
}
|
|
|
|
.goalDescription {
|
|
padding-bottom: 12px;
|
|
color: #999;
|
|
}
|