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/structure/pivotgrid.css @ 76

Revision 76, 1.2 KB 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 {
8    width: 100%;
9    border-collapse: collapse;
10}
11
12.x-pivotgrid .x-grid3-header-offset table td {
13    padding: 4px 3px 4px 5px;
14    text-align: center;
15    white-space: nowrap;
16    overflow: hidden;
17    text-overflow: ellipsis;
18    font-size: 11px;
19    line-height: 13px;
20    font-family: tahoma;
21}
22
23.x-pivotgrid .x-grid3-row-headers {
24    display: block;
25    float: left;
26}
27
28.x-pivotgrid .x-grid3-row-headers table {
29    height: 100%;
30    width: 100%;
31    border-collapse: collapse;
32}
33
34.x-pivotgrid .x-grid3-row-headers table td {
35    height: 18px;
36    padding: 2px 7px 0 0;
37    text-align: right;
38    text-overflow: ellipsis;
39    font-size: 11px;
40    font-family: tahoma;
41}
42
43.ext-gecko .x-pivotgrid .x-grid3-row-headers table td {
44    height: 21px;
45}
46
47.x-grid3-header-title {
48    top: 0%;
49    left: 0%;
50    position: absolute;
51    text-align: center;
52    vertical-align: middle;
53    font-family: tahoma;
54    font-size: 11px;
55    padding: auto 1px;
56    display: table-cell;
57}
58
59.x-grid3-header-title span {
60    position: absolute;
61    top: 50%;
62    left: 0%;
63    width: 100%;
64    margin-top: -6px;
65}
Note: See TracBrowser for help on using the repository browser.