Changeset 1685
- Timestamp:
- Oct 5, 2010, 6:43:35 PM (10 years ago)
- Location:
- cpc/trunk/project
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/circonscription/actions/actions.class.php
r1681 r1685 258 258 $src = url_for("@deptmts_image_png?w=$w&h=$h"); 259 259 260 if ($link) echo '<a href="'.url_for('@list_parlementaires_circo').'">';260 if ($link) echo '<a class="jstitle" title="Tous les départements français" href="'.url_for('@list_parlementaires_circo').'">'; 261 261 echo "<img alt=\"Carte issue de Wikipedia : Départements et régions de France par Bayo (sous licence GFDL)\" class=\"carte_departement\" src=\"$src\" usemap=\"#deptmts\" "; 262 262 echo 'style="width:'.$w.'px; height:'.$h.'px;" />'; -
cpc/trunk/project/web/css/xneth/style.css
r1684 r1685 1632 1632 padding: 30px; 1633 1633 } 1634 .accueil .carte .message form input,small { 1634 .accueil .carte .message input { 1635 margin-left: 12px; 1636 } 1637 .accueil .carte .message form small { 1635 1638 margin-left: 12px; 1636 1639 color: grey;
Note: See TracChangeset
for help on using the changeset viewer.