Modeste contribution pour une correction (uniquement présentation de la fenêtre flottante "Mesure d'azimut"
* Sur le HTML : (Corrections concernant uniquement le texte) :
* Sur le CSS:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 <div id="_gcf_4362Geoportal.Control.Measure.Azimuth_263_Child" class="gpControlFloatingBody" style="width: auto;"> <form id="__addopanel__Geoportal.Control.Measure.Azimuth_263" name="__addopanel__Geoportal.Control.Measure.Azimuth_263" action="javascript:void(null)"> <label id="lbldistanceGeoportal.Control.Measure.Azimuth_263" for="distanceGeoportal.Control.Measure.Azimuth_263"> ? Distance : <input id="distanceGeoportal.Control.Measure.Azimuth_263" class="gpControlMeasureAzimuthAzimuthInput" type="text" name="distanceGeoportal.Control.Measure.Azimuth_263" size="20" maxlength="20" disabled=""> <br> <span id="helpdistanceGeoportal.Control.Measure.Azimuth_263" class="gpFormSmall"> (Longueur) </span> <br> </label> <label id="lblazimuthGeoportal.Control.Measure.Azimuth_263" for="azimuthGeoportal.Control.Measure.Azimuth_263"> ? Azimut : <input id="azimuthGeoportal.Control.Measure.Azimuth_263" class="gpControlMeasureAzimuthAzimuthInput" type="text" name="azimuthGeoportal.Control.Measure.Azimuth_263" size="20" maxlength="20" disabled=""> <br> <span id="helpazimuthGeoportal.Control.Measure.Azimuth_263" class="gpFormSmall"> (Angle horizontal entre la direction d'un objet et le Nord géographique) </span> <br> </label> </form> </div>
Tiens, on va dire que ce sera ma façon de remercier Jérémy Renard et ses collaborateurs (de l'IGN) des aides efficaces et sympathiques qu'ils apportent sur ce forum.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18 .gpControlFloating .gpControlFloatingBody label, .gpControlFloating .gpControlFloatingBody input, .gpControlFloating .gpControlFloatingBody textarea, .gpControlFloating .gpControlFloatingBody select { font-size: 1em; padding-left: 0.5em; white-space: nowrap; } .gpControlMeasureAzimuthAzimuthInput { color: #000000; width: 100px; /* C'est suffisant*/ } span.gpFormSmall { font-size: 0.85em; font-style: italic; padding-left: 2em; }
Très cordialement à tous ...
Partager