Bienvenue sur PostGIS.fr

Bienvenue sur PostGIS.fr , le site de la communauté des utilisateurs francophones de PostGIS.

PostGIS ajoute le support d'objets géographique à la base de données PostgreSQL. En effet, PostGIS "spatialise" le serverur PostgreSQL, ce qui permet de l'utiliser comme une base de données SIG.

Maintenu à jour, en fonction de nos disponibilités et des diverses sorties des outils que nous testons, nous vous proposons l'ensemble de nos travaux publiés en langue française.

source: trunk/workshop-routing-foss4g/web/ext/resources/css/visual/pivotgrid.css @ 76

Revision 76, 780 bytes checked in by djay, 12 years ago (diff)

Ajout du répertoire web

  • Property svn:executable set to *
Line 
1/*!
2 * Ext JS Library 3.4.0
3 * Copyright(c) 2006-2011 Sencha Inc.
4 * licensing@sencha.com
5 * http://www.sencha.com/license
6 */
7.x-pivotgrid .x-grid3-header-offset table td {
8    background: url(../images/default/grid/grid3-hrow.gif) repeat-x 50% 100%;
9    border-left: 1px solid;
10    border-right: 1px solid;
11    border-left-color: #EEE;
12    border-right-color: #D0D0D0;
13}
14
15.x-pivotgrid .x-grid3-row-headers {
16    background-color: #f9f9f9;
17}
18
19.x-pivotgrid .x-grid3-row-headers table td {
20    background: #EEE url(../images/default/grid/grid3-rowheader.gif) repeat-x left top;
21    border-left: 1px solid;
22    border-right: 1px solid;
23    border-left-color: #EEE;
24    border-right-color: #D0D0D0;
25    border-bottom: 1px solid;
26    border-bottom-color: #D0D0D0;
27    height: 18px;
28}
Note: See TracBrowser for help on using the repository browser.