integration/css/style.css
changeset 11 95df5542a1ce
parent 9 86ddd934464a
child 12 7c1ff03a40a7
equal deleted inserted replaced
10:771e832a51c4 11:95df5542a1ce
   289 }
   289 }
   290 a.cluster-arrow.arrow-right{
   290 a.cluster-arrow.arrow-right{
   291 	right: 0;
   291 	right: 0;
   292 	background: url(../img/cluster-arrows.jpg) no-repeat -19px 0;
   292 	background: url(../img/cluster-arrows.jpg) no-repeat -19px 0;
   293 }
   293 }
       
   294 a.cluster-arrow.arrow-right:hover{
       
   295 	background-position: -19px -22px;
       
   296 }
       
   297 a.cluster-arrow.arrow-right:active{
       
   298 	background-position: -19px -44px;
       
   299 }
       
   300 a.cluster-arrow.arrow-left:hover{
       
   301 	background-position: 0 -22px;
       
   302 }
       
   303 a.cluster-arrow.arrow-left:active{
       
   304 	background-position: 0 -44px;
       
   305 }
   294 /*content*/
   306 /*content*/
   295 div.content{
   307 div.content{
   296 	height: 100%;
   308 	height: 100%;
   297 	width: 950px;
   309 	width: 950px;
   298 	border-top:2px solid #c51810;
   310 	border-top:2px solid #c51810;
   299 	border-bottom:2px solid #c51810;
   311 	border-bottom:2px solid #c51810;
   300 	padding: 1px 0;
   312 	padding: 1px 0;
   301 
   313 
   302 }
   314 }
       
   315 
   303 div.content-left,div.content-right{
   316 div.content-left,div.content-right{
   304 	float: left;
   317 	float: left;
   305 }
   318 }
   306 /* content-left */
   319 /* content-left */
   307 div.content-left{
   320 div.content-left{
   752 	float: left;
   765 	float: left;
   753 	margin: 0 0 1px 1px;
   766 	margin: 0 0 1px 1px;
   754 }
   767 }
   755 div.actu div.links ul li a{
   768 div.actu div.links ul li a{
   756 	display: block;
   769 	display: block;
   757 	width: 25px;
   770 	width: 28px;
   758 	height: 25px;
   771 	height: 28px;
   759 	background-color: #007dad;
   772 	background-color: #007dad;
   760 	background-repeat: no-repeat;
   773 	background-repeat: no-repeat;
   761 }
   774 }
   762 div.actu div.links ul li a:hover{
   775 div.actu div.links ul li a:hover{
   763 	background-color: #4FA3C4;
   776 	background-color: #4FA3C4;
   764 }
   777 }
   765 div.actu div.links ul li a.trash{
   778 div.actu div.links ul li a.trash{
   766 	background-image: url(../img/home-button-trash.png);
   779 	background-image: url(../img/home-button-trash.png);
   767 	background-position: 6px 4px;
   780 	background-position: 8px 5px;
   768 }
   781 }
   769 div.actu div.links ul li a.file{
   782 div.actu div.links ul li a.file{
   770 	background-image: url(../img/home-button-file.png);
   783 	background-image: url(../img/home-button-file.png);
   771 	background-position: 4px 6px;
   784 	background-position: 2px 6px;
       
   785 	text-decoration: none; 
       
   786 	position: relative;
       
   787 }
       
   788 div.actu div.links ul li a.file span{
       
   789     color: #0F85B2;
       
   790     display: block;
       
   791     font-size: 11px;
       
   792     left: 8px;
       
   793     position: absolute;
       
   794     text-align: center;
       
   795     top: 6px;
       
   796     width: 18px;
   772 }
   797 }
   773 div.actu div.links ul li a.comment{
   798 div.actu div.links ul li a.comment{
   774 	background-image: url(../img/home-button-comment.png);
   799 	background-image: url(../img/home-button-comment.png);
   775 	background-position: 2px 5px;
   800 	background-position: 4px 6px;
   776 }
   801 }
   777 
   802 
   778 /* FRISE */
   803 /* FRISE */
   779 div.frise {
   804 div.frise {
   780     position: relative;
   805     position: relative;
   944 	background-position: -7px -60px;
   969 	background-position: -7px -60px;
   945 }
   970 }
   946 li.item-dossier div.dossier-col-right ul.annotations li a.edit:hover{
   971 li.item-dossier div.dossier-col-right ul.annotations li a.edit:hover{
   947 	background-position: -37px -60px;
   972 	background-position: -37px -60px;
   948 }
   973 }
       
   974 /*datepicker*/
       
   975 .ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{
       
   976 	font-size: 13px;
       
   977 }