htdocs/css/default.css | 52 +++++++++++++++++++++++++++++++++++-------
htdocs/css/keynote.css | 2 -
htdocs/css/openweb.css | 42 ++++++++++++++++++++++++++++++---
templates/include/emploi.tpl | 2 -
templates/profile/profile.tpl | 7 +++--
5 files changed, 88 insertions(+), 17 deletions(-)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1879
839d8a87-29fc-0310-9880-
83ba4fa771e5
border-bottom: 1px dotted #369;
}
+#fiche .part {
+ float: left;
+ clear: left;
+ width: 70%;
+ padding-left: 0;
+ padding-right: 0;
+ margin-left: 0;
+ margin-right: 0;
+}
+
+#fiche #photo {
+ float: right;
+ width: 30%;
+ padding-left: 0;
+ margin-left: 0;
+ clear: right;
+}
+
+#fiche #photo img {
+ width: 100%;
+}
+
#fiche_identite {
padding: 5px;
- width: 600px;
}
-#photo { padding-left: 1em; }
-
#fiche_identite div.civilite {
text-align: center;
font-weight: bold;
font-size: 75%;
text-align: right;
clear: right;
+ padding-bottom: 1ex;
}
#fiche_identite div.contact {
}
div.adresse {
- float: left;
- width: 48%;
+ min-width: 30%;
padding: 0px;
- margin: 0px 0.5% 1ex 1%;
+ margin: 0px 2% 1ex 1%;
}
div.adresse strong {
font-size: 90%;
}
+#fiche .medal_frame {
+ float: left;
+ width: 33%;
+}
+
+#fiche .medal_frame img {
+ float: left;
+ padding: 0ex 1ex;
+}
+
/* only for fiche_referent.php*/
+#fiche_referent .part {
+ width: 100%;
+}
+
+#fiche_referent #fiche_identite div.civilite {
+ width: 100%;
+}
+
#fiche_referent{
- padding: 10px;
width: 100%;
}
width: 31%;
padding: 0px;
margin: 0px 1% 1ex 1%;
-
+ text-align: justify;
}
#fiche_referent em{color: purple;}
}
div.adresse {
- min-width: 46%;
+ min-width: 30%;
padding: 0px;
margin: 0px 1% 2ex 2%;
}
#fiche em { color: purple; }
+#fiche .part {
+ float: left;
+ clear: left;
+ width: 70%;
+ padding: 0em;
+ margin: 0em;
+}
+
+#fiche #photo {
+ float: right;
+ padding-left: 0;
+ padding; 0;
+ margin: 0;
+ clear: right;
+ width: 30%;
+}
+
+#fiche #photo img {
+ width: 100%;
+}
+
#fiche_identite {
padding: 5px;
- width: 600px;
}
#photo {
}
div.adresse {
- float: left;
- width: 48%;
+ min-width: 30%;
padding: 0px;
- margin: 0px 1% 1ex 1%;
+ margin: 0px 2% 2ex 1%;
}
div.adresse div.titre { color: purple; }
+#fiche .medal_frame {
+ float: left;
+ width: 33%;
+}
+
+#fiche .medal_frame img {
+ float: left:
+ padding: 0ex 1ex;
+}
+
+#fiche .medal_text {
+ vertical-align: middle;
+ font-weight: bold;
+}
+
/* only for fiche_referent.php*/
#fiche_referent{
{**************************************************************************}
{if $address.entreprise || $address.secteur || $address.fonction ||
$address.poste || $address.fonction || $address.email || $address.web}
- <div class="adresse">
+ <div class="adresse" style="float: left">
<table>
{if $address.entreprise || $address.web}
<tr>
<div class="part">
<h2>Informations professionnelles :</h2>
{foreach from=$x.adr_pro item="address" key="i"}
- {include file="include/emploi.tpl" address=$address}
- {include file="geoloc/address.tpl" address=$address titre="Adresse : " for=$address.entreprise pos="left"}
- <div class="spacer"> </div>
+ {if $i neq 0}<hr />{/if}
+ {include file="include/emploi.tpl" address=$address}
+ {include file="geoloc/address.tpl" address=$address titre="Adresse : " for=$address.entreprise pos="left"}
+ <div class="spacer"> </div>
{/foreach}
</div>
{/if}