Subversion Repositories eFlore/Applications.del

Rev

Rev 2046 | Rev 2062 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2046 Rev 2050
Line 817... Line 817...
817
	width: 100%;
817
	width: 100%;
818
	z-index: 1100;
818
	z-index: 1100;
819
	height: 100%
819
	height: 100%
820
}
820
}
Line -... Line 821...
-
 
821
 
-
 
822
.ongletMonActivite {
-
 
823
	background: url("./img/mon_flux.png") no-repeat scroll 50% 2px #C2C0AD;
-
 
824
	width: 5px;
-
 
825
}
-
 
826
 
-
 
827
.ongletMonActivite:hover {
-
 
828
	background: url("./img/mon_flux.png") no-repeat scroll 50% 2px #d0ccaa;
-
 
829
}
-
 
830
 
-
 
831
.ongletMonActivite.onglet-actif {
-
 
832
	background: url("./img/mon_flux_actif.png") no-repeat scroll 10px 2px #FFFFFF;
-
 
833
	width: 8px;
-
 
834
}
-
 
835
 
-
 
836
.nbEvenementsMonActivite {
-
 
837
    background-color: #fd8c13;
-
 
838
    border-radius: 8px;
-
 
839
    display: inline;
-
 
840
    font-weight: bold;
-
 
841
    height: 18px;
-
 
842
    left: 5px;
-
 
843
    margin: auto;
-
 
844
    padding-left: 6px;
-
 
845
    padding-right: 5px;
-
 
846
    padding-top: 1px;
-
 
847
    position: relative;
-
 
848
    top: -7px;
-
 
849
}
-
 
850
 
-
 
851
.onglet-actif .nbEvenementsMonActivite {
-
 
852
	background: #d0ccaa;
-
 
853
	color: #598000;
-
 
854
}
-
 
855
 
-
 
856
.evenementsNouveaux {
-
 
857
	font-weight: bold;
-
 
858
}
821
 
859
 
822
/*+---------------------------------------------------------------------------------------------------------*/
860
/*+---------------------------------------------------------------------------------------------------------*/
Line 823... Line 861...
823
/* ENTETE */
861
/* ENTETE */
824
 
862