/[openfoncier]/trunk/app/css/app.css
ViewVC logotype

Diff of /trunk/app/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2891 by nmeucci, Thu Mar 20 16:05:07 2014 UTC revision 2892 by nmeucci, Fri Mar 28 16:44:31 2014 UTC
# Line 1103  div.dossier_contrainte_groupe div.dossie Line 1103  div.dossier_contrainte_groupe div.dossie
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  }  }

Legend:
Removed from v.2891  
changed lines
  Added in v.2892

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26