37 lines
1019 B
CSS
37 lines
1019 B
CSS
/* MODAL & FORM LIVRAISON */
|
|
|
|
#modalViewContrat { overflow: hidden; }
|
|
|
|
#modalViewContrat div.modal-header { border-bottom: none; padding-bottom: 5px; }
|
|
|
|
#modalViewContrat .formContrat { margin: -15px; }
|
|
|
|
/* NAV TABS */
|
|
|
|
.formContrat ul.nav.nav-tabs { padding-left: 10px; }
|
|
|
|
div.formContratTabs > div.tab {
|
|
display: none;
|
|
border-bottom-left-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
div.formContratTabs > div.tab.active { display: block; }
|
|
|
|
div.formContratTabs > div.tab span.nullChild { display: block; padding: 10px; }
|
|
|
|
div.formContratTabs > div.tab span.nullChild { display: block; padding: 10px; }
|
|
|
|
/* TAB INFOS */
|
|
|
|
div.formContratTabs > div.tabInfos table tr:first-child > th,
|
|
div.formContratTabs > div.tabInfos table tr:first-child > td { border-top: none; }
|
|
|
|
div.formContratTabs > div.tabInfos table { margin-bottom: 0; }
|
|
div.formContratTabs > div.tabInfos table th { width: 200px; }
|
|
|
|
/* TAB PANIERS */
|
|
|
|
div.formContratTabs > div.tabPaniers table { margin-bottom: 0; }
|