This commit is contained in:
Dany De Bontridder 2015-07-19 19:35:48 +02:00
parent aedddf3fce
commit d6860eda5d
5 changed files with 23 additions and 15 deletions

View file

@ -69,6 +69,7 @@ content[38]='La numérotation est propre à chaque journal. Laissez à 0 pour ne
content[39]='Le préfixe des pièces doit être différent pour chaque journal, on peut aussi utiliser l\'année';
content[40]='Laissez à 0 pour ne pas changer le numéro';
content[41]='Mettez le pourcentage à zéro pour effacer la ligne';
content[42]="Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche";
function showBulle(p_ctl){
d=document.getElementById('bulle');

View file

@ -340,8 +340,10 @@ tr.odd {
tr.highlight {
font-weight: bold;
background:darkslategrey;
color:white;
background:grey;
color:black;
font-style:bold;
border-style:solid;
}
tr.highlight a {
@ -424,7 +426,7 @@ td.mtitle:hover
div.menu2 td.mtitle:hover
{
color:#FFFFFF;
border-radius: 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
border-bottom-color: red;
border-bottom-style: solid;
border-bottom-width: 4px;
@ -968,7 +970,7 @@ div.topmenu {
}
div.topmenu table {
border-spacing:0px;
border-spacing:1px;
}
@ -989,6 +991,7 @@ background: -ms-linear-gradient(top, rgba(96,108,136,1) 40%,rgba(63,76,107,1) 70
background: linear-gradient(to bottom, rgba(96,108,136,1) 40%,rgba(63,76,107,1) 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
width: 250px;
}
div.menu2 td, div.menu2 td.mtitle {
border-width:4px;
@ -996,7 +999,7 @@ div.menu2 td, div.menu2 td.mtitle {
border-bottom-style: solid;
border-bottom-color:rgba(63,76,107,1);
border-top-style: solid;
border-radius : 10px 0px 0px 0px;
border-radius : 10px 10px 0px 0px;
background: -moz-linear-gradient(top, rgba(96,108,136,1) 40%, rgba(63,76,107,1) 70%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(96,108,136,1)), color-stop(70%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
@ -1025,7 +1028,9 @@ border-bottom-width : 4px !important;
border-bottom-style:solid;
color:#FFFFFF;
text-align:center;
width:120px;
width: 250px;
}
@ -1291,7 +1296,7 @@ a.line:hover,div_content a.line
margin-right:2px;
margin-top:2px;
font-size:12px;
font-size:1rem;
font-size: 1.2rem;
}
#close_div:hover
{
@ -1354,7 +1359,7 @@ a.nav:hover,div.content a.nav:hover,div.redcontent a.nav:hover {
font-weight: bolder;
text-transform: full-width;
text-transform: fullwidth;
font-size: 200%;
font-size: 150%;
}
@media only screen and (min-width: 955px) {
#dossier {
@ -1368,7 +1373,7 @@ a.nav:hover,div.content a.nav:hover,div.redcontent a.nav:hover {
text-transform: full-width;
text-transform: fullwidth;
font-size: 200%;
font-size: 150%;
}
}
@media only screen and (max-width: 955px) {
@ -1748,7 +1753,8 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', end
li.tabs {
display:inline;
background-color: inherit;
color:inherit;margin-left: 0px;
color:inherit;
margin-left: 2px;
padding: 15px 15px 0px 15px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

View file

@ -11,6 +11,7 @@ BODY {
.notice {
color:#FF0000;
font-style: italic;
font-weight: bold;
}
table.sortable, table.table_large, table.result ,table.resultfooter {
@ -268,7 +269,6 @@ td.mtitle {
/* font-weight: bold;*/
}
td.mtitle a.mtitle {
color:whitesmoke;
}
td.msubtitle {
text-align:center;

View file

@ -169,7 +169,9 @@ class Anc_Print
</table>
<span style="padding:5px;margin:5px;display:block;">
<?php echo _( "Plan Analytique :").$plan_id->input(); ?>
<?php echo _( "Plan Analytique :").$plan_id->input();
echo HtmlInput::infobulle(42);
?>
</span>
<?php
@ -178,7 +180,6 @@ class Anc_Print
$r.=$choose_from->input();
$r.=_(" et l'activité ").$to_poste->input();
$r.=$choose_to->input();
$r.='<span class="notice" style="display:block">'._('Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche').'</span>';
$r.='</span>';
return $r;

View file

@ -174,7 +174,7 @@ class Anc_Table extends Anc_Acc_Link
{
echo td(nbm($tot_col[$i]),' class="num"');
}
echo td(nbm($tot_global),' class="num" style="font-size:1.3em;text-weight:bold;border:solid 1px blue"');
echo td(nbm($tot_global),' class="num input_text notice" ');
echo '</tr>';
echo '</table>';
}
@ -229,7 +229,7 @@ class Anc_Table extends Anc_Acc_Link
{
echo td(nbm($tot_col[$i]),' class="num"');
}
echo td(nbm($tot_global),' class="num" style="font-size:1.3em;text-weight:bold;border:solid 1px blue"');
echo td(nbm($tot_global),' class="num input_text notice" ');
echo '</tr>';
echo '</table>';