Project

General

Profile

Download (2.13 KB) Statistics
| Branch: | Revision:

git_sitools_idoc / szcluster-db / workspace / client-user / js / components / dataviews / services / servicesToolbar.css @ 5d330f93

1
/***************************************
2
* Copyright 2010-2014 CNES - CENTRE NATIONAL d'ETUDES SPATIALES
3
* 
4
* This file is part of SITools2.
5
* 
6
* SITools2 is free software: you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation, either version 3 of the License, or
9
* (at your option) any later version.
10
* 
11
* SITools2 is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
* GNU General Public License for more details.
15
* 
16
* You should have received a copy of the GNU General Public License
17
* along with SITools2.  If not, see <http://www.gnu.org/licenses/>.
18
***************************************/
19

    
20
.x-window-bwrap .services-toolbar {
21
        background-image: url("/sitools/cots/extjs/resources/images/gray-custom/title3_02.png") !important;
22
        background-position: 0 -26px !important;
23
        background-color : transparent; 
24
}
25

    
26
.services-toolbar-btn .x-btn-mc .sitools-btn-green .sitools-btn-blue .sitools-btn-red{
27
        padding : 0px  10px 0px 10px !important;
28
}
29

    
30
/* Created to hide the 'Date' button and 
31
the ComboBox at the top of the News column */
32
.services-toolbar-feeds {
33
        visibility: hidden;
34
        border-bottom-color: #d0d0d0;
35
        height: 15px;
36
}
37
/******************************************/
38

    
39
.sitools-btn-green button {
40
        color: #3F3F3F !important;
41
        text-shadow: 0.07em 0.09em #D5D5D5;
42
}
43

    
44
.sitools-btn-blue button {
45
        color: #3F3F3F !important;
46
        text-shadow: 0.07em 0.09em #D5D5D5;
47
}
48

    
49
.sitools-btn-red button {
50
        text-shadow: 0.07em 0.09em #D5D5D5;
51
}
52

    
53
.sitools-btn-green .x-btn-ml,
54
.sitools-btn-green .x-btn-mr,
55
.sitools-btn-green .x-btn-mc {
56
        background-image: url("/sitools/cots/extjs/resources/images/gray-custom/bt_green.png");
57
}
58

    
59
.sitools-btn-blue .x-btn-ml,
60
.sitools-btn-blue .x-btn-mr,
61
.sitools-btn-blue .x-btn-mc {
62
        background-image: url("/sitools/cots/extjs/resources/images/gray-custom/bt_blue.png");
63
}
64

    
65
.sitools-btn-red .x-btn-ml,
66
.sitools-btn-red .x-btn-mr,
67
.sitools-btn-red .x-btn-mc {
68
        background-image: url("/sitools/cots/extjs/resources/images/gray-custom/bt_red.png");
69
}