ru.coon 2.7.37 → 2.7.39

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.
Files changed (88) hide show
  1. package/.gitattributes +1 -1
  2. package/.husky/pre-commit +4 -4
  3. package/.lintstagedrc.json +2 -2
  4. package/CHANGELOG.md +12 -0
  5. package/Readme.md +24 -24
  6. package/TODO.md +7 -7
  7. package/doc/changelog.md +118 -118
  8. package/doc/shortcuts.md +5 -5
  9. package/jsdoc.config.json +29 -29
  10. package/package.json +78 -78
  11. package/sass/src/common/plugin/form/PeriodPicker.scss +8 -8
  12. package/src/Function.scss +4 -4
  13. package/src/app/viewPort/Main.scss +133 -133
  14. package/src/command/Readme.md +4 -4
  15. package/src/common/component/ColorPalette.scss +102 -102
  16. package/src/common/component/ExternalFrame.scss +8 -8
  17. package/src/common/component/HotkeyHelpText.scss +34 -34
  18. package/src/common/component/TreeComponentStructure.scss +5 -5
  19. package/src/common/component/editor/CharacteristicGridEditor.scss +66 -66
  20. package/src/common/component/editor/TypedCharacteristicEditor.scss +7 -7
  21. package/src/common/component/formeditor/UiCustomFilterForm.scss +7 -7
  22. package/src/common/component/formeditor/UiCustomFormEditor.scss +42 -42
  23. package/src/common/component/visualeditor/UiCPVisualEditor.scss +108 -108
  24. package/src/common/field/EditorJs.scss +41 -41
  25. package/src/common/field/FieldsHelper.js +0 -0
  26. package/src/common/field/ReportValueField.scss +2 -2
  27. package/src/common/field/combo/CommandComboBox.scss +19 -19
  28. package/src/common/panel/DayPicker.scss +15 -15
  29. package/src/common/panel/MainUploadPanel.js +8 -1
  30. package/src/common/panel/MainUploadPanel.scss +13 -13
  31. package/src/common/panel/SelectIconClassPanel.scss +38 -38
  32. package/src/common/panel/SelectIconClassPanelTemplate.scss +14 -14
  33. package/src/common/panel/WindowWrap.js +0 -0
  34. package/src/common/panel/WindowWrap.scss +8 -8
  35. package/src/common/panel/dropzone/UniversalMultiUploadForm.scss +29 -29
  36. package/src/common/panel/dropzone/UploadDropZone.scss +36 -36
  37. package/src/common/panel/widget/WidgetPanel.scss +157 -157
  38. package/src/info.scss +12 -12
  39. package/src/nav/AppNavTab.scss +20 -20
  40. package/src/nav/AppNavigationBar.scss +9 -9
  41. package/src/nav/AppNavigationMenu.scss +70 -70
  42. package/src/nav/AppNavigationToggleButton.scss +6 -6
  43. package/src/nav/editor/menu/NavMenuTreeView.scss +104 -104
  44. package/src/nav/editor/workspace/NavWorkspaceListView.scss +35 -35
  45. package/src/nav/menu/NavMenuPanel.scss +11 -11
  46. package/src/nav/menu/WorkspaceMenuView.scss +218 -218
  47. package/src/nav/windowHolderTab.scss +13 -13
  48. package/src/report/column/MultiFilesColumn.scss +8 -8
  49. package/src/report/component/BoundListPagingToolbar.scss +7 -7
  50. package/src/report/component/ErrorWindow.scss +15 -15
  51. package/src/report/component/ParameterizedReportCombo.scss +85 -85
  52. package/src/report/component/ReportPanel.scss +69 -69
  53. package/src/report/component/SimpleReportTag.scss +22 -22
  54. package/src/report/component/reportpanel/CopyReportPanel.scss +14 -14
  55. package/src/report/component/reportpanel/FilterPanel.scss +16 -16
  56. package/src/report/component/reportpanel/FilterPanelLegend.scss +23 -23
  57. package/src/report/component/reportpanel/NorthPanel.scss +18 -18
  58. package/src/report/component/reportpanel/ReportGrid.scss +37 -37
  59. package/src/report/component/settings/ReportFormEditPanel.scss +87 -87
  60. package/src/report/component/settings/ReportPropertiesGrid.scss +25 -25
  61. package/src/report/component/settings/field/ReportFormFieldsGrid.scss +5 -5
  62. package/src/report/component/settings/property/ReportPropertiesPanel.scss +12 -12
  63. package/src/report/plugin/SettingsManagerPlugin/view/SMPMainView.scss +3 -3
  64. package/src/report/plugin/configPanel/AddFilterConditionPluginConfigPanel.scss +53 -53
  65. package/src/report/plugin/configPanel/CopyRowsFromGridConfigPanel.js +25 -0
  66. package/src/report/plugin/configPanel/ExecuteCommandButtonPluginConfigPanel.scss +5 -5
  67. package/src/report/plugin/configPanel/GroupRowsPluginConfigPanel.scss +3 -3
  68. package/src/report/plugin/configPanel/UiAceEditorField.scss +20 -20
  69. package/src/report/plugin/configPanel/common/pluginDescriptionLabel.scss +8 -8
  70. package/src/report/plugin/grid/CopyRowsFromGrid.js +38 -1
  71. package/src/report/plugin/grid/GridRowStylePlugin.scss +56 -56
  72. package/src/report/plugin/grid/ReportTabContainerPlugin.scss +3 -3
  73. package/src/report/plugin/grid/ToggleColumnsPlugin.scss +7 -7
  74. package/src/report/plugin/grid/ToolbarButtonPlugin.scss +3 -3
  75. package/src/research/ResearchTreeView.scss +19 -19
  76. package/src/security/component/RoleFileUploadForm.scss +4 -4
  77. package/src/security/component/ui/UiCPRestrictionEditor.scss +4 -4
  78. package/src/security/securitySettingComponent/RoleEditPanel.scss +16 -16
  79. package/src/uielement/component/MenuItemList.scss +35 -35
  80. package/src/uielement/component/formchips/FilterConditionToolbar.scss +74 -74
  81. package/src/uielement/component/settings/UiCustomPanelEditor.scss +9 -9
  82. package/src/uielement/component/settings/config/UiCPConfigPanelController.scss +24 -24
  83. package/src/uielement/component/settings/plugin/UiCustomPanelPluginGrid.scss +11 -11
  84. package/src/uielement/component/settings/plugin/UiCustomPanelPluginPanel.scss +30 -30
  85. package/src/uielement/component/settings/version/UiCPVersionPanel.scss +15 -15
  86. package/src/uielement/plugin/configPanel/AddBindingsPluginConfigPanelFormEditor.scss +29 -29
  87. package/src/uielement/plugin/configPanel/executeCommand/ExecuteCommandPluginConfigPanelFormEditor.scss +22 -22
  88. package/src/version.js +1 -1
@@ -1,218 +1,218 @@
1
- .x-treelist-item-icon {
2
- &.svg-icon {
3
- background-color: white;
4
- width: 24px;
5
- height: 24px;
6
- margin-top: 8px;
7
- margin-right: 5px;
8
- }
9
- &.svg-fa {
10
- background-color: white;
11
- width: 24px;
12
- height: 24px;
13
- margin-top: 8px;
14
- margin-right: 5px;
15
- }
16
- }
17
-
18
- .WorkspaceMenuView {
19
- z-index: 102;
20
- letter-spacing: 0;
21
-
22
- .x-treelist-item-icon,
23
- .x-treelist-item-tool {
24
- width: 32px;
25
- height: 25px;
26
- content: "x-fa fa-file";
27
-
28
- &.x-fa {
29
- background-color: transparent;
30
- color: lighten(lightgray, 5%);
31
- margin-top: 0px;
32
- }
33
-
34
- &.x-fas {
35
- background-color: transparent;
36
- color: lighten(lightgray, 5%);
37
- margin-top: 0px;
38
- }
39
-
40
- &.x-far {
41
- background-color: transparent;
42
- color: lighten(lightgray, 5%);
43
- margin-top: 0px;
44
- }
45
-
46
- &.fa {
47
- background-color: transparent;
48
- color: lighten(lightgray, 5%);
49
- margin-top: 0px;
50
- }
51
-
52
- &.svg-icon {
53
- background-color: lighten(lightgray, 5%);
54
- color: lighten(lightgray, 5%);
55
- }
56
-
57
- &.svg-fa {
58
- background-color: lighten(lightgray, 5%);
59
- color: lighten(lightgray, 5%);
60
- }
61
-
62
- .x-edge & {
63
- background-color: inherit;
64
- }
65
-
66
- :before {
67
- font-size: 20px;
68
- text-align: center;
69
- width: 44px;
70
- height: 20px;
71
- }
72
- }
73
-
74
- .x-treelist-item:hover {
75
- .x-treelist-item-icon {
76
- &.svg-icon {
77
- background-color: white;
78
- }
79
- &.svg-fa {
80
- background-color: white;
81
- }
82
- }
83
-
84
- .x-treelist-item-text {
85
- color: white;
86
- }
87
- }
88
-
89
- .x-treelist-toolstrip .x-treelist-item-tool:hover {
90
- background-color: white;
91
- }
92
-
93
- .x-treelist-item-text {
94
- margin-left: 40px;
95
- margin-right: 0;
96
- color: lighten(lightgray, 5%);
97
- font-size: 14px;
98
- line-height: 20px;
99
- font-weight: normal;
100
- white-space: pre-wrap;
101
- padding-bottom: 10px;
102
- padding-top: 10px;
103
- }
104
-
105
- .x-treelist-toolstrip {
106
- background-color: $base-color !important;
107
-
108
- .x-treelist-item-tool {
109
- width: 44px;
110
- height: 45px;
111
- }
112
- .x-treelist-item-tool.svg-fa {
113
- width: 42px;
114
- height: 29px;
115
- margin-top: 10px;
116
- }
117
-
118
- .x-treelist-floater {
119
- white-space: pre-wrap;
120
- }
121
- }
122
-
123
- .x-edge {
124
- .WorkspaceMenuView {
125
- .x-treelist-item-icon {
126
- margin-left: 5px;
127
- }
128
- }
129
- }
130
-
131
- .x-menu-body-default {
132
- padding: 0;
133
- }
134
-
135
- .x-treelist-nav {
136
- .x-treelist-item-text {
137
- color: #ffffff !important;
138
- line-height: 20px;
139
- white-space: pre-wrap;
140
- padding-bottom: 10px;
141
- padding-top: 10px;
142
- }
143
- }
144
- }
145
-
146
- .x-menu-body-default {
147
- .x-menu-item-icon-default {
148
- top: 4px;
149
- }
150
-
151
- .x-menu-item-default:hover {
152
- .x-menu-item-text-default {
153
- color: white;
154
- }
155
-
156
- .x-menu-item-icon {
157
- &.svg-icon {
158
- background-color: white;
159
- }
160
- &.svg-fa {
161
- background-color: white;
162
- }
163
- }
164
- }
165
- }
166
-
167
- .x-menu-item-icon {
168
- vertical-align: center;
169
-
170
- &.svg-icon {
171
- background-color: $base-color;
172
- mask-size: 100% !important;
173
- -webkit-mask-size: 100% !important;
174
- width: 24px;
175
- height: 24px;
176
- }
177
-
178
- &.svg-fa {
179
- background-color: $base-color;
180
- mask-size: 100% !important;
181
- -webkit-mask-size: 100% !important;
182
- width: 24px;
183
- height: 24px;
184
- }
185
- }
186
-
187
- .x-menu-body-default,
188
- .x-menu-item-icon-default {
189
- top: 4px;
190
- }
191
-
192
- .x-menu-item-icon-plus-menu,
193
- .x-menu-item-icon-default {
194
- left: 10px;
195
- }
196
-
197
- .x-menu-item-plus-menu:hover {
198
- .x-menu-item-icon {
199
- &.svg-icon {
200
- background-color: white;
201
- }
202
- &.svg-fa {
203
- background-color: white;
204
- }
205
- }
206
-
207
- .x-menu-item-text-plus-menu {
208
- color: white;
209
- }
210
- }
211
-
212
- .x-menu-item-icon-plus-menu {
213
- top: 4px;
214
- }
215
-
216
- .x-menu-body-plus-menu {
217
- padding: 0;
218
- }
1
+ .x-treelist-item-icon {
2
+ &.svg-icon {
3
+ background-color: white;
4
+ width: 24px;
5
+ height: 24px;
6
+ margin-top: 8px;
7
+ margin-right: 5px;
8
+ }
9
+ &.svg-fa {
10
+ background-color: white;
11
+ width: 24px;
12
+ height: 24px;
13
+ margin-top: 8px;
14
+ margin-right: 5px;
15
+ }
16
+ }
17
+
18
+ .WorkspaceMenuView {
19
+ z-index: 102;
20
+ letter-spacing: 0;
21
+
22
+ .x-treelist-item-icon,
23
+ .x-treelist-item-tool {
24
+ width: 32px;
25
+ height: 25px;
26
+ content: "x-fa fa-file";
27
+
28
+ &.x-fa {
29
+ background-color: transparent;
30
+ color: lighten(lightgray, 5%);
31
+ margin-top: 0px;
32
+ }
33
+
34
+ &.x-fas {
35
+ background-color: transparent;
36
+ color: lighten(lightgray, 5%);
37
+ margin-top: 0px;
38
+ }
39
+
40
+ &.x-far {
41
+ background-color: transparent;
42
+ color: lighten(lightgray, 5%);
43
+ margin-top: 0px;
44
+ }
45
+
46
+ &.fa {
47
+ background-color: transparent;
48
+ color: lighten(lightgray, 5%);
49
+ margin-top: 0px;
50
+ }
51
+
52
+ &.svg-icon {
53
+ background-color: lighten(lightgray, 5%);
54
+ color: lighten(lightgray, 5%);
55
+ }
56
+
57
+ &.svg-fa {
58
+ background-color: lighten(lightgray, 5%);
59
+ color: lighten(lightgray, 5%);
60
+ }
61
+
62
+ .x-edge & {
63
+ background-color: inherit;
64
+ }
65
+
66
+ :before {
67
+ font-size: 20px;
68
+ text-align: center;
69
+ width: 44px;
70
+ height: 20px;
71
+ }
72
+ }
73
+
74
+ .x-treelist-item:hover {
75
+ .x-treelist-item-icon {
76
+ &.svg-icon {
77
+ background-color: white;
78
+ }
79
+ &.svg-fa {
80
+ background-color: white;
81
+ }
82
+ }
83
+
84
+ .x-treelist-item-text {
85
+ color: white;
86
+ }
87
+ }
88
+
89
+ .x-treelist-toolstrip .x-treelist-item-tool:hover {
90
+ background-color: white;
91
+ }
92
+
93
+ .x-treelist-item-text {
94
+ margin-left: 40px;
95
+ margin-right: 0;
96
+ color: lighten(lightgray, 5%);
97
+ font-size: 14px;
98
+ line-height: 20px;
99
+ font-weight: normal;
100
+ white-space: pre-wrap;
101
+ padding-bottom: 10px;
102
+ padding-top: 10px;
103
+ }
104
+
105
+ .x-treelist-toolstrip {
106
+ background-color: $base-color !important;
107
+
108
+ .x-treelist-item-tool {
109
+ width: 44px;
110
+ height: 45px;
111
+ }
112
+ .x-treelist-item-tool.svg-fa {
113
+ width: 42px;
114
+ height: 29px;
115
+ margin-top: 10px;
116
+ }
117
+
118
+ .x-treelist-floater {
119
+ white-space: pre-wrap;
120
+ }
121
+ }
122
+
123
+ .x-edge {
124
+ .WorkspaceMenuView {
125
+ .x-treelist-item-icon {
126
+ margin-left: 5px;
127
+ }
128
+ }
129
+ }
130
+
131
+ .x-menu-body-default {
132
+ padding: 0;
133
+ }
134
+
135
+ .x-treelist-nav {
136
+ .x-treelist-item-text {
137
+ color: #ffffff !important;
138
+ line-height: 20px;
139
+ white-space: pre-wrap;
140
+ padding-bottom: 10px;
141
+ padding-top: 10px;
142
+ }
143
+ }
144
+ }
145
+
146
+ .x-menu-body-default {
147
+ .x-menu-item-icon-default {
148
+ top: 4px;
149
+ }
150
+
151
+ .x-menu-item-default:hover {
152
+ .x-menu-item-text-default {
153
+ color: white;
154
+ }
155
+
156
+ .x-menu-item-icon {
157
+ &.svg-icon {
158
+ background-color: white;
159
+ }
160
+ &.svg-fa {
161
+ background-color: white;
162
+ }
163
+ }
164
+ }
165
+ }
166
+
167
+ .x-menu-item-icon {
168
+ vertical-align: center;
169
+
170
+ &.svg-icon {
171
+ background-color: $base-color;
172
+ mask-size: 100% !important;
173
+ -webkit-mask-size: 100% !important;
174
+ width: 24px;
175
+ height: 24px;
176
+ }
177
+
178
+ &.svg-fa {
179
+ background-color: $base-color;
180
+ mask-size: 100% !important;
181
+ -webkit-mask-size: 100% !important;
182
+ width: 24px;
183
+ height: 24px;
184
+ }
185
+ }
186
+
187
+ .x-menu-body-default,
188
+ .x-menu-item-icon-default {
189
+ top: 4px;
190
+ }
191
+
192
+ .x-menu-item-icon-plus-menu,
193
+ .x-menu-item-icon-default {
194
+ left: 10px;
195
+ }
196
+
197
+ .x-menu-item-plus-menu:hover {
198
+ .x-menu-item-icon {
199
+ &.svg-icon {
200
+ background-color: white;
201
+ }
202
+ &.svg-fa {
203
+ background-color: white;
204
+ }
205
+ }
206
+
207
+ .x-menu-item-text-plus-menu {
208
+ color: white;
209
+ }
210
+ }
211
+
212
+ .x-menu-item-icon-plus-menu {
213
+ top: 4px;
214
+ }
215
+
216
+ .x-menu-body-plus-menu {
217
+ padding: 0;
218
+ }
@@ -1,14 +1,14 @@
1
- .windowHolderTab {
2
- border:1px solid #f0f0f0;
3
- &:hover {
4
- border:1px solid gray;
5
- };
6
- .x-btn-over {
7
- background-color: transparent!important;
8
- }
9
- .x-btn {
10
- &:hover > * {
11
- background-color: transparent!important;
12
- }
13
- }
1
+ .windowHolderTab {
2
+ border:1px solid #f0f0f0;
3
+ &:hover {
4
+ border:1px solid gray;
5
+ };
6
+ .x-btn-over {
7
+ background-color: transparent!important;
8
+ }
9
+ .x-btn {
10
+ &:hover > * {
11
+ background-color: transparent!important;
12
+ }
13
+ }
14
14
  }
@@ -1,9 +1,9 @@
1
- .fileLink{
2
- white-space: nowrap;
3
- overflow: hidden;
4
- text-overflow: ellipsis;
5
- background-color: #e0e0e0;
6
- padding: 2px;
7
- margin-bottom: 4px;
8
- border-radius: 3px 3px 3px 3px;
1
+ .fileLink{
2
+ white-space: nowrap;
3
+ overflow: hidden;
4
+ text-overflow: ellipsis;
5
+ background-color: #e0e0e0;
6
+ padding: 2px;
7
+ margin-bottom: 4px;
8
+ border-radius: 3px 3px 3px 3px;
9
9
  }
@@ -1,7 +1,7 @@
1
- .BoundListPagingToolbar {
2
- .no-min-width-field {
3
- > .x-form-text-field-body-default {
4
- min-width: 40px !important;
5
- }
6
- }
7
- }
1
+ .BoundListPagingToolbar {
2
+ .no-min-width-field {
3
+ > .x-form-text-field-body-default {
4
+ min-width: 40px !important;
5
+ }
6
+ }
7
+ }
@@ -1,16 +1,16 @@
1
- .errorWindow {
2
- .errorMessage {
3
- pre {
4
- font-size: 1em;
5
- white-space: pre-wrap;
6
- word-wrap: break-word;
7
- }
8
- }
9
- .fullErrorText {
10
- pre {
11
- white-space: pre-wrap;
12
- }
13
-
14
- }
15
-
1
+ .errorWindow {
2
+ .errorMessage {
3
+ pre {
4
+ font-size: 1em;
5
+ white-space: pre-wrap;
6
+ word-wrap: break-word;
7
+ }
8
+ }
9
+ .fullErrorText {
10
+ pre {
11
+ white-space: pre-wrap;
12
+ }
13
+
14
+ }
15
+
16
16
  }
@@ -1,85 +1,85 @@
1
- .ParameterizedReportCombo{
2
-
3
- .combo-box-container {
4
- display: inline-block;
5
- max-width: 800px;
6
- background-color: white;
7
- border: 1px solid lightgray;
8
- box-shadow: 0 4px 8px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
9
- }
10
-
11
- .headercontant {
12
- display: flex;
13
- flex-direction: row;
14
- justify-content: center;
15
- }
16
-
17
- .tag {
18
- padding-left: 10px;
19
- color: lightgray;
20
- }
21
- .youmeant {
22
- color: lightgray;
23
- min-width:125px
24
- }
25
-
26
- .sectionLabel {
27
- color: lightgray;
28
- }
29
-
30
- .headerresults {
31
- display: flex;
32
- flex-direction: row;
33
- justify-content: right;
34
- }
35
- .tag.youmeant.results {
36
- color: lightgray;
37
- }
38
-
39
- .header {
40
- display: grid;
41
- grid-template-columns: 2fr 5fr 2fr;
42
- grid-template-rows: fit-content;
43
- grid-gap: .5em;
44
- padding: 5px;
45
- }
46
-
47
- .inn {
48
- display: flex;
49
- flex-direction: row;
50
- justify-content: left;
51
- }
52
-
53
- .tablecell {
54
- display: grid;
55
- grid-template-columns: 2fr 1fr;
56
- grid-template-rows: fit-content;
57
- grid-gap: .5em;
58
- padding: 3px;
59
- padding-top: 10px;
60
- border-top: 1px solid whitesmoke;
61
- cursor: hand;
62
- }
63
-
64
- .contacttablecell {
65
- display: grid;
66
- grid-template-columns: 3fr 2fr 2fr;
67
- grid-template-rows: fit-content;
68
- grid-gap: .5em;
69
- padding: 3px;
70
- padding-top: 10px;
71
- border-top: 1px solid whitesmoke;
72
- cursor: hand;
73
- }
74
-
75
- .headname {
76
- text-align: right;
77
- color: steelblue;
78
- }
79
-
80
- .customer {
81
- font-weight: 600;
82
- color: steelblue;
83
- font-size: 1.2em;
84
- }
85
- }
1
+ .ParameterizedReportCombo{
2
+
3
+ .combo-box-container {
4
+ display: inline-block;
5
+ max-width: 800px;
6
+ background-color: white;
7
+ border: 1px solid lightgray;
8
+ box-shadow: 0 4px 8px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
9
+ }
10
+
11
+ .headercontant {
12
+ display: flex;
13
+ flex-direction: row;
14
+ justify-content: center;
15
+ }
16
+
17
+ .tag {
18
+ padding-left: 10px;
19
+ color: lightgray;
20
+ }
21
+ .youmeant {
22
+ color: lightgray;
23
+ min-width:125px
24
+ }
25
+
26
+ .sectionLabel {
27
+ color: lightgray;
28
+ }
29
+
30
+ .headerresults {
31
+ display: flex;
32
+ flex-direction: row;
33
+ justify-content: right;
34
+ }
35
+ .tag.youmeant.results {
36
+ color: lightgray;
37
+ }
38
+
39
+ .header {
40
+ display: grid;
41
+ grid-template-columns: 2fr 5fr 2fr;
42
+ grid-template-rows: fit-content;
43
+ grid-gap: .5em;
44
+ padding: 5px;
45
+ }
46
+
47
+ .inn {
48
+ display: flex;
49
+ flex-direction: row;
50
+ justify-content: left;
51
+ }
52
+
53
+ .tablecell {
54
+ display: grid;
55
+ grid-template-columns: 2fr 1fr;
56
+ grid-template-rows: fit-content;
57
+ grid-gap: .5em;
58
+ padding: 3px;
59
+ padding-top: 10px;
60
+ border-top: 1px solid whitesmoke;
61
+ cursor: hand;
62
+ }
63
+
64
+ .contacttablecell {
65
+ display: grid;
66
+ grid-template-columns: 3fr 2fr 2fr;
67
+ grid-template-rows: fit-content;
68
+ grid-gap: .5em;
69
+ padding: 3px;
70
+ padding-top: 10px;
71
+ border-top: 1px solid whitesmoke;
72
+ cursor: hand;
73
+ }
74
+
75
+ .headname {
76
+ text-align: right;
77
+ color: steelblue;
78
+ }
79
+
80
+ .customer {
81
+ font-weight: 600;
82
+ color: steelblue;
83
+ font-size: 1.2em;
84
+ }
85
+ }