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

Revision 76, 2.5 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-toolbar{
8        border-color:#d0d0d0;
9    background-color:#f0f0f0;
10    background-image:url(../images/gray/toolbar/bg.gif);
11}
12
13.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
14    font:normal 11px arial,tahoma, helvetica, sans-serif;
15}
16
17.x-toolbar .x-item-disabled {
18        color:gray;
19}
20
21.x-toolbar .x-item-disabled * {
22        color:gray;
23}
24
25.x-toolbar .x-btn-mc em.x-btn-split {
26    background-image:url(../images/default/button/s-arrow-noline.gif);
27}
28
29.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split, 
30.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split 
31{
32    background-image:url(../images/gray/button/s-arrow-o.gif);
33}
34
35.x-toolbar .x-btn-mc em.x-btn-split-bottom {
36    background-image:url(../images/default/button/s-arrow-b-noline.gif);
37}
38
39.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom, 
40.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom 
41{
42    background-image:url(../images/gray/button/s-arrow-bo.gif);
43}
44
45.x-toolbar .xtb-sep {
46        background-image: url(../images/default/grid/grid-split.gif);
47}
48
49.x-tbar-page-first{
50        background-image: url(../images/gray/grid/page-first.gif) !important;
51}
52
53.x-tbar-loading{
54        background-image: url(../images/gray/grid/refresh.gif) !important;
55}
56
57.x-tbar-page-last{
58        background-image: url(../images/gray/grid/page-last.gif) !important;
59}
60
61.x-tbar-page-next{
62        background-image: url(../images/gray/grid/page-next.gif) !important;
63}
64
65.x-tbar-page-prev{
66        background-image: url(../images/gray/grid/page-prev.gif) !important;
67}
68
69.x-item-disabled .x-tbar-loading{
70        background-image: url(../images/default/grid/loading.gif) !important;
71}
72
73.x-item-disabled .x-tbar-page-first{
74        background-image: url(../images/default/grid/page-first-disabled.gif) !important;
75}
76
77.x-item-disabled .x-tbar-page-last{
78        background-image: url(../images/default/grid/page-last-disabled.gif) !important;
79}
80
81.x-item-disabled .x-tbar-page-next{
82        background-image: url(../images/default/grid/page-next-disabled.gif) !important;
83}
84
85.x-item-disabled .x-tbar-page-prev{
86        background-image: url(../images/default/grid/page-prev-disabled.gif) !important;
87}
88
89.x-paging-info {
90    color:#444;
91}
92
93.x-toolbar-more-icon {
94    background-image: url(../images/gray/toolbar/more.gif) !important;
95}
Note: See TracBrowser for help on using the repository browser.