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

Revision 76, 3.0 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:#18181a;
9    background-color:#393d4e;
10    background-image:url(../images/access/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 14px 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/access/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/access/button/s-arrow-o.gif);
33}
34
35.x-toolbar .x-btn-mc em.x-btn-split-bottom {
36    background-image:url(../images/access/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/access/button/s-arrow-bo.gif);
43}
44
45.x-toolbar .xtb-sep {
46        background-image: url(../images/access/grid/grid-blue-split.gif);
47}
48
49.x-toolbar .x-btn {
50    padding-left:3px;
51    padding-right:3px;
52}
53
54.x-toolbar .x-btn-mc em.x-btn-arrow {
55    padding-right:10px;
56}
57
58.x-toolbar .x-btn-text-icon .x-btn-icon-small-left .x-btn-text {
59    padding-left:18px !important;
60}
61
62.x-toolbar .x-btn-mc em.x-btn-split {
63    padding-right:14px;
64}
65
66.x-tbar-page-first{
67        background-image: url(../images/access/grid/page-first.gif) !important;
68}
69
70.x-tbar-loading{
71        background-image: url(../images/access/grid/refresh.gif) !important;
72}
73
74.x-tbar-page-last{
75        background-image: url(../images/access/grid/page-last.gif) !important;
76}
77
78.x-tbar-page-next{
79        background-image: url(../images/access/grid/page-next.gif) !important;
80}
81
82.x-tbar-page-prev{
83        background-image: url(../images/access/grid/page-prev.gif) !important;
84}
85
86.x-item-disabled .x-tbar-loading{
87        background-image: url(../images/access/grid/loading.gif) !important;
88}
89
90.x-item-disabled .x-tbar-page-first{
91        background-image: url(../images/access/grid/page-first-disabled.gif) !important;
92}
93
94.x-item-disabled .x-tbar-page-last{
95        background-image: url(../images/access/grid/page-last-disabled.gif) !important;
96}
97
98.x-item-disabled .x-tbar-page-next{
99        background-image: url(../images/access/grid/page-next-disabled.gif) !important;
100}
101
102.x-item-disabled .x-tbar-page-prev{
103        background-image: url(../images/access/grid/page-prev-disabled.gif) !important;
104}
105
106.x-paging-info {
107    color:#444;
108}
109
110.x-toolbar-more-icon {
111    background-image: url(../images/access/toolbar/more.gif) !important;
112}
113
114.x-statusbar .x-status-busy {
115    background-image: url(../images/access/grid/loading.gif);
116}
117
118.x-statusbar .x-status-text-panel {
119    border-color: #99bbe8 #fff #fff #99bbe8;
120}
Note: See TracBrowser for help on using the repository browser.