~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/lime/css/toolbar.css

  • Committer: parra
  • Date: 2010-03-15 15:56:56 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1448
merged gelee at svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Ext JS Library 1.1
 
3
 * Copyright(c) 2006-2007, Ext JS, LLC.
 
4
 * licensing@extjs.com
 
5
 * 
 
6
 * http://www.extjs.com/license
 
7
 */
 
8
 
 
9
.x-toolbar{
 
10
        border-top: 1px solid #eaf0f7;
 
11
    border-bottom: 1px solid #a9bfd3;
 
12
    display: block;
 
13
        padding:2px;
 
14
    background:#d0def0 url(../images/default/layout/panel-title-light-bg.gif) repeat-x;
 
15
    position:relative;
 
16
    zoom:1;
 
17
}
 
18
.x-toolbar .x-item-disabled .x-btn-icon {
 
19
    opacity: .35;
 
20
    -moz-opacity: .35;
 
21
    filter: alpha(opacity=35);
 
22
}
 
23
.x-toolbar td {
 
24
        vertical-align:middle;
 
25
}
 
26
.mso .x-toolbar, .x-grid-mso .x-toolbar{
 
27
        border: 0 none;
 
28
        background: url(../images/default/grid/mso-hd.gif);
 
29
}
 
30
.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label{
 
31
        white-space: nowrap;
 
32
    font:normal 11px tahoma, arial, helvetica, sans-serif;
 
33
}
 
34
.x-toolbar .x-item-disabled {
 
35
        color:blue;
 
36
        cursor:default;
 
37
        opacity:.6;
 
38
        -moz-opacity:.6;
 
39
        filter:alpha(opacity=60);
 
40
}
 
41
.x-toolbar .x-item-disabled * {
 
42
        color:blue;
 
43
        cursor:default;
 
44
}
 
45
.x-toolbar .x-btn-left{
 
46
        background:none;
 
47
}
 
48
.x-toolbar .x-btn-right{
 
49
        background:none;
 
50
}
 
51
.x-toolbar .x-btn-center{
 
52
        background:none;
 
53
        padding:0 0;
 
54
}
 
55
 
 
56
.x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
 
57
        padding-right:2px;
 
58
}
 
59
.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
 
60
        padding-right:0;
 
61
}
 
62
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
 
63
        padding:0 2px;
 
64
}
 
65
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
 
66
    width:12px;
 
67
    background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
 
68
}
 
69
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
 
70
    width:12px;
 
71
    background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
 
72
}
 
73
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
 
74
        background-position: 0 -47px;
 
75
}
 
76
.x-toolbar .x-btn-over .x-btn-left{
 
77
        background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
 
78
}
 
79
.x-toolbar .x-btn-over .x-btn-right{
 
80
        background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
 
81
}
 
82
.x-toolbar .x-btn-over .x-btn-center{
 
83
        background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
 
84
}
 
85
 
 
86
.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
 
87
        background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
 
88
}
 
89
.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
 
90
        background:url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
 
91
}
 
92
.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
 
93
        background:url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
 
94
}
 
95
 
 
96
.x-toolbar .x-btn-with-menu .x-btn-center em{
 
97
        padding-right:8px;
 
98
}
 
99
 
 
100
.x-toolbar .ytb-text{
 
101
   padding:2px;
 
102
}
 
103
.x-toolbar .ytb-sep {
 
104
        background-image: url(../images/default/grid/grid-split.gif);
 
105
        background-position: center;
 
106
        background-repeat: no-repeat;
 
107
        display: block;
 
108
        font-size: 1px;
 
109
        height: 16px;
 
110
        width:4px;
 
111
        overflow: hidden;
 
112
        cursor:default;
 
113
        margin: 0 2px 0;
 
114
        border:0;
 
115
}
 
116
.x-toolbar .ytb-spacer {
 
117
    width:2px;
 
118
}
 
119
.mso .x-toolbar .ytb-sep, .x-grid-mso .x-toolbar .ytb-sep{
 
120
        background-image: url(../images/default/grid/grid-blue-split.gif);
 
121
}
 
122
 
 
123
/* IE refuses to respect the negative margins in the toolbar */
 
124
.ext-ie .x-toolbar .x-form-field-wrap {
 
125
        padding-bottom:1px;
 
126
}
 
127
.ext-ie .x-toolbar .x-form-field-wrap .x-form-trigger {
 
128
        top:1px;
 
129
}
 
130
.ext-ie .x-toolbar .x-form-field-wrap .x-form-twin-triggers img {
 
131
        margin-top:1px;
 
132
}
 
133
 
 
134
/* Paging Toolbar */
 
135
 
 
136
.x-grid-page-number{
 
137
        width:24px;
 
138
        height:14px;
 
139
}
 
140
.x-grid-page-first .x-btn-text{
 
141
        background-image: url(../images/default/grid/page-first.gif);
 
142
}
 
143
.x-grid-loading .x-btn-text{
 
144
        background-image: url(../images/default/grid/done.gif);
 
145
}
 
146
.x-grid-page-last .x-btn-text{
 
147
        background-image: url(../images/default/grid/page-last.gif);
 
148
}
 
149
.x-grid-page-next .x-btn-text{
 
150
        background-image: url(../images/default/grid/page-next.gif);
 
151
}
 
152
.x-grid-page-prev .x-btn-text{
 
153
        background-image: url(../images/default/grid/page-prev.gif);
 
154
}
 
155
.x-item-disabled .x-grid-loading .x-btn-text{
 
156
        background-image: url(../images/default/grid/loading.gif);
 
157
}
 
158
.x-item-disabled .x-grid-page-first .x-btn-text{
 
159
        background-image: url(../images/default/grid/page-first-disabled.gif);
 
160
}
 
161
.x-item-disabled .x-grid-page-last .x-btn-text{
 
162
        background-image: url(../images/default/grid/page-last-disabled.gif);
 
163
}
 
164
.x-item-disabled .x-grid-page-next .x-btn-text{
 
165
        background-image: url(../images/default/grid/page-next-disabled.gif);
 
166
}
 
167
.x-item-disabled .x-grid-page-prev .x-btn-text{
 
168
        background-image: url(../images/default/grid/page-prev-disabled.gif);
 
169
}
 
170
.x-paging-info {
 
171
    position:absolute;
 
172
    top:8px;
 
173
    right: 8px;
 
174
    color:#15428b;
 
175
}