1103 |
|
|
1104 |
.text_capitalize legend { |
.text_capitalize legend { |
1105 |
text-transform: capitalize; |
text-transform: capitalize; |
1106 |
|
} |
1107 |
|
|
1108 |
|
/* |
1109 |
|
* Géolocalisation |
1110 |
|
* Tableau "Données du dossier d'instruction" |
1111 |
|
*/ |
1112 |
|
|
1113 |
|
table#geolocalisation_donnees { |
1114 |
|
border-width: 2px; |
1115 |
|
border-style: solid; |
1116 |
|
border-color: black; |
1117 |
|
border-spacing: 0px; |
1118 |
|
border-collapse: collapse; |
1119 |
|
} |
1120 |
|
table#geolocalisation_donnees th, table#geolocalisation_donnees td{ |
1121 |
|
padding: 4px; |
1122 |
|
|
1123 |
|
} |
1124 |
|
table#geolocalisation_donnees th.geo_data_first { |
1125 |
|
border-width: 2px; |
1126 |
|
border-bottom-style: solid; |
1127 |
|
border-bottom-color: black; |
1128 |
|
} |
1129 |
|
table#geolocalisation_donnees td.geo_data_middle_left { |
1130 |
|
border-bottom-width: 2px; |
1131 |
|
border-bottom-style: dotted; |
1132 |
|
border-bottom-color: black; |
1133 |
|
border-right-width: 2px; |
1134 |
|
border-right-style: dotted; |
1135 |
|
border-right-color: black; |
1136 |
|
} |
1137 |
|
table#geolocalisation_donnees td.geo_data_middle { |
1138 |
|
border-bottom-width: 2px; |
1139 |
|
border-bottom-style: dotted; |
1140 |
|
border-bottom-color: black; |
1141 |
|
} |
1142 |
|
table#geolocalisation_donnees td.geo_data_last_left { |
1143 |
|
border-bottom-width: 2px; |
1144 |
|
border-bottom-style: solid; |
1145 |
|
border-bottom-color: black; |
1146 |
|
border-right-width: 2px; |
1147 |
|
border-right-style: dotted; |
1148 |
|
border-right-color: black; |
1149 |
|
border-top-width: 2px; |
1150 |
|
border-top-style: dotted; |
1151 |
|
border-top-color: black; |
1152 |
|
} |
1153 |
|
table#geolocalisation_donnees td.geo_data_last { |
1154 |
|
border-bottom-width: 2px; |
1155 |
|
border-bottom-style: solid; |
1156 |
|
border-bottom-color: black; |
1157 |
|
border-top-width: 2px; |
1158 |
|
border-top-style: dotted; |
1159 |
|
border-top-color: black; |
1160 |
} |
} |