@kordar/easyui-tpl 2.0.6 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.css +1 -1
- package/dist/index.umd.cjs +2 -2
- package/dist/index.umd.cjs.map +1 -1
- package/dist/public/en.json +164 -2
- package/dist/public/themes/modern-blue/accordion.css +89 -0
- package/dist/public/themes/modern-blue/calendar.css +213 -0
- package/dist/public/themes/modern-blue/checkbox.css +31 -0
- package/dist/public/themes/modern-blue/combo.css +35 -0
- package/dist/public/themes/modern-blue/combobox.css +40 -0
- package/dist/public/themes/modern-blue/datagrid.css +305 -0
- package/dist/public/themes/modern-blue/datalist.css +95 -0
- package/dist/public/themes/modern-blue/datebox.css +36 -0
- package/dist/public/themes/modern-blue/dialog.css +47 -0
- package/dist/public/themes/modern-blue/drawer.css +15 -0
- package/dist/public/themes/modern-blue/easyui.css +4750 -0
- package/dist/public/themes/modern-blue/filebox.css +20 -0
- package/dist/public/themes/modern-blue/flex.css +52 -0
- package/dist/public/themes/modern-blue/images/accordion_arrows.png +0 -0
- package/dist/public/themes/modern-blue/images/blank.gif +0 -0
- package/dist/public/themes/modern-blue/images/calendar_arrows.png +0 -0
- package/dist/public/themes/modern-blue/images/combo_arrow.png +0 -0
- package/dist/public/themes/modern-blue/images/datagrid_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/datebox_arrow.png +0 -0
- package/dist/public/themes/modern-blue/images/layout_arrows.png +0 -0
- package/dist/public/themes/modern-blue/images/linkbutton_bg.png +0 -0
- package/dist/public/themes/modern-blue/images/loading.gif +0 -0
- package/dist/public/themes/modern-blue/images/menu_arrows.png +0 -0
- package/dist/public/themes/modern-blue/images/messager_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/messager_icons16.png +0 -0
- package/dist/public/themes/modern-blue/images/pagination_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/panel_tools.png +0 -0
- package/dist/public/themes/modern-blue/images/passwordbox_close.png +0 -0
- package/dist/public/themes/modern-blue/images/passwordbox_open.png +0 -0
- package/dist/public/themes/modern-blue/images/searchbox_button.png +0 -0
- package/dist/public/themes/modern-blue/images/slider_handle.png +0 -0
- package/dist/public/themes/modern-blue/images/spinner_arrows.png +0 -0
- package/dist/public/themes/modern-blue/images/tabs_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/tagbox_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/tree_icons.png +0 -0
- package/dist/public/themes/modern-blue/images/validatebox_warning.png +0 -0
- package/dist/public/themes/modern-blue/layout.css +150 -0
- package/dist/public/themes/modern-blue/linkbutton.css +203 -0
- package/dist/public/themes/modern-blue/menu.css +119 -0
- package/dist/public/themes/modern-blue/menubutton.css +94 -0
- package/dist/public/themes/modern-blue/messager.css +74 -0
- package/dist/public/themes/modern-blue/numberbox.css +0 -0
- package/dist/public/themes/modern-blue/pagination.css +77 -0
- package/dist/public/themes/modern-blue/panel.css +276 -0
- package/dist/public/themes/modern-blue/passwordbox.css +6 -0
- package/dist/public/themes/modern-blue/progressbar.css +33 -0
- package/dist/public/themes/modern-blue/propertygrid.css +27 -0
- package/dist/public/themes/modern-blue/radiobutton.css +25 -0
- package/dist/public/themes/modern-blue/searchbox.css +61 -0
- package/dist/public/themes/modern-blue/sidemenu.css +78 -0
- package/dist/public/themes/modern-blue/slider.css +101 -0
- package/dist/public/themes/modern-blue/spinner.css +114 -0
- package/dist/public/themes/modern-blue/splitbutton.css +12 -0
- package/dist/public/themes/modern-blue/switchbutton.css +83 -0
- package/dist/public/themes/modern-blue/tabs.css +415 -0
- package/dist/public/themes/modern-blue/tagbox.css +44 -0
- package/dist/public/themes/modern-blue/textbox.css +173 -0
- package/dist/public/themes/modern-blue/timepicker.css +93 -0
- package/dist/public/themes/modern-blue/tooltip.css +101 -0
- package/dist/public/themes/modern-blue/tree.css +168 -0
- package/dist/public/themes/modern-blue/validatebox.css +13 -0
- package/dist/public/themes/modern-blue/window.css +188 -0
- package/dist/public/zh_CN.json +130 -250
- package/dist/types/components/Card.d.ts +29 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/views/home/index.d.ts +2 -3
- package/dist/types/views/login/header.d.ts +9 -0
- package/dist/types/views/page/404.d.ts +2 -3
- package/package.json +6 -5
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
.messager-body {
|
|
2
|
+
padding: 10px 10px 30px 10px;
|
|
3
|
+
overflow: auto;
|
|
4
|
+
}
|
|
5
|
+
.messager-button {
|
|
6
|
+
text-align: center;
|
|
7
|
+
padding: 5px;
|
|
8
|
+
}
|
|
9
|
+
.messager-button .l-btn {
|
|
10
|
+
width: 70px;
|
|
11
|
+
}
|
|
12
|
+
.messager-icon {
|
|
13
|
+
float: left;
|
|
14
|
+
width: 32px;
|
|
15
|
+
height: 32px;
|
|
16
|
+
margin: 0 10px 10px 0;
|
|
17
|
+
}
|
|
18
|
+
.messager-error {
|
|
19
|
+
background: url('images/messager_icons.png') no-repeat scroll -64px 0;
|
|
20
|
+
}
|
|
21
|
+
.messager-info {
|
|
22
|
+
background: url('images/messager_icons.png') no-repeat scroll 0 0;
|
|
23
|
+
}
|
|
24
|
+
.messager-question {
|
|
25
|
+
background: url('images/messager_icons.png') no-repeat scroll -32px 0;
|
|
26
|
+
}
|
|
27
|
+
.messager-warning {
|
|
28
|
+
background: url('images/messager_icons.png') no-repeat scroll -96px 0;
|
|
29
|
+
}
|
|
30
|
+
.messager-progress {
|
|
31
|
+
padding: 10px;
|
|
32
|
+
}
|
|
33
|
+
.messager-p-msg {
|
|
34
|
+
margin-bottom: 5px;
|
|
35
|
+
}
|
|
36
|
+
.messager-body .messager-input {
|
|
37
|
+
width: 100%;
|
|
38
|
+
padding: 4px 0;
|
|
39
|
+
outline-style: none;
|
|
40
|
+
border: 1px solid hsl(214 22% 88%);
|
|
41
|
+
}
|
|
42
|
+
.window-thinborder .messager-button {
|
|
43
|
+
padding-bottom: 8px;
|
|
44
|
+
}
|
|
45
|
+
.messager-tip {
|
|
46
|
+
box-shadow: 0 1px 6px hsl(214 22% 88%);
|
|
47
|
+
height: auto;
|
|
48
|
+
}
|
|
49
|
+
.messager-tip .messager-body {
|
|
50
|
+
margin: 0;
|
|
51
|
+
padding: 0 10px;
|
|
52
|
+
height: 40px;
|
|
53
|
+
line-height: 40px;
|
|
54
|
+
}
|
|
55
|
+
.messager-tip .messager-body>.f-row {
|
|
56
|
+
align-items: center;
|
|
57
|
+
}
|
|
58
|
+
.messager-tip .messager-icon {
|
|
59
|
+
width: 16px;
|
|
60
|
+
height: 16px;
|
|
61
|
+
margin: 0 10px 0 0;
|
|
62
|
+
}
|
|
63
|
+
.messager-tip .messager-info {
|
|
64
|
+
background: url('images/messager_icons16.png') no-repeat scroll 0 0;
|
|
65
|
+
}
|
|
66
|
+
.messager-tip .messager-question {
|
|
67
|
+
background: url('images/messager_icons16.png') no-repeat scroll -16px 0;
|
|
68
|
+
}
|
|
69
|
+
.messager-tip .messager-error {
|
|
70
|
+
background: url('images/messager_icons16.png') no-repeat scroll -32px 0;
|
|
71
|
+
}
|
|
72
|
+
.messager-tip .messager-warning {
|
|
73
|
+
background: url('images/messager_icons16.png') no-repeat scroll -48px 0;
|
|
74
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
.pagination {
|
|
2
|
+
zoom: 1;
|
|
3
|
+
padding: 2px;
|
|
4
|
+
}
|
|
5
|
+
.pagination table {
|
|
6
|
+
float: left;
|
|
7
|
+
height: 30px;
|
|
8
|
+
}
|
|
9
|
+
.pagination td {
|
|
10
|
+
border: 0;
|
|
11
|
+
}
|
|
12
|
+
.pagination-btn-separator {
|
|
13
|
+
float: left;
|
|
14
|
+
height: 24px;
|
|
15
|
+
border-left: 1px solid hsl(214 22% 88%);
|
|
16
|
+
border-right: 1px solid hsl(0 0% 100%);
|
|
17
|
+
margin: 3px 1px;
|
|
18
|
+
}
|
|
19
|
+
.pagination .pagination-num {
|
|
20
|
+
border-width: 1px;
|
|
21
|
+
border-style: solid;
|
|
22
|
+
margin: 0 2px;
|
|
23
|
+
padding: 2px;
|
|
24
|
+
width: 3em;
|
|
25
|
+
height: auto;
|
|
26
|
+
text-align: center;
|
|
27
|
+
font-size: 14px;
|
|
28
|
+
}
|
|
29
|
+
.pagination-page-list {
|
|
30
|
+
margin: 0px 6px;
|
|
31
|
+
padding: 1px 2px;
|
|
32
|
+
width: auto;
|
|
33
|
+
height: auto;
|
|
34
|
+
border-width: 1px;
|
|
35
|
+
border-style: solid;
|
|
36
|
+
}
|
|
37
|
+
.pagination-info {
|
|
38
|
+
float: right;
|
|
39
|
+
margin: 0 6px;
|
|
40
|
+
padding: 0;
|
|
41
|
+
height: 30px;
|
|
42
|
+
line-height: 30px;
|
|
43
|
+
font-size: 14px;
|
|
44
|
+
}
|
|
45
|
+
.pagination span {
|
|
46
|
+
font-size: 14px;
|
|
47
|
+
}
|
|
48
|
+
.pagination-link .l-btn-text {
|
|
49
|
+
box-sizing: border-box;
|
|
50
|
+
text-align: center;
|
|
51
|
+
margin: 0;
|
|
52
|
+
padding: 0 .5em;
|
|
53
|
+
width: auto;
|
|
54
|
+
min-width: 28px;
|
|
55
|
+
}
|
|
56
|
+
.pagination-first {
|
|
57
|
+
background: url('images/pagination_icons.png') no-repeat 0 center;
|
|
58
|
+
}
|
|
59
|
+
.pagination-prev {
|
|
60
|
+
background: url('images/pagination_icons.png') no-repeat -16px center;
|
|
61
|
+
}
|
|
62
|
+
.pagination-next {
|
|
63
|
+
background: url('images/pagination_icons.png') no-repeat -32px center;
|
|
64
|
+
}
|
|
65
|
+
.pagination-last {
|
|
66
|
+
background: url('images/pagination_icons.png') no-repeat -48px center;
|
|
67
|
+
}
|
|
68
|
+
.pagination-load {
|
|
69
|
+
background: url('images/pagination_icons.png') no-repeat -64px center;
|
|
70
|
+
}
|
|
71
|
+
.pagination-loading {
|
|
72
|
+
background: url('images/loading.gif') no-repeat center center;
|
|
73
|
+
}
|
|
74
|
+
.pagination-page-list,
|
|
75
|
+
.pagination .pagination-num {
|
|
76
|
+
border-color: hsl(214 22% 88%);
|
|
77
|
+
}
|
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
* {
|
|
2
|
+
-moz-box-sizing: border-box;
|
|
3
|
+
-webkit-box-sizing: border-box;
|
|
4
|
+
-o-box-sizing: border-box;
|
|
5
|
+
-ms-box-sizing: border-box;
|
|
6
|
+
box-sizing: border-box;
|
|
7
|
+
}
|
|
8
|
+
.panel {
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
text-align: left;
|
|
11
|
+
margin: 0;
|
|
12
|
+
border: 0;
|
|
13
|
+
-moz-border-radius: 0 0 0 0;
|
|
14
|
+
-webkit-border-radius: 0 0 0 0;
|
|
15
|
+
border-radius: 0 0 0 0;
|
|
16
|
+
}
|
|
17
|
+
.panel-header,
|
|
18
|
+
.panel-body {
|
|
19
|
+
border-width: 1px;
|
|
20
|
+
border-style: solid;
|
|
21
|
+
}
|
|
22
|
+
.panel-header {
|
|
23
|
+
padding: 5px;
|
|
24
|
+
position: relative;
|
|
25
|
+
}
|
|
26
|
+
.panel-title {
|
|
27
|
+
background: url('images/blank.gif') no-repeat;
|
|
28
|
+
}
|
|
29
|
+
.panel-header-noborder {
|
|
30
|
+
border-width: 0 0 1px 0;
|
|
31
|
+
}
|
|
32
|
+
.panel-body {
|
|
33
|
+
overflow: auto;
|
|
34
|
+
border-top-width: 0;
|
|
35
|
+
padding: 0;
|
|
36
|
+
}
|
|
37
|
+
.panel-body-noheader {
|
|
38
|
+
border-top-width: 1px;
|
|
39
|
+
}
|
|
40
|
+
.panel-body-noborder {
|
|
41
|
+
border-width: 0px;
|
|
42
|
+
}
|
|
43
|
+
.panel-body-nobottom {
|
|
44
|
+
border-bottom-width: 0;
|
|
45
|
+
}
|
|
46
|
+
.panel-with-icon {
|
|
47
|
+
padding-left: 18px;
|
|
48
|
+
}
|
|
49
|
+
.panel-icon,
|
|
50
|
+
.panel-tool {
|
|
51
|
+
position: absolute;
|
|
52
|
+
top: 50%;
|
|
53
|
+
margin-top: -8px;
|
|
54
|
+
height: 16px;
|
|
55
|
+
overflow: hidden;
|
|
56
|
+
}
|
|
57
|
+
.panel-icon {
|
|
58
|
+
left: 5px;
|
|
59
|
+
width: 16px;
|
|
60
|
+
}
|
|
61
|
+
.panel-tool {
|
|
62
|
+
right: 5px;
|
|
63
|
+
width: auto;
|
|
64
|
+
}
|
|
65
|
+
.panel-tool a {
|
|
66
|
+
display: inline-block;
|
|
67
|
+
width: 16px;
|
|
68
|
+
height: 16px;
|
|
69
|
+
opacity: 0.6;
|
|
70
|
+
filter: alpha(opacity=60);
|
|
71
|
+
margin: 0 0 0 2px;
|
|
72
|
+
vertical-align: top;
|
|
73
|
+
}
|
|
74
|
+
.panel-tool a:hover {
|
|
75
|
+
opacity: 1;
|
|
76
|
+
filter: alpha(opacity=100);
|
|
77
|
+
background-color: hsl(216 30% 91%);
|
|
78
|
+
-moz-border-radius: .375rem;
|
|
79
|
+
-webkit-border-radius: .375rem;
|
|
80
|
+
border-radius: .375rem;
|
|
81
|
+
}
|
|
82
|
+
.panel-loading {
|
|
83
|
+
padding: 11px 0px 10px 30px;
|
|
84
|
+
}
|
|
85
|
+
.panel-noscroll {
|
|
86
|
+
overflow: hidden;
|
|
87
|
+
}
|
|
88
|
+
.panel-fit,
|
|
89
|
+
.panel-fit body {
|
|
90
|
+
height: 100%;
|
|
91
|
+
margin: 0;
|
|
92
|
+
padding: 0;
|
|
93
|
+
border: 0;
|
|
94
|
+
overflow: hidden;
|
|
95
|
+
}
|
|
96
|
+
.panel-loading {
|
|
97
|
+
background: url('images/loading.gif') no-repeat 10px 10px;
|
|
98
|
+
}
|
|
99
|
+
.panel-tool-close {
|
|
100
|
+
background: url('images/panel_tools.png') no-repeat -16px 0px;
|
|
101
|
+
}
|
|
102
|
+
.panel-tool-min {
|
|
103
|
+
background: url('images/panel_tools.png') no-repeat 0px 0px;
|
|
104
|
+
}
|
|
105
|
+
.panel-tool-max {
|
|
106
|
+
background: url('images/panel_tools.png') no-repeat 0px -16px;
|
|
107
|
+
}
|
|
108
|
+
.panel-tool-restore {
|
|
109
|
+
background: url('images/panel_tools.png') no-repeat -16px -16px;
|
|
110
|
+
}
|
|
111
|
+
.panel-tool-collapse {
|
|
112
|
+
background: url('images/panel_tools.png') no-repeat -32px 0;
|
|
113
|
+
}
|
|
114
|
+
.panel-tool-expand {
|
|
115
|
+
background: url('images/panel_tools.png') no-repeat -32px -16px;
|
|
116
|
+
}
|
|
117
|
+
.panel-header,
|
|
118
|
+
.panel-body {
|
|
119
|
+
border-color: hsl(214 22% 88%);
|
|
120
|
+
}
|
|
121
|
+
.panel-header {
|
|
122
|
+
background-color: hsl(216 30% 91%);
|
|
123
|
+
background: -webkit-linear-gradient(top,hsl(220 45% 98%) 0,hsl(216 30% 91%) 100%);
|
|
124
|
+
background: -moz-linear-gradient(top,hsl(220 45% 98%) 0,hsl(216 30% 91%) 100%);
|
|
125
|
+
background: -o-linear-gradient(top,hsl(220 45% 98%) 0,hsl(216 30% 91%) 100%);
|
|
126
|
+
background: linear-gradient(to bottom,hsl(220 45% 98%) 0,hsl(216 30% 91%) 100%);
|
|
127
|
+
background-repeat: repeat-x;
|
|
128
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=hsl(220 45% 98%),endColorstr=hsl(216 30% 91%),GradientType=0);
|
|
129
|
+
color: hsl(221 80% 42%);
|
|
130
|
+
}
|
|
131
|
+
.panel-body {
|
|
132
|
+
background-color: hsl(0 0% 100%);
|
|
133
|
+
color: hsl(222 47% 9%);
|
|
134
|
+
font-size: 14px;
|
|
135
|
+
}
|
|
136
|
+
.panel-title {
|
|
137
|
+
font-size: 14px;
|
|
138
|
+
font-weight: bold;
|
|
139
|
+
color: hsl(221 80% 42%);
|
|
140
|
+
height: 20px;
|
|
141
|
+
line-height: 20px;
|
|
142
|
+
}
|
|
143
|
+
.panel-footer {
|
|
144
|
+
border: 1px solid hsl(214 22% 88%);
|
|
145
|
+
overflow: hidden;
|
|
146
|
+
background: hsl(216 30% 94%);
|
|
147
|
+
color: hsl(222 47% 9%);
|
|
148
|
+
}
|
|
149
|
+
.panel-footer-noborder {
|
|
150
|
+
border-width: 1px 0 0 0;
|
|
151
|
+
}
|
|
152
|
+
.panel-hleft,
|
|
153
|
+
.panel-hright {
|
|
154
|
+
position: relative;
|
|
155
|
+
}
|
|
156
|
+
.panel-hleft>.panel-body,
|
|
157
|
+
.panel-hright>.panel-body {
|
|
158
|
+
position: absolute;
|
|
159
|
+
}
|
|
160
|
+
.panel-hleft>.panel-header {
|
|
161
|
+
float: left;
|
|
162
|
+
}
|
|
163
|
+
.panel-hright>.panel-header {
|
|
164
|
+
float: right;
|
|
165
|
+
}
|
|
166
|
+
.panel-hleft>.panel-body {
|
|
167
|
+
border-top-width: 1px;
|
|
168
|
+
border-left-width: 0;
|
|
169
|
+
}
|
|
170
|
+
.panel-hright>.panel-body {
|
|
171
|
+
border-top-width: 1px;
|
|
172
|
+
border-right-width: 0;
|
|
173
|
+
}
|
|
174
|
+
.panel-hleft>.panel-body-nobottom {
|
|
175
|
+
border-bottom-width: 1px;
|
|
176
|
+
border-right-width: 0;
|
|
177
|
+
}
|
|
178
|
+
.panel-hright>.panel-body-nobottom {
|
|
179
|
+
border-bottom-width: 1px;
|
|
180
|
+
border-left-width: 0;
|
|
181
|
+
}
|
|
182
|
+
.panel-hleft>.panel-footer {
|
|
183
|
+
position: absolute;
|
|
184
|
+
right: 0;
|
|
185
|
+
}
|
|
186
|
+
.panel-hright>.panel-footer {
|
|
187
|
+
position: absolute;
|
|
188
|
+
left: 0;
|
|
189
|
+
}
|
|
190
|
+
.panel-hleft>.panel-header-noborder {
|
|
191
|
+
border-width: 0 1px 0 0;
|
|
192
|
+
}
|
|
193
|
+
.panel-hright>.panel-header-noborder {
|
|
194
|
+
border-width: 0 0 0 1px;
|
|
195
|
+
}
|
|
196
|
+
.panel-hleft>.panel-body-noborder {
|
|
197
|
+
border-width: 0;
|
|
198
|
+
}
|
|
199
|
+
.panel-hright>.panel-body-noborder {
|
|
200
|
+
border-width: 0;
|
|
201
|
+
}
|
|
202
|
+
.panel-hleft>.panel-body-noheader {
|
|
203
|
+
border-left-width: 1px;
|
|
204
|
+
}
|
|
205
|
+
.panel-hright>.panel-body-noheader {
|
|
206
|
+
border-right-width: 1px;
|
|
207
|
+
}
|
|
208
|
+
.panel-hleft>.panel-footer-noborder {
|
|
209
|
+
border-width: 0 0 0 1px;
|
|
210
|
+
}
|
|
211
|
+
.panel-hright>.panel-footer-noborder {
|
|
212
|
+
border-width: 0 1px 0 0;
|
|
213
|
+
}
|
|
214
|
+
.panel-hleft>.panel-header .panel-icon,
|
|
215
|
+
.panel-hright>.panel-header .panel-icon {
|
|
216
|
+
margin-top: 0;
|
|
217
|
+
top: 5px;
|
|
218
|
+
left: 50%;
|
|
219
|
+
margin-left: -8px;
|
|
220
|
+
}
|
|
221
|
+
.panel-hleft>.panel-header .panel-title,
|
|
222
|
+
.panel-hright>.panel-header .panel-title {
|
|
223
|
+
position: absolute;
|
|
224
|
+
min-width: 16px;
|
|
225
|
+
left: 25px;
|
|
226
|
+
top: 5px;
|
|
227
|
+
bottom: auto;
|
|
228
|
+
white-space: nowrap;
|
|
229
|
+
word-wrap: normal;
|
|
230
|
+
-webkit-transform: rotate(90deg);
|
|
231
|
+
-webkit-transform-origin: 0 0;
|
|
232
|
+
-moz-transform: rotate(90deg);
|
|
233
|
+
-moz-transform-origin: 0 0;
|
|
234
|
+
-o-transform: rotate(90deg);
|
|
235
|
+
-o-transform-origin: 0 0;
|
|
236
|
+
transform: rotate(90deg);
|
|
237
|
+
transform-origin: 0 0;
|
|
238
|
+
}
|
|
239
|
+
.panel-hleft>.panel-header .panel-title-up,
|
|
240
|
+
.panel-hright>.panel-header .panel-title-up {
|
|
241
|
+
position: absolute;
|
|
242
|
+
min-width: 16px;
|
|
243
|
+
left: 21px;
|
|
244
|
+
top: auto;
|
|
245
|
+
bottom: 0px;
|
|
246
|
+
text-align: right;
|
|
247
|
+
white-space: nowrap;
|
|
248
|
+
word-wrap: normal;
|
|
249
|
+
-webkit-transform: rotate(-90deg);
|
|
250
|
+
-webkit-transform-origin: 0 0;
|
|
251
|
+
-moz-transform: rotate(-90deg);
|
|
252
|
+
-moz-transform-origin: 0 0;
|
|
253
|
+
-o-transform: rotate(-90deg);
|
|
254
|
+
-o-transform-origin: 0 0;
|
|
255
|
+
transform: rotate(-90deg);
|
|
256
|
+
transform-origin: 0 16px;
|
|
257
|
+
}
|
|
258
|
+
.panel-hleft>.panel-header .panel-with-icon.panel-title-up,
|
|
259
|
+
.panel-hright>.panel-header .panel-with-icon.panel-title-up {
|
|
260
|
+
padding-left: 0;
|
|
261
|
+
padding-right: 18px;
|
|
262
|
+
}
|
|
263
|
+
.panel-hleft>.panel-header .panel-tool,
|
|
264
|
+
.panel-hright>.panel-header .panel-tool {
|
|
265
|
+
top: auto;
|
|
266
|
+
bottom: 5px;
|
|
267
|
+
width: 16px;
|
|
268
|
+
height: auto;
|
|
269
|
+
left: 50%;
|
|
270
|
+
margin-left: -8px;
|
|
271
|
+
margin-top: 0;
|
|
272
|
+
}
|
|
273
|
+
.panel-hleft>.panel-header .panel-tool a,
|
|
274
|
+
.panel-hright>.panel-header .panel-tool a {
|
|
275
|
+
margin: 2px 0 0 0;
|
|
276
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
.progressbar {
|
|
2
|
+
border-width: 1px;
|
|
3
|
+
border-style: solid;
|
|
4
|
+
-moz-border-radius: .375rem;
|
|
5
|
+
-webkit-border-radius: .375rem;
|
|
6
|
+
border-radius: .375rem;
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
position: relative;
|
|
9
|
+
}
|
|
10
|
+
.progressbar-text {
|
|
11
|
+
text-align: center;
|
|
12
|
+
position: absolute;
|
|
13
|
+
}
|
|
14
|
+
.progressbar-value {
|
|
15
|
+
position: relative;
|
|
16
|
+
overflow: hidden;
|
|
17
|
+
width: 0;
|
|
18
|
+
-moz-border-radius: .375rem 0 0 .375rem;
|
|
19
|
+
-webkit-border-radius: .375rem 0 0 .375rem;
|
|
20
|
+
border-radius: .375rem 0 0 .375rem;
|
|
21
|
+
}
|
|
22
|
+
.progressbar {
|
|
23
|
+
border-color: hsl(214 22% 88%);
|
|
24
|
+
}
|
|
25
|
+
.progressbar-text {
|
|
26
|
+
color: hsl(222 47% 9%);
|
|
27
|
+
font-size: 14px;
|
|
28
|
+
}
|
|
29
|
+
.progressbar-value,
|
|
30
|
+
.progressbar-value .progressbar-text {
|
|
31
|
+
background-color: hsl(221 90% 55%);
|
|
32
|
+
color: hsl(222 47% 9%);
|
|
33
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
.propertygrid .datagrid-view1 .datagrid-body td {
|
|
2
|
+
padding-bottom: 1px;
|
|
3
|
+
border-width: 0 1px 0 0;
|
|
4
|
+
}
|
|
5
|
+
.propertygrid .datagrid-group {
|
|
6
|
+
overflow: hidden;
|
|
7
|
+
border-width: 0 0 1px 0;
|
|
8
|
+
border-style: solid;
|
|
9
|
+
}
|
|
10
|
+
.propertygrid .datagrid-group span {
|
|
11
|
+
font-weight: bold;
|
|
12
|
+
}
|
|
13
|
+
.propertygrid .datagrid-view1 .datagrid-body td {
|
|
14
|
+
border-color: hsl(214 22% 88%);
|
|
15
|
+
}
|
|
16
|
+
.propertygrid .datagrid-view1 .datagrid-group {
|
|
17
|
+
border-color: hsl(216 30% 91%);
|
|
18
|
+
}
|
|
19
|
+
.propertygrid .datagrid-view2 .datagrid-group {
|
|
20
|
+
border-color: hsl(214 22% 88%);
|
|
21
|
+
}
|
|
22
|
+
.propertygrid .datagrid-group,
|
|
23
|
+
.propertygrid .datagrid-view1 .datagrid-body,
|
|
24
|
+
.propertygrid .datagrid-view1 .datagrid-row-over,
|
|
25
|
+
.propertygrid .datagrid-view1 .datagrid-row-selected {
|
|
26
|
+
background: hsl(216 30% 91%);
|
|
27
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
.radiobutton {
|
|
2
|
+
position: relative;
|
|
3
|
+
border: 2px solid hsl(204 80% 48%);
|
|
4
|
+
border-radius: 50%;
|
|
5
|
+
}
|
|
6
|
+
.radiobutton-inner {
|
|
7
|
+
position: absolute;
|
|
8
|
+
left: 0;
|
|
9
|
+
top: 0;
|
|
10
|
+
width: 100%;
|
|
11
|
+
height: 100%;
|
|
12
|
+
background: hsl(204 80% 48%);
|
|
13
|
+
border-radius: 50%;
|
|
14
|
+
transform: scale(.6);
|
|
15
|
+
}
|
|
16
|
+
.radiobutton-disabled {
|
|
17
|
+
opacity: 0.6;
|
|
18
|
+
}
|
|
19
|
+
.radiobutton-value {
|
|
20
|
+
position: absolute;
|
|
21
|
+
overflow: hidden;
|
|
22
|
+
width: 1px;
|
|
23
|
+
height: 1px;
|
|
24
|
+
left: -100px;
|
|
25
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
.searchbox-button {
|
|
2
|
+
width: 18px;
|
|
3
|
+
height: 20px;
|
|
4
|
+
overflow: hidden;
|
|
5
|
+
display: inline-block;
|
|
6
|
+
vertical-align: top;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
opacity: 0.6;
|
|
9
|
+
filter: alpha(opacity=60);
|
|
10
|
+
}
|
|
11
|
+
.searchbox-button-hover {
|
|
12
|
+
opacity: 1.0;
|
|
13
|
+
filter: alpha(opacity=100);
|
|
14
|
+
}
|
|
15
|
+
.searchbox .l-btn-plain {
|
|
16
|
+
border: 0;
|
|
17
|
+
padding: 0;
|
|
18
|
+
vertical-align: top;
|
|
19
|
+
opacity: 0.6;
|
|
20
|
+
filter: alpha(opacity=60);
|
|
21
|
+
-moz-border-radius: 0 0 0 0;
|
|
22
|
+
-webkit-border-radius: 0 0 0 0;
|
|
23
|
+
border-radius: 0 0 0 0;
|
|
24
|
+
}
|
|
25
|
+
.searchbox .l-btn-plain:hover {
|
|
26
|
+
border: 0;
|
|
27
|
+
padding: 0;
|
|
28
|
+
opacity: 1.0;
|
|
29
|
+
filter: alpha(opacity=100);
|
|
30
|
+
-moz-border-radius: 0 0 0 0;
|
|
31
|
+
-webkit-border-radius: 0 0 0 0;
|
|
32
|
+
border-radius: 0 0 0 0;
|
|
33
|
+
}
|
|
34
|
+
.searchbox a.m-btn-plain-active {
|
|
35
|
+
-moz-border-radius: 0 0 0 0;
|
|
36
|
+
-webkit-border-radius: 0 0 0 0;
|
|
37
|
+
border-radius: 0 0 0 0;
|
|
38
|
+
}
|
|
39
|
+
.searchbox .m-btn-active {
|
|
40
|
+
border-width: 0 1px 0 0;
|
|
41
|
+
-moz-border-radius: 0 0 0 0;
|
|
42
|
+
-webkit-border-radius: 0 0 0 0;
|
|
43
|
+
border-radius: 0 0 0 0;
|
|
44
|
+
}
|
|
45
|
+
.searchbox .textbox-button-right {
|
|
46
|
+
border-width: 0 0 0 1px;
|
|
47
|
+
}
|
|
48
|
+
.searchbox .textbox-button-left {
|
|
49
|
+
border-width: 0 1px 0 0;
|
|
50
|
+
}
|
|
51
|
+
.searchbox-button {
|
|
52
|
+
background: url('images/searchbox_button.png') no-repeat center center;
|
|
53
|
+
}
|
|
54
|
+
.searchbox .l-btn-plain {
|
|
55
|
+
background: hsl(216 30% 91%);
|
|
56
|
+
}
|
|
57
|
+
.searchbox .l-btn-plain-disabled,
|
|
58
|
+
.searchbox .l-btn-plain-disabled:hover {
|
|
59
|
+
opacity: 0.5;
|
|
60
|
+
filter: alpha(opacity=50);
|
|
61
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
.sidemenu .tree-hit {
|
|
2
|
+
background-image: none;
|
|
3
|
+
}
|
|
4
|
+
.sidemenu-default-icon {
|
|
5
|
+
background-image: none;
|
|
6
|
+
width: 0;
|
|
7
|
+
}
|
|
8
|
+
.sidemenu .accordion .accordion-header,
|
|
9
|
+
.sidemenu .accordion .accordion-body {
|
|
10
|
+
border-bottom-color: transparent;
|
|
11
|
+
background: transparent;
|
|
12
|
+
}
|
|
13
|
+
.sidemenu .accordion .accordion-header {
|
|
14
|
+
color: hsl(221 80% 42%);
|
|
15
|
+
}
|
|
16
|
+
.sidemenu .accordion-header .panel-title {
|
|
17
|
+
height: 30px;
|
|
18
|
+
line-height: 30px;
|
|
19
|
+
color: hsl(221 80% 42%);
|
|
20
|
+
}
|
|
21
|
+
.sidemenu .accordion-header:hover {
|
|
22
|
+
background: hsl(216 30% 91%);
|
|
23
|
+
color: hsl(221 80% 42%);
|
|
24
|
+
}
|
|
25
|
+
.sidemenu .tree-node-hover {
|
|
26
|
+
background: hsl(216 30% 91%);
|
|
27
|
+
color: hsl(221 80% 42%);
|
|
28
|
+
}
|
|
29
|
+
.sidemenu .tree-node-selected {
|
|
30
|
+
border-right: 2px solid hsl(204 80% 48%);
|
|
31
|
+
color: hsl(222 47% 9%);
|
|
32
|
+
background: hsl(221 90% 55%);
|
|
33
|
+
}
|
|
34
|
+
.sidemenu .tree-node {
|
|
35
|
+
height: 40px;
|
|
36
|
+
}
|
|
37
|
+
.sidemenu .tree-title {
|
|
38
|
+
margin: 11px 0;
|
|
39
|
+
}
|
|
40
|
+
.sidemenu .tree-node-nonleaf {
|
|
41
|
+
position: relative;
|
|
42
|
+
}
|
|
43
|
+
.sidemenu .tree-node-nonleaf::after {
|
|
44
|
+
display: inline-block;
|
|
45
|
+
content: '';
|
|
46
|
+
position: absolute;
|
|
47
|
+
top: 50%;
|
|
48
|
+
margin-top: -8px;
|
|
49
|
+
background: url('images/accordion_arrows.png') no-repeat 0 0;
|
|
50
|
+
width: 16px;
|
|
51
|
+
height: 16px;
|
|
52
|
+
right: 5px;
|
|
53
|
+
}
|
|
54
|
+
.sidemenu .tree-node-nonleaf-collapsed::after {
|
|
55
|
+
background: url('images/accordion_arrows.png') no-repeat -16px 0;
|
|
56
|
+
}
|
|
57
|
+
.sidemenu-collapsed .panel-icon {
|
|
58
|
+
left: 50%;
|
|
59
|
+
margin-left: -8px;
|
|
60
|
+
}
|
|
61
|
+
.sidemenu-collapsed .collapsed-icon {
|
|
62
|
+
position: relative;
|
|
63
|
+
}
|
|
64
|
+
.sidemenu-collapsed .collapsed-text {
|
|
65
|
+
text-align: center;
|
|
66
|
+
}
|
|
67
|
+
.sidemenu-tooltip {
|
|
68
|
+
padding: 0;
|
|
69
|
+
margin: 0 -12px;
|
|
70
|
+
border: 0;
|
|
71
|
+
}
|
|
72
|
+
.sidemenu-tooltip.tooltip-left {
|
|
73
|
+
margin: 0 12px;
|
|
74
|
+
}
|
|
75
|
+
.sidemenu-tooltip .tooltip-arrow-outer,
|
|
76
|
+
.sidemenu-tooltip .tooltip-arrow {
|
|
77
|
+
display: none;
|
|
78
|
+
}
|