Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1457 → Rev 1458

/trunk/widget/modules/export/squelettes/css/export.css
99,6 → 99,20
margin-bottom: 10px;
}
 
.attention {
background-color:#e7ebfd;
background-image:url("../images/information.png");
}
.attention {
display:inline-block;
background-repeat:no-repeat;
background-position:5px 50%;
padding:10px 5px 5px 40px;
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;
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Correction style CSS Bootstrap */
.well {