trusty-cms 4.0.2 → 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/app/assets/images/admin/spinner.gif +0 -0
- data/app/assets/javascripts/admin.js +3 -0
- data/app/assets/javascripts/admin/more-or-less.js +2 -2
- data/app/assets/javascripts/admin/tabcontrol.js.erb +1 -2
- data/app/assets/stylesheets/admin/_base.scss +22 -6
- data/app/assets/stylesheets/admin/_multi_site_main.scss +28 -29
- data/app/assets/stylesheets/admin/_reset.scss +5 -4
- data/app/assets/stylesheets/admin/_site_chooser.scss +44 -69
- data/app/assets/stylesheets/admin/assets.scss +138 -141
- data/app/assets/stylesheets/admin/main.scss +10 -12
- data/app/assets/stylesheets/admin/modules/_boxes.scss +0 -3
- data/app/assets/stylesheets/admin/modules/_buttons.scss +30 -0
- data/app/assets/stylesheets/admin/modules/_links.scss +1 -1
- data/app/assets/stylesheets/admin/partials/_actions.scss +29 -46
- data/app/assets/stylesheets/admin/partials/_avatars.scss +3 -2
- data/app/assets/stylesheets/admin/partials/_content.scss +15 -38
- data/app/assets/stylesheets/admin/partials/_dateinput.scss +23 -14
- data/app/assets/stylesheets/admin/partials/_drawer.scss +78 -0
- data/app/assets/stylesheets/admin/partials/_dropdown.scss +9 -12
- data/app/assets/stylesheets/admin/partials/_footer.scss +4 -3
- data/app/assets/stylesheets/admin/partials/_forms.scss +64 -493
- data/app/assets/stylesheets/admin/partials/_header.scss +9 -118
- data/app/assets/stylesheets/admin/partials/_layout.scss +26 -2
- data/app/assets/stylesheets/admin/partials/_login_form.scss +28 -0
- data/app/assets/stylesheets/admin/partials/_messages.scss +5 -5
- data/app/assets/stylesheets/admin/partials/_popup.scss +62 -51
- data/app/assets/stylesheets/admin/partials/_preferences.scss +37 -0
- data/app/assets/stylesheets/admin/partials/_sidebar.scss +55 -0
- data/app/assets/stylesheets/admin/partials/_tabcontrol.scss +24 -36
- data/app/assets/stylesheets/admin/partials/{_index.scss → _table.scss} +53 -84
- data/app/assets/stylesheets/admin/partials/_toolbar.scss +11 -6
- data/app/assets/stylesheets/admin/partials/_treetable.scss +1 -71
- data/app/assets/stylesheets/admin/partials/_typography.scss +30 -55
- data/app/assets/stylesheets/admin/partials/_validations.scss +6 -5
- data/app/assets/stylesheets/rad_social/rad_screen.scss +65 -64
- data/app/controllers/admin/pages_controller.rb +2 -2
- data/app/helpers/application_helper.rb +2 -2
- data/app/models/menu_renderer.rb +3 -3
- data/app/users/_choose_site.html.haml +3 -7
- data/app/views/admin/assets/_form.html.haml +2 -1
- data/app/views/admin/assets/_search.html.haml +2 -1
- data/app/views/admin/assets/edit.html.haml +8 -7
- data/app/views/admin/assets/index.html.haml +4 -2
- data/app/views/admin/assets/new.html.haml +4 -5
- data/app/views/admin/assets/remove.html.haml +1 -0
- data/app/views/admin/configuration/edit.html.haml +7 -7
- data/app/views/admin/configuration/show.html.haml +6 -8
- data/app/views/admin/layouts/_choose_site.html.haml +2 -3
- data/app/views/admin/layouts/_form.html.haml +13 -12
- data/app/views/admin/layouts/_site_chooser.html.haml +2 -2
- data/app/views/admin/layouts/index.html.haml +11 -4
- data/app/views/admin/layouts/remove.html.haml +2 -2
- data/app/views/admin/page_attachments/_attachment.html.haml +2 -2
- data/app/views/admin/page_fields/_page_field.html.haml +3 -3
- data/app/views/admin/page_parts/_page_part.html.haml +4 -5
- data/app/views/admin/pages/_asset_popups.html.haml +15 -16
- data/app/views/admin/pages/_assets.html.haml +8 -7
- data/app/views/admin/pages/_fields.html.haml +16 -13
- data/app/views/admin/pages/_node.html.haml +3 -3
- data/app/views/admin/pages/_popups.html.haml +11 -11
- data/app/views/admin/pages/edit.html.haml +2 -2
- data/app/views/admin/pages/index.html.haml +5 -2
- data/app/views/admin/pages/new.html.haml +3 -3
- data/app/views/admin/pages/remove.html.haml +2 -2
- data/app/views/admin/preferences/edit.html.haml +5 -5
- data/app/views/admin/references/filters.haml +1 -1
- data/app/views/admin/references/tags.haml +3 -3
- data/app/views/admin/removed/_assets_bucket.html.haml +3 -3
- data/app/views/admin/removed/_assets_container.html.haml +18 -18
- data/app/views/admin/removed/_bucket.html.haml +1 -1
- data/app/views/admin/removed/_bucket_asset.html.haml +3 -3
- data/app/views/admin/removed/_show_bucket_link.html.haml +1 -1
- data/app/views/admin/removed/_upload_to_page.html.haml +5 -5
- data/app/views/admin/sites/_form.haml +18 -18
- data/app/views/admin/sites/edit.haml +1 -1
- data/app/views/admin/sites/index.haml +6 -4
- data/app/views/admin/sites/new.haml +1 -1
- data/app/views/admin/snippets/_choose_site.html.haml +4 -5
- data/app/views/admin/snippets/_form.html.haml +8 -9
- data/app/views/admin/snippets/edit.html.haml +1 -1
- data/app/views/admin/snippets/index.html.haml +11 -4
- data/app/views/admin/snippets/new.html.haml +1 -1
- data/app/views/admin/snippets/remove.html.haml +3 -3
- data/app/views/admin/users/_avatar.html.haml +2 -2
- data/app/views/admin/users/_choose_site.html.haml +3 -7
- data/app/views/admin/users/_form.html.haml +18 -21
- data/app/views/admin/users/_password_fields.html.haml +6 -6
- data/app/views/admin/users/index.html.haml +13 -6
- data/app/views/admin/users/remove.html.haml +2 -2
- data/app/views/admin/welcome/login.html.haml +8 -8
- data/app/views/devise/passwords/edit.html.haml +6 -6
- data/app/views/devise/passwords/new.html.haml +3 -3
- data/app/views/devise/sessions/new.html.haml +8 -8
- data/app/views/devise/shared/_links.html.haml +2 -2
- data/app/views/layouts/application.html.haml +24 -19
- data/app/views/rad_social_mailer/social_mail_form.html.haml +15 -15
- data/app/views/widget/_email_form.html.haml +14 -14
- data/app/views/widget/_horizontal_widget.html.haml +5 -5
- data/lib/trusty_cms.rb +1 -1
- data/package.json +9 -1
- data/yarn.lock +1988 -0
- metadata +8 -7
- data/app/assets/stylesheets/admin/partials/_deprecated.scss +0 -65
- data/app/assets/stylesheets/admin/partials/_jquery-ui-structure.scss +0 -258
- data/app/assets/stylesheets/admin/partials/_jquery-ui-theme.scss +0 -410
- data/app/assets/stylesheets/admin/partials/_jquery-ui.scss +0 -650
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trusty-cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0
|
4
|
+
version: 4.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TrustyCms CMS dev team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-04-
|
11
|
+
date: 2020-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: acts_as_list
|
@@ -608,24 +608,25 @@ files:
|
|
608
608
|
- app/assets/stylesheets/admin/assets.scss
|
609
609
|
- app/assets/stylesheets/admin/main.scss
|
610
610
|
- app/assets/stylesheets/admin/modules/_boxes.scss
|
611
|
+
- app/assets/stylesheets/admin/modules/_buttons.scss
|
611
612
|
- app/assets/stylesheets/admin/modules/_links.scss
|
612
613
|
- app/assets/stylesheets/admin/partials/_actions.scss
|
613
614
|
- app/assets/stylesheets/admin/partials/_avatars.scss
|
614
615
|
- app/assets/stylesheets/admin/partials/_content.scss
|
615
616
|
- app/assets/stylesheets/admin/partials/_dateinput.scss
|
616
|
-
- app/assets/stylesheets/admin/partials/
|
617
|
+
- app/assets/stylesheets/admin/partials/_drawer.scss
|
617
618
|
- app/assets/stylesheets/admin/partials/_dropdown.scss
|
618
619
|
- app/assets/stylesheets/admin/partials/_footer.scss
|
619
620
|
- app/assets/stylesheets/admin/partials/_forms.scss
|
620
621
|
- app/assets/stylesheets/admin/partials/_header.scss
|
621
|
-
- app/assets/stylesheets/admin/partials/_index.scss
|
622
|
-
- app/assets/stylesheets/admin/partials/_jquery-ui-structure.scss
|
623
|
-
- app/assets/stylesheets/admin/partials/_jquery-ui-theme.scss
|
624
|
-
- app/assets/stylesheets/admin/partials/_jquery-ui.scss
|
625
622
|
- app/assets/stylesheets/admin/partials/_layout.scss
|
623
|
+
- app/assets/stylesheets/admin/partials/_login_form.scss
|
626
624
|
- app/assets/stylesheets/admin/partials/_messages.scss
|
627
625
|
- app/assets/stylesheets/admin/partials/_popup.scss
|
626
|
+
- app/assets/stylesheets/admin/partials/_preferences.scss
|
627
|
+
- app/assets/stylesheets/admin/partials/_sidebar.scss
|
628
628
|
- app/assets/stylesheets/admin/partials/_tabcontrol.scss
|
629
|
+
- app/assets/stylesheets/admin/partials/_table.scss
|
629
630
|
- app/assets/stylesheets/admin/partials/_toolbar.scss
|
630
631
|
- app/assets/stylesheets/admin/partials/_treetable.scss
|
631
632
|
- app/assets/stylesheets/admin/partials/_typography.scss
|
@@ -1,65 +0,0 @@
|
|
1
|
-
// The styles here will be deprecated in a future version of TrustyCms, but
|
2
|
-
// will be maintained here for a time so that older extensions continue to
|
3
|
-
// look reasonable.
|
4
|
-
|
5
|
-
// Use for "empty" instead of "note"
|
6
|
-
table.index td.note {
|
7
|
-
color: silver;
|
8
|
-
font-size: 85%;
|
9
|
-
font-style: italic;
|
10
|
-
padding: 3em;
|
11
|
-
text-align: center;
|
12
|
-
}
|
13
|
-
|
14
|
-
// Use "set" instead of "row" on forms
|
15
|
-
.row {
|
16
|
-
clear: both;
|
17
|
-
margin-top: 20px;
|
18
|
-
width: 100%;
|
19
|
-
p {
|
20
|
-
float: left;
|
21
|
-
margin: 0 2em 1.25em 0;
|
22
|
-
font-size: 95%;
|
23
|
-
label {
|
24
|
-
display: inline;
|
25
|
-
text-shadow: #666666 1px 1px 0;
|
26
|
-
}
|
27
|
-
}
|
28
|
-
}
|
29
|
-
|
30
|
-
// Use a div with a class of "popup_title" instead of an h3 with a class of "title"
|
31
|
-
div.popup h3.title {
|
32
|
-
background: #c5dff5;
|
33
|
-
background-image: linear-gradient(to bottom, #e5f5ff, #c5dff5);
|
34
|
-
border-bottom: 1px solid #a7cdf0;
|
35
|
-
font-size: 100%;
|
36
|
-
margin: -10px -20px 20px -20px;
|
37
|
-
padding: 6px 10px;
|
38
|
-
}
|
39
|
-
|
40
|
-
// Reuse this style instead by applying the "action_button" class
|
41
|
-
#actions {
|
42
|
-
a {
|
43
|
-
background: #d8d8d8;
|
44
|
-
background-image: linear-gradient(to bottom, #ffffff, #cccccc);
|
45
|
-
color: #333333;
|
46
|
-
font-size: 80%;
|
47
|
-
padding: 8px 12px;
|
48
|
-
text-decoration: none;
|
49
|
-
text-shadow: 1px 1px 1px #eeeeee;
|
50
|
-
border-radius: 5px;
|
51
|
-
@include button-shadow;
|
52
|
-
&:hover {
|
53
|
-
color: #0076a3;
|
54
|
-
text-shadow: 1px 1px 1px white;
|
55
|
-
}
|
56
|
-
&:active {
|
57
|
-
background: white;
|
58
|
-
@include no-button-shadow;
|
59
|
-
color: black;
|
60
|
-
}
|
61
|
-
img {
|
62
|
-
vertical-align: -20%;
|
63
|
-
}
|
64
|
-
}
|
65
|
-
}
|
@@ -1,258 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* jQuery UI CSS Framework 1.11.0
|
3
|
-
* http://jqueryui.com
|
4
|
-
*
|
5
|
-
* Copyright 2014 jQuery Foundation and other contributors
|
6
|
-
* Released under the MIT license.
|
7
|
-
* http://jquery.org/license
|
8
|
-
*
|
9
|
-
* http://api.jqueryui.com/category/theming/
|
10
|
-
*/
|
11
|
-
|
12
|
-
/* Layout helpers
|
13
|
-
----------------------------------*/
|
14
|
-
.ui-helper-hidden {
|
15
|
-
display: none;
|
16
|
-
}
|
17
|
-
.ui-helper-hidden-accessible {
|
18
|
-
border: 0;
|
19
|
-
clip: rect(0 0 0 0);
|
20
|
-
height: 1px;
|
21
|
-
margin: -1px;
|
22
|
-
overflow: hidden;
|
23
|
-
padding: 0;
|
24
|
-
position: absolute;
|
25
|
-
width: 1px;
|
26
|
-
}
|
27
|
-
.ui-helper-reset {
|
28
|
-
margin: 0;
|
29
|
-
padding: 0;
|
30
|
-
border: 0;
|
31
|
-
outline: 0;
|
32
|
-
line-height: 1.3;
|
33
|
-
text-decoration: none;
|
34
|
-
font-size: 100%;
|
35
|
-
list-style: none;
|
36
|
-
}
|
37
|
-
.ui-helper-clearfix:before,
|
38
|
-
.ui-helper-clearfix:after {
|
39
|
-
content: "";
|
40
|
-
display: table;
|
41
|
-
border-collapse: collapse;
|
42
|
-
}
|
43
|
-
.ui-helper-clearfix:after {
|
44
|
-
clear: both;
|
45
|
-
}
|
46
|
-
.ui-helper-clearfix {
|
47
|
-
min-height: 0; /* support: IE7 */
|
48
|
-
}
|
49
|
-
.ui-helper-zfix {
|
50
|
-
width: 100%;
|
51
|
-
height: 100%;
|
52
|
-
top: 0;
|
53
|
-
left: 0;
|
54
|
-
position: absolute;
|
55
|
-
opacity: 0;
|
56
|
-
filter:Alpha(Opacity=0);
|
57
|
-
}
|
58
|
-
|
59
|
-
.ui-front {
|
60
|
-
z-index: 100;
|
61
|
-
}
|
62
|
-
|
63
|
-
|
64
|
-
/* Interaction Cues
|
65
|
-
----------------------------------*/
|
66
|
-
.ui-state-disabled {
|
67
|
-
cursor: default !important;
|
68
|
-
}
|
69
|
-
|
70
|
-
|
71
|
-
/* Icons
|
72
|
-
----------------------------------*/
|
73
|
-
|
74
|
-
/* states and images */
|
75
|
-
.ui-icon {
|
76
|
-
display: block;
|
77
|
-
text-indent: -99999px;
|
78
|
-
overflow: hidden;
|
79
|
-
background-repeat: no-repeat;
|
80
|
-
}
|
81
|
-
|
82
|
-
|
83
|
-
/* Misc visuals
|
84
|
-
----------------------------------*/
|
85
|
-
|
86
|
-
/* Overlays */
|
87
|
-
.ui-widget-overlay {
|
88
|
-
position: fixed;
|
89
|
-
top: 0;
|
90
|
-
left: 0;
|
91
|
-
width: 100%;
|
92
|
-
height: 100%;
|
93
|
-
}
|
94
|
-
.ui-datepicker {
|
95
|
-
width: 17em;
|
96
|
-
padding: .2em .2em 0;
|
97
|
-
display: none;
|
98
|
-
}
|
99
|
-
.ui-datepicker .ui-datepicker-header {
|
100
|
-
position: relative;
|
101
|
-
padding: .2em 0;
|
102
|
-
}
|
103
|
-
.ui-datepicker .ui-datepicker-prev,
|
104
|
-
.ui-datepicker .ui-datepicker-next {
|
105
|
-
position: absolute;
|
106
|
-
top: 2px;
|
107
|
-
width: 1.8em;
|
108
|
-
height: 1.8em;
|
109
|
-
}
|
110
|
-
.ui-datepicker .ui-datepicker-prev-hover,
|
111
|
-
.ui-datepicker .ui-datepicker-next-hover {
|
112
|
-
top: 1px;
|
113
|
-
}
|
114
|
-
.ui-datepicker .ui-datepicker-prev {
|
115
|
-
left: 2px;
|
116
|
-
}
|
117
|
-
.ui-datepicker .ui-datepicker-next {
|
118
|
-
right: 2px;
|
119
|
-
}
|
120
|
-
.ui-datepicker .ui-datepicker-prev-hover {
|
121
|
-
left: 1px;
|
122
|
-
}
|
123
|
-
.ui-datepicker .ui-datepicker-next-hover {
|
124
|
-
right: 1px;
|
125
|
-
}
|
126
|
-
.ui-datepicker .ui-datepicker-prev span,
|
127
|
-
.ui-datepicker .ui-datepicker-next span {
|
128
|
-
display: block;
|
129
|
-
position: absolute;
|
130
|
-
left: 50%;
|
131
|
-
margin-left: -8px;
|
132
|
-
top: 50%;
|
133
|
-
margin-top: -8px;
|
134
|
-
}
|
135
|
-
.ui-datepicker .ui-datepicker-title {
|
136
|
-
margin: 0 2.3em;
|
137
|
-
line-height: 1.8em;
|
138
|
-
text-align: center;
|
139
|
-
}
|
140
|
-
.ui-datepicker .ui-datepicker-title select {
|
141
|
-
font-size: 1em;
|
142
|
-
margin: 1px 0;
|
143
|
-
}
|
144
|
-
.ui-datepicker select.ui-datepicker-month,
|
145
|
-
.ui-datepicker select.ui-datepicker-year {
|
146
|
-
width: 49%;
|
147
|
-
}
|
148
|
-
.ui-datepicker table {
|
149
|
-
width: 100%;
|
150
|
-
font-size: .9em;
|
151
|
-
border-collapse: collapse;
|
152
|
-
margin: 0 0 .4em;
|
153
|
-
}
|
154
|
-
.ui-datepicker th {
|
155
|
-
padding: .7em .3em;
|
156
|
-
text-align: center;
|
157
|
-
font-weight: bold;
|
158
|
-
border: 0;
|
159
|
-
}
|
160
|
-
.ui-datepicker td {
|
161
|
-
border: 0;
|
162
|
-
padding: 1px;
|
163
|
-
}
|
164
|
-
.ui-datepicker td span,
|
165
|
-
.ui-datepicker td a {
|
166
|
-
display: block;
|
167
|
-
padding: .2em;
|
168
|
-
text-align: right;
|
169
|
-
text-decoration: none;
|
170
|
-
}
|
171
|
-
.ui-datepicker .ui-datepicker-buttonpane {
|
172
|
-
background-image: none;
|
173
|
-
margin: .7em 0 0 0;
|
174
|
-
padding: 0 .2em;
|
175
|
-
border-left: 0;
|
176
|
-
border-right: 0;
|
177
|
-
border-bottom: 0;
|
178
|
-
}
|
179
|
-
.ui-datepicker .ui-datepicker-buttonpane button {
|
180
|
-
float: right;
|
181
|
-
margin: .5em .2em .4em;
|
182
|
-
cursor: pointer;
|
183
|
-
padding: .2em .6em .3em .6em;
|
184
|
-
width: auto;
|
185
|
-
overflow: visible;
|
186
|
-
}
|
187
|
-
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
188
|
-
float: left;
|
189
|
-
}
|
190
|
-
|
191
|
-
/* with multiple calendars */
|
192
|
-
.ui-datepicker.ui-datepicker-multi {
|
193
|
-
width: auto;
|
194
|
-
}
|
195
|
-
.ui-datepicker-multi .ui-datepicker-group {
|
196
|
-
float: left;
|
197
|
-
}
|
198
|
-
.ui-datepicker-multi .ui-datepicker-group table {
|
199
|
-
width: 95%;
|
200
|
-
margin: 0 auto .4em;
|
201
|
-
}
|
202
|
-
.ui-datepicker-multi-2 .ui-datepicker-group {
|
203
|
-
width: 50%;
|
204
|
-
}
|
205
|
-
.ui-datepicker-multi-3 .ui-datepicker-group {
|
206
|
-
width: 33.3%;
|
207
|
-
}
|
208
|
-
.ui-datepicker-multi-4 .ui-datepicker-group {
|
209
|
-
width: 25%;
|
210
|
-
}
|
211
|
-
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
|
212
|
-
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
213
|
-
border-left-width: 0;
|
214
|
-
}
|
215
|
-
.ui-datepicker-multi .ui-datepicker-buttonpane {
|
216
|
-
clear: left;
|
217
|
-
}
|
218
|
-
.ui-datepicker-row-break {
|
219
|
-
clear: both;
|
220
|
-
width: 100%;
|
221
|
-
font-size: 0;
|
222
|
-
}
|
223
|
-
|
224
|
-
/* RTL support */
|
225
|
-
.ui-datepicker-rtl {
|
226
|
-
direction: rtl;
|
227
|
-
}
|
228
|
-
.ui-datepicker-rtl .ui-datepicker-prev {
|
229
|
-
right: 2px;
|
230
|
-
left: auto;
|
231
|
-
}
|
232
|
-
.ui-datepicker-rtl .ui-datepicker-next {
|
233
|
-
left: 2px;
|
234
|
-
right: auto;
|
235
|
-
}
|
236
|
-
.ui-datepicker-rtl .ui-datepicker-prev:hover {
|
237
|
-
right: 1px;
|
238
|
-
left: auto;
|
239
|
-
}
|
240
|
-
.ui-datepicker-rtl .ui-datepicker-next:hover {
|
241
|
-
left: 1px;
|
242
|
-
right: auto;
|
243
|
-
}
|
244
|
-
.ui-datepicker-rtl .ui-datepicker-buttonpane {
|
245
|
-
clear: right;
|
246
|
-
}
|
247
|
-
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
|
248
|
-
float: left;
|
249
|
-
}
|
250
|
-
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
|
251
|
-
.ui-datepicker-rtl .ui-datepicker-group {
|
252
|
-
float: right;
|
253
|
-
}
|
254
|
-
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
|
255
|
-
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
256
|
-
border-right-width: 0;
|
257
|
-
border-left-width: 1px;
|
258
|
-
}
|
@@ -1,410 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* jQuery UI CSS Framework 1.11.0
|
3
|
-
* http://jqueryui.com
|
4
|
-
*
|
5
|
-
* Copyright 2014 jQuery Foundation and other contributors
|
6
|
-
* Released under the MIT license.
|
7
|
-
* http://jquery.org/license
|
8
|
-
*
|
9
|
-
* http://api.jqueryui.com/category/theming/
|
10
|
-
*
|
11
|
-
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
12
|
-
*/
|
13
|
-
|
14
|
-
|
15
|
-
/* Component containers
|
16
|
-
----------------------------------*/
|
17
|
-
.ui-widget {
|
18
|
-
font-family: Verdana,Arial,sans-serif;
|
19
|
-
font-size: 1.1em;
|
20
|
-
}
|
21
|
-
.ui-widget .ui-widget {
|
22
|
-
font-size: 1em;
|
23
|
-
}
|
24
|
-
.ui-widget input,
|
25
|
-
.ui-widget select,
|
26
|
-
.ui-widget textarea,
|
27
|
-
.ui-widget button {
|
28
|
-
font-family: Verdana,Arial,sans-serif;
|
29
|
-
font-size: 1em;
|
30
|
-
}
|
31
|
-
.ui-widget-content {
|
32
|
-
border: 1px solid #aaaaaa;
|
33
|
-
background: #ffffff url("ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
|
34
|
-
color: #222222;
|
35
|
-
}
|
36
|
-
.ui-widget-content a {
|
37
|
-
color: #222222;
|
38
|
-
}
|
39
|
-
.ui-widget-header {
|
40
|
-
border: 1px solid #aaaaaa;
|
41
|
-
background: #cccccc url("ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
|
42
|
-
color: #222222;
|
43
|
-
font-weight: bold;
|
44
|
-
}
|
45
|
-
.ui-widget-header a {
|
46
|
-
color: #222222;
|
47
|
-
}
|
48
|
-
|
49
|
-
/* Interaction states
|
50
|
-
----------------------------------*/
|
51
|
-
.ui-state-default,
|
52
|
-
.ui-widget-content .ui-state-default,
|
53
|
-
.ui-widget-header .ui-state-default {
|
54
|
-
border: 1px solid #d3d3d3;
|
55
|
-
background: #e6e6e6 url("ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
|
56
|
-
font-weight: normal;
|
57
|
-
color: #555555;
|
58
|
-
}
|
59
|
-
.ui-state-default a,
|
60
|
-
.ui-state-default a:link,
|
61
|
-
.ui-state-default a:visited {
|
62
|
-
color: #555555;
|
63
|
-
text-decoration: none;
|
64
|
-
}
|
65
|
-
.ui-state-hover,
|
66
|
-
.ui-widget-content .ui-state-hover,
|
67
|
-
.ui-widget-header .ui-state-hover,
|
68
|
-
.ui-state-focus,
|
69
|
-
.ui-widget-content .ui-state-focus,
|
70
|
-
.ui-widget-header .ui-state-focus {
|
71
|
-
border: 1px solid #999999;
|
72
|
-
background: #dadada url("ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
|
73
|
-
font-weight: normal;
|
74
|
-
color: #212121;
|
75
|
-
}
|
76
|
-
.ui-state-hover a,
|
77
|
-
.ui-state-hover a:hover,
|
78
|
-
.ui-state-hover a:link,
|
79
|
-
.ui-state-hover a:visited,
|
80
|
-
.ui-state-focus a,
|
81
|
-
.ui-state-focus a:hover,
|
82
|
-
.ui-state-focus a:link,
|
83
|
-
.ui-state-focus a:visited {
|
84
|
-
color: #212121;
|
85
|
-
text-decoration: none;
|
86
|
-
}
|
87
|
-
.ui-state-active,
|
88
|
-
.ui-widget-content .ui-state-active,
|
89
|
-
.ui-widget-header .ui-state-active {
|
90
|
-
border: 1px solid #aaaaaa;
|
91
|
-
background: #ffffff url("ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
|
92
|
-
font-weight: normal;
|
93
|
-
color: #212121;
|
94
|
-
}
|
95
|
-
.ui-state-active a,
|
96
|
-
.ui-state-active a:link,
|
97
|
-
.ui-state-active a:visited {
|
98
|
-
color: #212121;
|
99
|
-
text-decoration: none;
|
100
|
-
}
|
101
|
-
|
102
|
-
/* Interaction Cues
|
103
|
-
----------------------------------*/
|
104
|
-
.ui-state-highlight,
|
105
|
-
.ui-widget-content .ui-state-highlight,
|
106
|
-
.ui-widget-header .ui-state-highlight {
|
107
|
-
border: 1px solid #fcefa1;
|
108
|
-
background: #fbf9ee url("ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
|
109
|
-
color: #363636;
|
110
|
-
}
|
111
|
-
.ui-state-highlight a,
|
112
|
-
.ui-widget-content .ui-state-highlight a,
|
113
|
-
.ui-widget-header .ui-state-highlight a {
|
114
|
-
color: #363636;
|
115
|
-
}
|
116
|
-
.ui-state-error,
|
117
|
-
.ui-widget-content .ui-state-error,
|
118
|
-
.ui-widget-header .ui-state-error {
|
119
|
-
border: 1px solid #cd0a0a;
|
120
|
-
background: #fef1ec url("ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
|
121
|
-
color: #cd0a0a;
|
122
|
-
}
|
123
|
-
.ui-state-error a,
|
124
|
-
.ui-widget-content .ui-state-error a,
|
125
|
-
.ui-widget-header .ui-state-error a {
|
126
|
-
color: #cd0a0a;
|
127
|
-
}
|
128
|
-
.ui-state-error-text,
|
129
|
-
.ui-widget-content .ui-state-error-text,
|
130
|
-
.ui-widget-header .ui-state-error-text {
|
131
|
-
color: #cd0a0a;
|
132
|
-
}
|
133
|
-
.ui-priority-primary,
|
134
|
-
.ui-widget-content .ui-priority-primary,
|
135
|
-
.ui-widget-header .ui-priority-primary {
|
136
|
-
font-weight: bold;
|
137
|
-
}
|
138
|
-
.ui-priority-secondary,
|
139
|
-
.ui-widget-content .ui-priority-secondary,
|
140
|
-
.ui-widget-header .ui-priority-secondary {
|
141
|
-
opacity: .7;
|
142
|
-
filter:Alpha(Opacity=70);
|
143
|
-
font-weight: normal;
|
144
|
-
}
|
145
|
-
.ui-state-disabled,
|
146
|
-
.ui-widget-content .ui-state-disabled,
|
147
|
-
.ui-widget-header .ui-state-disabled {
|
148
|
-
opacity: .35;
|
149
|
-
filter:Alpha(Opacity=35);
|
150
|
-
background-image: none;
|
151
|
-
}
|
152
|
-
.ui-state-disabled .ui-icon {
|
153
|
-
filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
|
154
|
-
}
|
155
|
-
|
156
|
-
/* Icons
|
157
|
-
----------------------------------*/
|
158
|
-
|
159
|
-
/* states and images */
|
160
|
-
.ui-icon {
|
161
|
-
width: 16px;
|
162
|
-
height: 16px;
|
163
|
-
}
|
164
|
-
.ui-icon,
|
165
|
-
.ui-widget-content .ui-icon {
|
166
|
-
background-image: url("ui-icons_222222_256x240.png");
|
167
|
-
}
|
168
|
-
.ui-widget-header .ui-icon {
|
169
|
-
background-image: url("ui-icons_222222_256x240.png");
|
170
|
-
}
|
171
|
-
.ui-state-default .ui-icon {
|
172
|
-
background-image: url("ui-icons_888888_256x240.png");
|
173
|
-
}
|
174
|
-
.ui-state-hover .ui-icon,
|
175
|
-
.ui-state-focus .ui-icon {
|
176
|
-
background-image: url("ui-icons_454545_256x240.png");
|
177
|
-
}
|
178
|
-
.ui-state-active .ui-icon {
|
179
|
-
background-image: url("ui-icons_454545_256x240.png");
|
180
|
-
}
|
181
|
-
.ui-state-highlight .ui-icon {
|
182
|
-
background-image: url("ui-icons_2e83ff_256x240.png");
|
183
|
-
}
|
184
|
-
.ui-state-error .ui-icon,
|
185
|
-
.ui-state-error-text .ui-icon {
|
186
|
-
background-image: url("ui-icons_cd0a0a_256x240.png");
|
187
|
-
}
|
188
|
-
|
189
|
-
/* positioning */
|
190
|
-
.ui-icon-blank { background-position: 16px 16px; }
|
191
|
-
.ui-icon-carat-1-n { background-position: 0 0; }
|
192
|
-
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
193
|
-
.ui-icon-carat-1-e { background-position: -32px 0; }
|
194
|
-
.ui-icon-carat-1-se { background-position: -48px 0; }
|
195
|
-
.ui-icon-carat-1-s { background-position: -64px 0; }
|
196
|
-
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
197
|
-
.ui-icon-carat-1-w { background-position: -96px 0; }
|
198
|
-
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
199
|
-
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
200
|
-
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
201
|
-
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
202
|
-
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
203
|
-
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
204
|
-
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
205
|
-
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
206
|
-
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
207
|
-
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
208
|
-
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
209
|
-
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
210
|
-
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
211
|
-
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
212
|
-
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
213
|
-
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
214
|
-
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
215
|
-
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
216
|
-
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
217
|
-
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
218
|
-
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
219
|
-
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
220
|
-
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
221
|
-
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
222
|
-
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
223
|
-
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
224
|
-
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
225
|
-
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
226
|
-
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
227
|
-
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
228
|
-
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
229
|
-
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
230
|
-
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
231
|
-
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
232
|
-
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
233
|
-
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
234
|
-
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
235
|
-
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
236
|
-
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
237
|
-
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
238
|
-
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
239
|
-
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
240
|
-
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
241
|
-
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
242
|
-
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
243
|
-
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
244
|
-
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
245
|
-
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
246
|
-
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
247
|
-
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
248
|
-
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
249
|
-
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
250
|
-
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
251
|
-
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
252
|
-
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
253
|
-
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
254
|
-
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
255
|
-
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
256
|
-
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
257
|
-
.ui-icon-extlink { background-position: -32px -80px; }
|
258
|
-
.ui-icon-newwin { background-position: -48px -80px; }
|
259
|
-
.ui-icon-refresh { background-position: -64px -80px; }
|
260
|
-
.ui-icon-shuffle { background-position: -80px -80px; }
|
261
|
-
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
262
|
-
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
263
|
-
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
264
|
-
.ui-icon-folder-open { background-position: -16px -96px; }
|
265
|
-
.ui-icon-document { background-position: -32px -96px; }
|
266
|
-
.ui-icon-document-b { background-position: -48px -96px; }
|
267
|
-
.ui-icon-note { background-position: -64px -96px; }
|
268
|
-
.ui-icon-mail-closed { background-position: -80px -96px; }
|
269
|
-
.ui-icon-mail-open { background-position: -96px -96px; }
|
270
|
-
.ui-icon-suitcase { background-position: -112px -96px; }
|
271
|
-
.ui-icon-comment { background-position: -128px -96px; }
|
272
|
-
.ui-icon-person { background-position: -144px -96px; }
|
273
|
-
.ui-icon-print { background-position: -160px -96px; }
|
274
|
-
.ui-icon-trash { background-position: -176px -96px; }
|
275
|
-
.ui-icon-locked { background-position: -192px -96px; }
|
276
|
-
.ui-icon-unlocked { background-position: -208px -96px; }
|
277
|
-
.ui-icon-bookmark { background-position: -224px -96px; }
|
278
|
-
.ui-icon-tag { background-position: -240px -96px; }
|
279
|
-
.ui-icon-home { background-position: 0 -112px; }
|
280
|
-
.ui-icon-flag { background-position: -16px -112px; }
|
281
|
-
.ui-icon-calendar { background-position: -32px -112px; }
|
282
|
-
.ui-icon-cart { background-position: -48px -112px; }
|
283
|
-
.ui-icon-pencil { background-position: -64px -112px; }
|
284
|
-
.ui-icon-clock { background-position: -80px -112px; }
|
285
|
-
.ui-icon-disk { background-position: -96px -112px; }
|
286
|
-
.ui-icon-calculator { background-position: -112px -112px; }
|
287
|
-
.ui-icon-zoomin { background-position: -128px -112px; }
|
288
|
-
.ui-icon-zoomout { background-position: -144px -112px; }
|
289
|
-
.ui-icon-search { background-position: -160px -112px; }
|
290
|
-
.ui-icon-wrench { background-position: -176px -112px; }
|
291
|
-
.ui-icon-gear { background-position: -192px -112px; }
|
292
|
-
.ui-icon-heart { background-position: -208px -112px; }
|
293
|
-
.ui-icon-star { background-position: -224px -112px; }
|
294
|
-
.ui-icon-link { background-position: -240px -112px; }
|
295
|
-
.ui-icon-cancel { background-position: 0 -128px; }
|
296
|
-
.ui-icon-plus { background-position: -16px -128px; }
|
297
|
-
.ui-icon-plusthick { background-position: -32px -128px; }
|
298
|
-
.ui-icon-minus { background-position: -48px -128px; }
|
299
|
-
.ui-icon-minusthick { background-position: -64px -128px; }
|
300
|
-
.ui-icon-close { background-position: -80px -128px; }
|
301
|
-
.ui-icon-closethick { background-position: -96px -128px; }
|
302
|
-
.ui-icon-key { background-position: -112px -128px; }
|
303
|
-
.ui-icon-lightbulb { background-position: -128px -128px; }
|
304
|
-
.ui-icon-scissors { background-position: -144px -128px; }
|
305
|
-
.ui-icon-clipboard { background-position: -160px -128px; }
|
306
|
-
.ui-icon-copy { background-position: -176px -128px; }
|
307
|
-
.ui-icon-contact { background-position: -192px -128px; }
|
308
|
-
.ui-icon-image { background-position: -208px -128px; }
|
309
|
-
.ui-icon-video { background-position: -224px -128px; }
|
310
|
-
.ui-icon-script { background-position: -240px -128px; }
|
311
|
-
.ui-icon-alert { background-position: 0 -144px; }
|
312
|
-
.ui-icon-info { background-position: -16px -144px; }
|
313
|
-
.ui-icon-notice { background-position: -32px -144px; }
|
314
|
-
.ui-icon-help { background-position: -48px -144px; }
|
315
|
-
.ui-icon-check { background-position: -64px -144px; }
|
316
|
-
.ui-icon-bullet { background-position: -80px -144px; }
|
317
|
-
.ui-icon-radio-on { background-position: -96px -144px; }
|
318
|
-
.ui-icon-radio-off { background-position: -112px -144px; }
|
319
|
-
.ui-icon-pin-w { background-position: -128px -144px; }
|
320
|
-
.ui-icon-pin-s { background-position: -144px -144px; }
|
321
|
-
.ui-icon-play { background-position: 0 -160px; }
|
322
|
-
.ui-icon-pause { background-position: -16px -160px; }
|
323
|
-
.ui-icon-seek-next { background-position: -32px -160px; }
|
324
|
-
.ui-icon-seek-prev { background-position: -48px -160px; }
|
325
|
-
.ui-icon-seek-end { background-position: -64px -160px; }
|
326
|
-
.ui-icon-seek-start { background-position: -80px -160px; }
|
327
|
-
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
328
|
-
.ui-icon-seek-first { background-position: -80px -160px; }
|
329
|
-
.ui-icon-stop { background-position: -96px -160px; }
|
330
|
-
.ui-icon-eject { background-position: -112px -160px; }
|
331
|
-
.ui-icon-volume-off { background-position: -128px -160px; }
|
332
|
-
.ui-icon-volume-on { background-position: -144px -160px; }
|
333
|
-
.ui-icon-power { background-position: 0 -176px; }
|
334
|
-
.ui-icon-signal-diag { background-position: -16px -176px; }
|
335
|
-
.ui-icon-signal { background-position: -32px -176px; }
|
336
|
-
.ui-icon-battery-0 { background-position: -48px -176px; }
|
337
|
-
.ui-icon-battery-1 { background-position: -64px -176px; }
|
338
|
-
.ui-icon-battery-2 { background-position: -80px -176px; }
|
339
|
-
.ui-icon-battery-3 { background-position: -96px -176px; }
|
340
|
-
.ui-icon-circle-plus { background-position: 0 -192px; }
|
341
|
-
.ui-icon-circle-minus { background-position: -16px -192px; }
|
342
|
-
.ui-icon-circle-close { background-position: -32px -192px; }
|
343
|
-
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
344
|
-
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
345
|
-
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
346
|
-
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
347
|
-
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
348
|
-
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
349
|
-
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
350
|
-
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
351
|
-
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
352
|
-
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
353
|
-
.ui-icon-circle-check { background-position: -208px -192px; }
|
354
|
-
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
355
|
-
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
356
|
-
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
357
|
-
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
358
|
-
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
359
|
-
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
360
|
-
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
361
|
-
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
362
|
-
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
363
|
-
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
364
|
-
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
365
|
-
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
366
|
-
|
367
|
-
|
368
|
-
/* Misc visuals
|
369
|
-
----------------------------------*/
|
370
|
-
|
371
|
-
/* Corner radius */
|
372
|
-
.ui-corner-all,
|
373
|
-
.ui-corner-top,
|
374
|
-
.ui-corner-left,
|
375
|
-
.ui-corner-tl {
|
376
|
-
border-top-left-radius: 4px;
|
377
|
-
}
|
378
|
-
.ui-corner-all,
|
379
|
-
.ui-corner-top,
|
380
|
-
.ui-corner-right,
|
381
|
-
.ui-corner-tr {
|
382
|
-
border-top-right-radius: 4px;
|
383
|
-
}
|
384
|
-
.ui-corner-all,
|
385
|
-
.ui-corner-bottom,
|
386
|
-
.ui-corner-left,
|
387
|
-
.ui-corner-bl {
|
388
|
-
border-bottom-left-radius: 4px;
|
389
|
-
}
|
390
|
-
.ui-corner-all,
|
391
|
-
.ui-corner-bottom,
|
392
|
-
.ui-corner-right,
|
393
|
-
.ui-corner-br {
|
394
|
-
border-bottom-right-radius: 4px;
|
395
|
-
}
|
396
|
-
|
397
|
-
/* Overlays */
|
398
|
-
.ui-widget-overlay {
|
399
|
-
background: #aaaaaa url("ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
|
400
|
-
opacity: .3;
|
401
|
-
filter: Alpha(Opacity=30);
|
402
|
-
}
|
403
|
-
.ui-widget-shadow {
|
404
|
-
margin: -8px 0 0 -8px;
|
405
|
-
padding: 8px;
|
406
|
-
background: #aaaaaa url("ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
|
407
|
-
opacity: .3;
|
408
|
-
filter: Alpha(Opacity=30);
|
409
|
-
border-radius: 8px;
|
410
|
-
}
|