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/theme-access/dialog.css @ 81

Revision 76, 807 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-window-dlg .ext-mb-text,
8.x-window-dlg .x-window-header-text {
9    font-size:15px;
10}
11
12.x-window-dlg .ext-mb-textarea {
13    font:normal 15px tahoma,arial,helvetica,sans-serif;
14}
15
16.x-window-dlg .x-msg-box-wait {
17    background-image:url(../images/access/grid/loading.gif);
18}
19
20.x-window-dlg .ext-mb-info {
21    background-image:url(../images/access/window/icon-info.gif);
22}
23
24.x-window-dlg .ext-mb-warning {
25    background-image:url(../images/access/window/icon-warning.gif);
26}
27
28.x-window-dlg .ext-mb-question {
29    background-image:url(../images/access/window/icon-question.gif);
30}
31
32.x-window-dlg .ext-mb-error {
33    background-image:url(../images/access/window/icon-error.gif);
34}
Note: See TracBrowser for help on using the repository browser.