Skip to content
Snippets Groups Projects
Commit 539dd3cd authored by Timothee P's avatar Timothee P :sunflower:
Browse files

add info bubble

parent f21763aa
No related branches found
No related tags found
1 merge request!514REDMINE_ISSUE-15526| Amélioration du parcours de signalements - Ajouter une configuration du tri et du filtre par défaut à la création / édition d'un projet
...@@ -219,6 +219,26 @@ ...@@ -219,6 +219,26 @@
name="fast_edition_mode" name="fast_edition_mode"
> >
<label for="fast_edition_mode">Mode d'édition rapide de signalements</label> <label for="fast_edition_mode">Mode d'édition rapide de signalements</label>
<a
class="
ui
small
button
circular
compact
absolute-right
icon
teal
"
data-tooltip="Consulter la documentation"
data-position="right center"
data-variation="mini"
href="#"
target="_blank"
rel="noopener"
>
<i class="question icon" />
</a>
</div> </div>
</div> </div>
<div class="fields grouped"> <div class="fields grouped">
...@@ -796,6 +816,15 @@ textarea { ...@@ -796,6 +816,15 @@ textarea {
.checkboxes { .checkboxes {
padding-left: .5em; padding-left: .5em;
.absolute-right.ui.compact.icon.button {
position: absolute;
right: -2.75em;
top: calc(50% - 1em);
padding: .4em;
i.icon, i.icons {
font-size: .9em;
}
}
} }
.map-maxzoom-selector { .map-maxzoom-selector {
...@@ -846,7 +875,7 @@ label[for=feature_browsing] { ...@@ -846,7 +875,7 @@ label[for=feature_browsing] {
padding-left: 1.85714em; padding-left: 1.85714em;
} }
#feature_browsing_filter { #feature_browsing_filter {
margin-top: -2.5em; margin-top: -2.25em;
} }
#feature_browsing_filter, #feature_browsing_filter,
#feature_browsing_sort { #feature_browsing_sort {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment