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-gray/combo.css @ 76

Revision 76, 877 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-combo-list {
8    border-color:#ccc;
9    background-color:#ddd;
10    font:normal 12px tahoma, arial, helvetica, sans-serif;
11}
12
13.x-combo-list-inner {
14    background-color:#fff;
15}
16
17.x-combo-list-hd {
18    font:bold 11px tahoma, arial, helvetica, sans-serif;
19    color:#333;
20    background-image: url(../images/default/layout/panel-title-light-bg.gif);
21    border-bottom-color:#BCBCBC;
22}
23
24.x-resizable-pinned .x-combo-list-inner {
25    border-bottom-color:#BEBEBE;
26}
27
28.x-combo-list-item {
29    border-color:#fff;
30}
31
32.x-combo-list .x-combo-selected{
33        border-color:#777 !important;
34    background-color:#f0f0f0;
35}
36
37.x-combo-list .x-toolbar {
38    border-top-color:#BCBCBC;
39}
40
41.x-combo-list-small {
42    font:normal 11px tahoma, arial, helvetica, sans-serif;
43}
Note: See TracBrowser for help on using the repository browser.