Skip to content

Commit

Permalink
Adjust html structure so global list style can be used
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Sep 18, 2023
1 parent 6ab9c48 commit 0c88562
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 129 deletions.
5 changes: 0 additions & 5 deletions stylesheets/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@

#site-without-data {
#start-tracking-details[data-method=GoogleAnalyticsImporter] {
.list-style-decimal {
list-style-position: outside;
margin-left: 1em;
}

.form-group.row {
margin-top: -0.5rem;
margin-bottom: unset;
Expand Down
4 changes: 1 addition & 3 deletions templates/gaImportNoData.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
{% else %}
<p>{{ 'GoogleAnalyticsImporter_NoDataScreenFollowThisSteps'|translate }}</p>
{% endif %}
<ul class="list-style-decimal" id="{{ isConnectAccountsActivated ? 'manual-advance-option' : 'manual-option' }}">
<div
<ul class="list-style-decimal" id="{{ isConnectAccountsActivated ? 'manual-advance-option' : 'manual-option' }}"
vue-entry="GoogleAnalyticsImporter.Connect"
is-no-data-page="true"
extensions="{{ extensions|json_encode }}"
Expand All @@ -27,7 +26,6 @@
configure-connection-props="{{ configureConnectionProps|json_encode }}"
strategy-to-use="{{ strategy }}"
>
</div>
</ul>
<br>
<p>{{ 'GoogleAnalyticsImporter_NoDataScreenFollowStepComplete'|translate('<strong>', '</strong>', '<a href="'~ linkTo({'action': 'index', 'module': 'GoogleAnalyticsImporter'}) ~ '" target="_blank" rel="noreferrer noopener ">', '</a>')|raw }}</p>
Expand Down
Loading

0 comments on commit 0c88562

Please sign in to comment.