Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3130 → Rev 3131

/trunk/widget/modules/export/squelettes/css/export.css
2,10 → 2,12
 
#zone-appli {
width:280px;
font-family: Muli,sans-serif;
font-size: 12px;
}
 
h1#widget-titre {
font-size: 18px;
font-size: 15px;
margin-top: 5px;
margin-bottom: 0;
font-weight: bold;
12,14 → 14,18
}
label {
font-weight: normal;
font-size: 13px;
font-size: 12px;
margin-top: 5px;
margin-bottom: 0;
}
.clear {
clear: both;
height: 0; overflow: hidden; /* Précaution pour IE 7 */
}
input[type="text"] {
height: 28px;
padding-left: 2px;
font-size: 13px;
font-size: 12px;
color: #555555;
}
input.error {
55,7 → 61,7
}
 
select#pays {
font-size: 13px;
font-size: 12px;
height: 30px;
width: 230px;
padding-left: 1px;
80,7 → 86,7
/* Correction jQuery-ui */
 
ul.ui-autocomplete {
font-size: 13px;
font-size: 12px;
}
 
/* Correction Bootstrap */
88,6 → 94,7
.well {
margin-bottom: 5px;
padding: 4px;
background-color: #fcfaf5;
}
#checkbox_set_cols input {
margin-right: 10px;
98,5 → 105,29
}
.btn {
padding: 4px 8px;
font-size: 11px;
}
.btn-success {
background-color: #b3c954;
border-color: #b3c954;
}
.btn-success:hover {
background-color: #88a842;
border-color: #88a842;
}
 
.panel {
font-size: 12px;
}
 
.panel-body {
padding: 5px;
}
.panel-title {
font-size: 13px;
}
.panel-heading {
padding: 4px 8px;
background-color : hsla(0,0%,94%,.5);
font-size: 11px;
}