Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 127 → Rev 128

/trunk/presentations/styles/eflore.css
236,18 → 236,32
font-weight:normal;}
.attention {
display:inline-block;
background:#ffffcc url("../images/attention.png") no-repeat 2% 50%;
border:1px solid red;
padding:10px 5px 5px 50px;
background-color:#ffffcc;
background-image:url("../images/attention.png");
background-repeat:no-repeat;
background-position:2% 50%;
padding:10px 5px 5px 40px;
margin:0 0 3px 16px;
background-size:24px 24px;
-webkit-background-size:24px 24px;
-o-background-size:24px 24px;
-moz-background-size:24px 24px;
max-width:600px;
min-height:30px;}
min-height:20px;}
.information {
display:inline-block;
background:#e7ebfd url("../images/information.png") no-repeat 2% 50%;
border:1px solid #5D81BA;
padding:10px 5px 5px 50px;
background-color:#e7ebfd;
background-image:url("../images/information.png");
background-repeat:no-repeat;
background-position:2% 50%;
padding:10px 5px 5px 40px;
margin:0 0 3px 16px;
background-size:24px 24px;
-webkit-background-size:24px 24px;
-o-background-size:24px 24px;
-moz-background-size:24px 24px;
max-width:600px;
min-height:30px;}
min-height:20px;}
hr.nettoyage{
clear:both;
width:0;}