Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 527 → Rev 528

/trunk/presentations/styles/eflore.css
235,29 → 235,33
.discretion{
color:#A9A9A9;
font-size:10px;
font-weight:normal;}
.attention {
display:inline-block;
font-weight:normal;
}
.attention{
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:20px;}
.information {
display:inline-block;
}
.information{
background-color:#e7ebfd;
background-image:url("../images/information.png");
}
.attention, .information{
display:inline-block;
background-repeat:no-repeat;
background-position:2% 50%;
background-position:5px 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:20px;}
min-height:20px;
}
.msg{
max-width:100%;
height:auto;
width: 100%;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing: border-box;
border-radius: 10px 10px 10px 10px;
box-shadow: 2px 2px 5px #AAAAAA;
}
hr.nettoyage{
clear:both;
width:0;}