@sapui5/sap.suite.ui.commons 1.145.1 → 1.147.0
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/package.json +1 -1
- package/src/sap/suite/ui/commons/.library +1 -1
- package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilder.js +83 -4
- package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +87 -14
- package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderInput.js +11 -0
- package/src/sap/suite/ui/commons/CalculationBuilderItem.js +16 -3
- package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
- package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
- package/src/sap/suite/ui/commons/ControlProxy.js +7 -4
- package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
- package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
- package/src/sap/suite/ui/commons/ProcessFlowRenderer.js +3 -0
- package/src/sap/suite/ui/commons/collaboration/ContactHelper.js +5 -1
- package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +10 -10
- package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +12 -10
- package/src/sap/suite/ui/commons/collaboration/ServiceContainer.js +12 -2
- package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +9 -6
- package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/library.js +4 -4
- package/src/sap/suite/ui/commons/messagebundle.properties +16 -8
- package/src/sap/suite/ui/commons/messagebundle_ar.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_bg.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ca.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_cnr.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_cs.properties +7 -1
- package/src/sap/suite/ui/commons/messagebundle_cy.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_da.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_de.properties +8 -2
- package/src/sap/suite/ui/commons/messagebundle_el.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_en.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +9 -5
- package/src/sap/suite/ui/commons/messagebundle_es.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_et.properties +6 -0
- package/src/sap/suite/ui/commons/messagebundle_fi.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_fr.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_hi.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_hr.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_hu.properties +9 -3
- package/src/sap/suite/ui/commons/messagebundle_id.properties +12 -6
- package/src/sap/suite/ui/commons/messagebundle_it.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_iw.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ja.properties +9 -3
- package/src/sap/suite/ui/commons/messagebundle_kk.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_ko.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_lt.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_lv.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_mk.properties +9 -3
- package/src/sap/suite/ui/commons/messagebundle_ms.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_nl.properties +8 -2
- package/src/sap/suite/ui/commons/messagebundle_no.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_pl.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_pt.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ro.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ru.properties +12 -6
- package/src/sap/suite/ui/commons/messagebundle_sh.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_sk.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_sl.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_sr.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_sv.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_th.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_tr.properties +8 -2
- package/src/sap/suite/ui/commons/messagebundle_uk.properties +14 -8
- package/src/sap/suite/ui/commons/messagebundle_vi.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +11 -5
- package/src/sap/suite/ui/commons/networkgraph/Graph.js +149 -40
- package/src/sap/suite/ui/commons/networkgraph/GraphMap.js +25 -3
- package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +332 -13
- package/src/sap/suite/ui/commons/networkgraph/Line.js +110 -12
- package/src/sap/suite/ui/commons/networkgraph/Node.js +67 -5
- package/src/sap/suite/ui/commons/networkgraph/Utils.js +249 -10
- package/src/sap/suite/ui/commons/networkgraph/layout/NoopLayout.js +55 -8
- package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +34 -4
- package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +230 -82
- package/src/sap/suite/ui/commons/networkgraph/util/DragDropManager.js +52 -50
- package/src/sap/suite/ui/commons/networkgraph/util/PortManager.js +12 -3
- package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
- package/src/sap/suite/ui/commons/themes/base/BusinessCard.less +5 -4
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilder.less +33 -24
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderExpression.less +40 -31
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderInput.less +26 -10
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderItem.less +76 -63
- package/src/sap/suite/ui/commons/themes/base/ChartContainer.less +8 -11
- package/src/sap/suite/ui/commons/themes/base/ChartTile.less +5 -8
- package/src/sap/suite/ui/commons/themes/base/CollaborationPopover.less +116 -106
- package/src/sap/suite/ui/commons/themes/base/DateRangeScroller.less +5 -5
- package/src/sap/suite/ui/commons/themes/base/DateRangeSliderInternal.less +9 -10
- package/src/sap/suite/ui/commons/themes/base/FacetOverview.less +9 -10
- package/src/sap/suite/ui/commons/themes/base/FeedItemHeader.less +9 -12
- package/src/sap/suite/ui/commons/themes/base/FeedTile.less +23 -27
- package/src/sap/suite/ui/commons/themes/base/GenericTile2X2.less +15 -15
- package/src/sap/suite/ui/commons/themes/base/HeaderCell.less +7 -6
- package/src/sap/suite/ui/commons/themes/base/HeaderContainer.less +35 -37
- package/src/sap/suite/ui/commons/themes/base/ImageEditor.less +28 -10
- package/src/sap/suite/ui/commons/themes/base/ImageEditorContainer.less +29 -22
- package/src/sap/suite/ui/commons/themes/base/InfoTile.less +10 -4
- package/src/sap/suite/ui/commons/themes/base/InfoTileSize.less +5 -4
- package/src/sap/suite/ui/commons/themes/base/KpiTile.less +10 -11
- package/src/sap/suite/ui/commons/themes/base/LaunchTile.less +9 -8
- package/src/sap/suite/ui/commons/themes/base/LinkActionSheet.less +14 -43
- package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +51 -47
- package/src/sap/suite/ui/commons/themes/base/MonitoringContent.less +5 -5
- package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +57 -62
- package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +61 -65
- package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -55
- package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +3 -0
- package/src/sap/suite/ui/commons/themes/base/NetworkTooltip.less +21 -25
- package/src/sap/suite/ui/commons/themes/base/NoteTaker.less +13 -18
- package/src/sap/suite/ui/commons/themes/base/NoteTakerCard.less +26 -27
- package/src/sap/suite/ui/commons/themes/base/NoteTakerFeeder.less +22 -44
- package/src/sap/suite/ui/commons/themes/base/NumericTile.less +7 -5
- package/src/sap/suite/ui/commons/themes/base/PictureZoomIn.less +6 -5
- package/src/sap/suite/ui/commons/themes/base/ProcessFlow.less +57 -76
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnection.less +71 -17
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnectionLabel.less +9 -13
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowLaneHeader.less +37 -96
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowNode.less +219 -238
- package/src/sap/suite/ui/commons/themes/base/SemanticColorMixins.less +55 -0
- package/src/sap/suite/ui/commons/themes/base/SplitButton.less +7 -20
- package/src/sap/suite/ui/commons/themes/base/StatusIndicator.less +10 -9
- package/src/sap/suite/ui/commons/themes/base/TAccount.less +78 -73
- package/src/sap/suite/ui/commons/themes/base/TargetFilter.less +50 -58
- package/src/sap/suite/ui/commons/themes/base/ThingCollection.less +18 -13
- package/src/sap/suite/ui/commons/themes/base/ThreePanelThingViewer.less +14 -14
- package/src/sap/suite/ui/commons/themes/base/TileContent2X2.less +9 -13
- package/src/sap/suite/ui/commons/themes/base/Timeline.less +16 -19
- package/src/sap/suite/ui/commons/themes/base/TimelineItem.less +95 -103
- package/src/sap/suite/ui/commons/themes/base/UnifiedThingGroup.less +7 -9
- package/src/sap/suite/ui/commons/themes/base/UnifiedThingInspector.less +12 -9
- package/src/sap/suite/ui/commons/themes/base/VerticalNavigationBar.less +10 -15
- package/src/sap/suite/ui/commons/themes/base/ViewRepeater.less +8 -9
- package/src/sap/suite/ui/commons/themes/base/library.source.less +0 -2
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/MicroProcessFlow.less +9 -3
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowNode.less +158 -102
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/MicroProcessFlow.less +9 -3
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowNode.less +157 -101
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowNode.less +147 -101
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowNode.less +158 -102
- package/src/sap/suite/ui/commons/themes/sap_horizon/MicroProcessFlow.less +5 -0
- package/src/sap/suite/ui/commons/themes/sap_horizon/NetworkLine.less +12 -8
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnectionLabel.less +154 -133
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowLaneHeader.less +30 -32
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowNode.less +113 -214
- package/src/sap/suite/ui/commons/themes/sap_horizon/TimelineItem.less +43 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/MicroProcessFlow.less +5 -0
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/NetworkLine.less +12 -12
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnectionLabel.less +154 -133
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowNode.less +114 -216
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/MicroProcessFlow.less +4 -4
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnectionLabel.less +153 -131
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowNode.less +159 -103
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/MicroProcessFlow.less +4 -4
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnection.less +16 -9
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnectionLabel.less +153 -131
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowNode.less +157 -101
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/windowmessages/CollaborationMessageConsumer.js +3 -3
- package/src/sap/suite/ui/commons/themes/base/DateRangeSlider.less +0 -3
- package/src/sap/suite/ui/commons/themes/base/MonitoringTile.less +0 -3
|
@@ -1,33 +1,34 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for sap.suite.ui.commons/ProcessFlowNode
|
|
3
|
-
/* Base
|
|
4
|
-
/*
|
|
1
|
+
/* ===================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/ProcessFlowNode */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ===================================================== */
|
|
5
5
|
|
|
6
6
|
/* border styles */
|
|
7
7
|
.sapSuiteUiCommonsProcessFlowNode1BorderStyle {
|
|
8
8
|
border-right: none !important;
|
|
9
9
|
border-bottom: none !important;
|
|
10
10
|
}
|
|
11
|
+
|
|
11
12
|
.sapSuiteUiCommonsProcessFlowNode1FoldedBorderStyle {
|
|
12
13
|
border-style: none;
|
|
13
14
|
}
|
|
15
|
+
|
|
14
16
|
.sapSuiteUiCommonsProcessFlowNode2BorderStyle {
|
|
15
17
|
border-left: none !important;
|
|
16
18
|
border-bottom: none !important;
|
|
17
19
|
}
|
|
20
|
+
|
|
18
21
|
.sapSuiteUiCommonsProcessFlowNode3BorderStyle {
|
|
19
22
|
border-top: none !important;
|
|
20
23
|
}
|
|
21
24
|
|
|
22
|
-
|
|
25
|
+
/* ----------------------------------------------------------------*/
|
|
23
26
|
/* font faces */
|
|
24
|
-
|
|
27
|
+
/* ----------------------------------------------------------------*/
|
|
25
28
|
@font-face {
|
|
26
29
|
/* used for folded corner */
|
|
27
30
|
font-family: 'PFBusinessSuiteInAppSymbols';
|
|
28
|
-
src: url('fonts/PFBusinessSuiteInAppSymbols.
|
|
29
|
-
src: url('fonts/PFBusinessSuiteInAppSymbols.eot?#iefix') format('embedded-opentype'),
|
|
30
|
-
url('fonts/PFBusinessSuiteInAppSymbols.ttf') format('truetype');
|
|
31
|
+
src: url('fonts/PFBusinessSuiteInAppSymbols.ttf') format('truetype');
|
|
31
32
|
font-weight: normal;
|
|
32
33
|
font-style: normal;
|
|
33
34
|
font-stretch: normal;
|
|
@@ -46,25 +47,17 @@
|
|
|
46
47
|
float: left;
|
|
47
48
|
display: block;
|
|
48
49
|
position: relative;
|
|
49
|
-
margin:
|
|
50
|
-
padding:
|
|
50
|
+
margin: 0;
|
|
51
|
+
padding: 0;
|
|
51
52
|
box-sizing: border-box;
|
|
52
|
-
-moz-box-sizing: border-box;
|
|
53
|
-
-webkit-box-sizing: border-box;
|
|
54
|
-
user-select: none;
|
|
55
|
-
-ms-user-select: none;
|
|
56
|
-
-moz-user-select: none;
|
|
57
53
|
-webkit-user-select: none;
|
|
54
|
+
user-select: none;
|
|
58
55
|
-webkit-user-drag: none;
|
|
59
56
|
-webkit-touch-callout: none;
|
|
60
|
-
|
|
61
|
-
-ms-touch-select: none;
|
|
57
|
+
transition: transform 0ms;
|
|
62
58
|
touch-action: manipulation;
|
|
63
|
-
text-size-adjust: none;
|
|
64
|
-
-ms-text-autospace: none;
|
|
65
|
-
-ms-text-size-adjust: none;
|
|
66
|
-
-moz-text-size-adjust: none;
|
|
67
59
|
-webkit-text-size-adjust: none;
|
|
60
|
+
text-size-adjust: none;
|
|
68
61
|
}
|
|
69
62
|
|
|
70
63
|
/* ----- */
|
|
@@ -75,41 +68,44 @@
|
|
|
75
68
|
float: left;
|
|
76
69
|
display: block;
|
|
77
70
|
position: relative;
|
|
78
|
-
margin:
|
|
79
|
-
padding:
|
|
71
|
+
margin: 0;
|
|
72
|
+
padding: 0;
|
|
80
73
|
width: 11rem;
|
|
81
74
|
min-width: 11rem;
|
|
82
75
|
max-width: 11rem;
|
|
83
76
|
}
|
|
77
|
+
|
|
84
78
|
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 {
|
|
85
79
|
clear: both;
|
|
86
80
|
float: left;
|
|
87
81
|
display: block;
|
|
88
82
|
position: relative;
|
|
89
|
-
margin:
|
|
90
|
-
padding:
|
|
83
|
+
margin: 0;
|
|
84
|
+
padding: 0;
|
|
91
85
|
width: 9rem;
|
|
92
86
|
min-width: 9rem;
|
|
93
87
|
max-width: 9rem;
|
|
94
88
|
}
|
|
89
|
+
|
|
95
90
|
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 {
|
|
96
91
|
clear: both;
|
|
97
92
|
float: left;
|
|
98
93
|
display: block;
|
|
99
94
|
position: relative;
|
|
100
|
-
margin:
|
|
101
|
-
padding:
|
|
95
|
+
margin: 0;
|
|
96
|
+
padding: 0;
|
|
102
97
|
width: 6.5rem;
|
|
103
98
|
min-width: 6.5rem;
|
|
104
99
|
max-width: 6.5rem;
|
|
105
100
|
}
|
|
101
|
+
|
|
106
102
|
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 {
|
|
107
103
|
clear: both;
|
|
108
104
|
float: left;
|
|
109
105
|
display: block;
|
|
110
106
|
position: relative;
|
|
111
107
|
margin-bottom: 0.3125rem;
|
|
112
|
-
padding:
|
|
108
|
+
padding: 0;
|
|
113
109
|
width: 3rem;
|
|
114
110
|
min-width: 3rem;
|
|
115
111
|
max-width: 3rem;
|
|
@@ -118,11 +114,6 @@
|
|
|
118
114
|
max-height: 3.75rem;
|
|
119
115
|
}
|
|
120
116
|
|
|
121
|
-
/*IE doesn't support rem values for line-height but it's need by other browsers*/
|
|
122
|
-
html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 {
|
|
123
|
-
line-height: 3.75rem;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
117
|
/* ----- */
|
|
127
118
|
/* node1 */
|
|
128
119
|
/* ----- */
|
|
@@ -130,14 +121,14 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode0ZoomLeve
|
|
|
130
121
|
.sapSuiteUiCommonsProcessFlowNode1ZoomLevel2,
|
|
131
122
|
.sapSuiteUiCommonsProcessFlowNode1ZoomLevel1 > .sapUiIcon,
|
|
132
123
|
.sapSuiteUiCommonsProcessFlowNode1ZoomLevel2 > .sapUiIcon,
|
|
133
|
-
.sapSuiteUiCommonsProcessFlowNode1ZoomLevel1 > .sapUiIcon
|
|
134
|
-
.sapSuiteUiCommonsProcessFlowNode1ZoomLevel2 > .sapUiIcon
|
|
124
|
+
.sapSuiteUiCommonsProcessFlowNode1ZoomLevel1 > .sapUiIcon::before,
|
|
125
|
+
.sapSuiteUiCommonsProcessFlowNode1ZoomLevel2 > .sapUiIcon::before {
|
|
135
126
|
clear: both;
|
|
136
127
|
float: left;
|
|
137
128
|
display: block;
|
|
138
129
|
position: relative;
|
|
139
|
-
margin:
|
|
140
|
-
padding:
|
|
130
|
+
margin: 0;
|
|
131
|
+
padding: 0;
|
|
141
132
|
font-weight: normal;
|
|
142
133
|
font-style: normal;
|
|
143
134
|
font-stretch: normal;
|
|
@@ -154,42 +145,18 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode0ZoomLeve
|
|
|
154
145
|
font-size: @sapMFontLargeSize;
|
|
155
146
|
}
|
|
156
147
|
|
|
157
|
-
/*IE doesn't support rem values for line-height but it's need by other browsers*/
|
|
158
|
-
html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode1ZoomLevel1 > .sapUiIcon,
|
|
159
|
-
html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode1ZoomLevel2 > .sapUiIcon,
|
|
160
|
-
html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode1ZoomLevel1 > .sapUiIcon:before,
|
|
161
|
-
html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode1ZoomLevel2 > .sapUiIcon:before {
|
|
162
|
-
line-height: 1rem;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
/*Fix that substitute the line-height for IE, it's not needed for IE but it's for IE in WP. Anyway works fine in
|
|
166
|
-
all IE versions*/
|
|
167
|
-
html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel1 > .sapUiIcon,
|
|
168
|
-
html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel2 > .sapUiIcon,
|
|
169
|
-
html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel1 > .sapUiIcon:before,
|
|
170
|
-
html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel2 > .sapUiIcon:before {
|
|
171
|
-
width: 1.25rem;
|
|
172
|
-
min-width: 1.25rem;
|
|
173
|
-
max-width: 1.25rem;
|
|
174
|
-
height: 1.28rem;
|
|
175
|
-
min-height: 1.28rem;
|
|
176
|
-
max-height: 1.28rem;
|
|
177
|
-
margin-left: -0.05rem;
|
|
178
|
-
margin-top: -0.04rem;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
148
|
.sapSuiteUiCommonsProcessFlowNode1ZoomLevel3,
|
|
182
149
|
.sapSuiteUiCommonsProcessFlowNode1ZoomLevel4,
|
|
183
150
|
.sapSuiteUiCommonsProcessFlowNode1ZoomLevel3 > .sapUiIcon,
|
|
184
151
|
.sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .sapUiIcon,
|
|
185
|
-
.sapSuiteUiCommonsProcessFlowNode1ZoomLevel3 > .sapUiIcon
|
|
186
|
-
.sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .sapUiIcon
|
|
152
|
+
.sapSuiteUiCommonsProcessFlowNode1ZoomLevel3 > .sapUiIcon::before,
|
|
153
|
+
.sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .sapUiIcon::before {
|
|
187
154
|
clear: both;
|
|
188
155
|
float: left;
|
|
189
156
|
display: block;
|
|
190
157
|
position: relative;
|
|
191
|
-
margin:
|
|
192
|
-
padding:
|
|
158
|
+
margin: 0;
|
|
159
|
+
padding: 0;
|
|
193
160
|
font-weight: normal;
|
|
194
161
|
font-style: normal;
|
|
195
162
|
font-stretch: normal;
|
|
@@ -206,30 +173,6 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel2 > .
|
|
|
206
173
|
font-size: @sapMFontSmallSize
|
|
207
174
|
}
|
|
208
175
|
|
|
209
|
-
/*IE doesn't support rem values for line-height but it's need by other browsers*/
|
|
210
|
-
html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode1ZoomLevel3 > .sapUiIcon,
|
|
211
|
-
html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .sapUiIcon,
|
|
212
|
-
html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode1ZoomLevel3 > .sapUiIcon:before,
|
|
213
|
-
html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .sapUiIcon:before {
|
|
214
|
-
line-height: 0.75rem;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
/*Fix that substitute the line-height for IE, it's not needed for IE but it's for IE in WP. Anyway works fine in
|
|
218
|
-
all IE versions*/
|
|
219
|
-
html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel3 > .sapUiIcon,
|
|
220
|
-
html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .sapUiIcon,
|
|
221
|
-
html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel3 > .sapUiIcon:before,
|
|
222
|
-
html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .sapUiIcon:before {
|
|
223
|
-
width: 0.78rem;
|
|
224
|
-
min-width: 0.78rem;
|
|
225
|
-
max-width: 0.78rem;
|
|
226
|
-
height: 0.81rem;
|
|
227
|
-
min-height: 0.81rem;
|
|
228
|
-
max-height: 0.81rem;
|
|
229
|
-
margin-left: -0.015rem;
|
|
230
|
-
margin-top: -0.03rem;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
176
|
/* ----- */
|
|
234
177
|
/* node2 */
|
|
235
178
|
/* ----- */
|
|
@@ -238,8 +181,8 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
238
181
|
float: left;
|
|
239
182
|
display: block;
|
|
240
183
|
position: relative;
|
|
241
|
-
margin:
|
|
242
|
-
padding:
|
|
184
|
+
margin: 0;
|
|
185
|
+
padding: 0;
|
|
243
186
|
width: 10rem;
|
|
244
187
|
min-width: 10rem;
|
|
245
188
|
max-width: 10rem;
|
|
@@ -249,13 +192,14 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
249
192
|
line-height: 1rem;
|
|
250
193
|
overflow: hidden;
|
|
251
194
|
}
|
|
195
|
+
|
|
252
196
|
.sapSuiteUiCommonsProcessFlowNode2ZoomLevel2 {
|
|
253
197
|
clear: none;
|
|
254
198
|
float: left;
|
|
255
199
|
display: block;
|
|
256
200
|
position: relative;
|
|
257
|
-
margin:
|
|
258
|
-
padding:
|
|
201
|
+
margin: 0;
|
|
202
|
+
padding: 0;
|
|
259
203
|
width: 8rem;
|
|
260
204
|
min-width: 8rem;
|
|
261
205
|
max-width: 8rem;
|
|
@@ -265,13 +209,14 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
265
209
|
line-height: 1rem;
|
|
266
210
|
overflow: hidden;
|
|
267
211
|
}
|
|
212
|
+
|
|
268
213
|
.sapSuiteUiCommonsProcessFlowNode2ZoomLevel3 {
|
|
269
214
|
clear: none;
|
|
270
215
|
float: left;
|
|
271
216
|
display: block;
|
|
272
217
|
position: relative;
|
|
273
|
-
margin:
|
|
274
|
-
padding:
|
|
218
|
+
margin: 0;
|
|
219
|
+
padding: 0;
|
|
275
220
|
width: 5.75rem;
|
|
276
221
|
min-width: 5.75rem;
|
|
277
222
|
max-width: 5.75rem;
|
|
@@ -281,13 +226,14 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
281
226
|
line-height: 0.75rem;
|
|
282
227
|
overflow: hidden;
|
|
283
228
|
}
|
|
229
|
+
|
|
284
230
|
.sapSuiteUiCommonsProcessFlowNode2ZoomLevel4 {
|
|
285
231
|
clear: none;
|
|
286
232
|
float: left;
|
|
287
233
|
display: block;
|
|
288
234
|
position: relative;
|
|
289
|
-
margin:
|
|
290
|
-
padding:
|
|
235
|
+
margin: 0;
|
|
236
|
+
padding: 0;
|
|
291
237
|
width: 2.25rem;
|
|
292
238
|
min-width: 2.25rem;
|
|
293
239
|
max-width: 2.25rem;
|
|
@@ -306,32 +252,34 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
306
252
|
float: left;
|
|
307
253
|
display: block;
|
|
308
254
|
position: relative;
|
|
309
|
-
margin:
|
|
310
|
-
padding:
|
|
255
|
+
margin: 0;
|
|
256
|
+
padding: 0 0.9375rem 0.9375rem 0.9375rem;
|
|
311
257
|
width: 11rem;
|
|
312
258
|
min-width: 11rem;
|
|
313
259
|
max-width: 11rem;
|
|
314
260
|
overflow: hidden;
|
|
315
261
|
}
|
|
262
|
+
|
|
316
263
|
.sapSuiteUiCommonsProcessFlowNode3ZoomLevel2 {
|
|
317
264
|
clear: both;
|
|
318
265
|
float: left;
|
|
319
266
|
display: block;
|
|
320
267
|
position: relative;
|
|
321
|
-
margin:
|
|
322
|
-
padding:
|
|
268
|
+
margin: 0;
|
|
269
|
+
padding: 0 0.9375rem 0.9375rem 0.9375rem;
|
|
323
270
|
width: 9rem;
|
|
324
271
|
min-width: 9rem;
|
|
325
272
|
max-width: 9rem;
|
|
326
273
|
overflow: hidden;
|
|
327
274
|
}
|
|
275
|
+
|
|
328
276
|
.sapSuiteUiCommonsProcessFlowNode3ZoomLevel3 {
|
|
329
277
|
clear: both;
|
|
330
278
|
float: left;
|
|
331
279
|
display: block;
|
|
332
280
|
position: relative;
|
|
333
|
-
margin:
|
|
334
|
-
padding:
|
|
281
|
+
margin: 0;
|
|
282
|
+
padding: 0 0.6875rem 0.6875rem 0.6875rem;
|
|
335
283
|
width: 6.5rem;
|
|
336
284
|
min-width: 6.5rem;
|
|
337
285
|
max-width: 6.5rem;
|
|
@@ -343,8 +291,8 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
343
291
|
float: left;
|
|
344
292
|
display: block;
|
|
345
293
|
position: relative;
|
|
346
|
-
margin:
|
|
347
|
-
padding:
|
|
294
|
+
margin: 0;
|
|
295
|
+
padding: 0;
|
|
348
296
|
width: 3rem;
|
|
349
297
|
min-width: 3rem;
|
|
350
298
|
max-width: 3rem;
|
|
@@ -356,21 +304,26 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
356
304
|
}
|
|
357
305
|
|
|
358
306
|
.sapSuiteUiCommonsProcessFlowNodeCustom {
|
|
307
|
+
|
|
359
308
|
.sapSuiteUiCommonsProcessFlowNode3ZoomLevel1 {
|
|
360
309
|
height: 12.8125rem;
|
|
361
310
|
}
|
|
311
|
+
|
|
362
312
|
.sapSuiteUiCommonsProcessFlowNode3ZoomLevel2 {
|
|
363
313
|
height: 11.1875rem;
|
|
364
314
|
}
|
|
315
|
+
|
|
365
316
|
.sapSuiteUiCommonsProcessFlowNode3ZoomLevel3 {
|
|
366
317
|
height: 7.25rem;
|
|
367
318
|
}
|
|
319
|
+
|
|
368
320
|
.sapSuiteUiCommonsProcessFlowNode3ZoomLevel4 {
|
|
369
321
|
height: 3rem;
|
|
370
|
-
padding:
|
|
322
|
+
padding: 0 0.4375rem 0.75rem 0.4375rem;
|
|
371
323
|
line-height: normal;
|
|
372
324
|
}
|
|
373
325
|
}
|
|
326
|
+
|
|
374
327
|
/*---------------*/
|
|
375
328
|
/* folded corner */
|
|
376
329
|
/*---------------*/
|
|
@@ -380,8 +333,8 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
380
333
|
float: left;
|
|
381
334
|
display: block;
|
|
382
335
|
position: relative;
|
|
383
|
-
margin:
|
|
384
|
-
padding:
|
|
336
|
+
margin: 0;
|
|
337
|
+
padding: 0;
|
|
385
338
|
width: 1rem;
|
|
386
339
|
min-width: 1rem;
|
|
387
340
|
max-width: 1rem;
|
|
@@ -391,14 +344,15 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
391
344
|
line-height: 1rem;
|
|
392
345
|
overflow: hidden;
|
|
393
346
|
}
|
|
347
|
+
|
|
394
348
|
.sapSuiteUiCommonsProcessFlowNodeStateFoldedCornerZoomLevel3,
|
|
395
349
|
.sapSuiteUiCommonsProcessFlowNodeStateFoldedCornerZoomLevel4 {
|
|
396
350
|
clear: both;
|
|
397
351
|
float: left;
|
|
398
352
|
display: block;
|
|
399
353
|
position: relative;
|
|
400
|
-
margin:
|
|
401
|
-
padding:
|
|
354
|
+
margin: 0;
|
|
355
|
+
padding: 0;
|
|
402
356
|
width: 0.75rem;
|
|
403
357
|
min-width: 0.75rem;
|
|
404
358
|
max-width: 0.75rem;
|
|
@@ -417,8 +371,8 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
417
371
|
clear: both;
|
|
418
372
|
float: left;
|
|
419
373
|
position: relative;
|
|
420
|
-
margin:
|
|
421
|
-
padding:
|
|
374
|
+
margin: 0;
|
|
375
|
+
padding: 0;
|
|
422
376
|
vertical-align: top;
|
|
423
377
|
font-family: @sapUiFontFamily;
|
|
424
378
|
font-weight: normal;
|
|
@@ -434,6 +388,7 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
434
388
|
.sapSuiteUiCommonsProcessFlowNode3TitleClickable:hover > .sapMTextMaxLine {
|
|
435
389
|
cursor: pointer;
|
|
436
390
|
}
|
|
391
|
+
|
|
437
392
|
.sapSuiteUiCommonsProcessFlowNode3TitleZoomLevel1 {
|
|
438
393
|
clear: both;
|
|
439
394
|
float: left;
|
|
@@ -441,20 +396,21 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
441
396
|
position: relative;
|
|
442
397
|
text-align: left;
|
|
443
398
|
vertical-align: top;
|
|
444
|
-
margin:
|
|
399
|
+
margin: 0;
|
|
445
400
|
margin-bottom: 0.5rem;
|
|
446
|
-
padding:
|
|
401
|
+
padding: 0;
|
|
447
402
|
overflow: hidden;
|
|
448
403
|
border: none;
|
|
449
404
|
}
|
|
405
|
+
|
|
450
406
|
.sapSuiteUiCommonsProcessFlowNode3TitleZoomLevel1 > .sapMText,
|
|
451
407
|
.sapSuiteUiCommonsProcessFlowNode3TitleZoomLevel1 > .sapMTextMaxLine,
|
|
452
408
|
.sapSuiteUiCommonsProcessFlowNode3TitleZoomLevel1 > .sapMTextMaxWidth {
|
|
453
409
|
clear: both;
|
|
454
410
|
float: left;
|
|
455
411
|
position: relative;
|
|
456
|
-
margin:
|
|
457
|
-
padding:
|
|
412
|
+
margin: 0;
|
|
413
|
+
padding: 0;
|
|
458
414
|
vertical-align: top;
|
|
459
415
|
font-size: @sapMFontLargeSize;
|
|
460
416
|
width: 8.75rem;
|
|
@@ -467,6 +423,7 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
467
423
|
overflow: hidden;
|
|
468
424
|
border: none;
|
|
469
425
|
}
|
|
426
|
+
|
|
470
427
|
.sapSuiteUiCommonsProcessFlowNode3TitleZoomLevel2 {
|
|
471
428
|
clear: both;
|
|
472
429
|
float: left;
|
|
@@ -474,21 +431,22 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
474
431
|
position: relative;
|
|
475
432
|
text-align: left;
|
|
476
433
|
vertical-align: top;
|
|
477
|
-
margin:
|
|
434
|
+
margin: 0;
|
|
478
435
|
margin-bottom: 0.5rem;
|
|
479
|
-
padding:
|
|
436
|
+
padding: 0;
|
|
480
437
|
overflow: hidden;
|
|
481
438
|
border: none;
|
|
482
439
|
font-size: @sapMFontMediumSize;
|
|
483
440
|
}
|
|
441
|
+
|
|
484
442
|
.sapSuiteUiCommonsProcessFlowNode3TitleZoomLevel2 > .sapMText,
|
|
485
443
|
.sapSuiteUiCommonsProcessFlowNode3TitleZoomLevel2 > .sapMTextMaxLine,
|
|
486
444
|
.sapSuiteUiCommonsProcessFlowNode3TitleZoomLevel2 > .sapMTextMaxWidth {
|
|
487
445
|
clear: both;
|
|
488
446
|
float: left;
|
|
489
447
|
position: relative;
|
|
490
|
-
margin:
|
|
491
|
-
padding:
|
|
448
|
+
margin: 0;
|
|
449
|
+
padding: 0;
|
|
492
450
|
vertical-align: top;
|
|
493
451
|
width: 6.75rem;
|
|
494
452
|
min-width: 6.75rem;
|
|
@@ -501,14 +459,15 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
501
459
|
border: none;
|
|
502
460
|
font-size: @sapMFontMediumSize;
|
|
503
461
|
}
|
|
462
|
+
|
|
504
463
|
.sapSuiteUiCommonsProcessFlowNode3TitleZoomLevel3 {
|
|
505
464
|
clear: both;
|
|
506
465
|
float: left;
|
|
507
466
|
display: table-row;
|
|
508
467
|
position: relative;
|
|
509
|
-
margin:
|
|
468
|
+
margin: 0;
|
|
510
469
|
margin-bottom: 0.25rem;
|
|
511
|
-
padding:
|
|
470
|
+
padding: 0;
|
|
512
471
|
text-align: center;
|
|
513
472
|
vertical-align: top;
|
|
514
473
|
width: 4.75rem;
|
|
@@ -519,14 +478,15 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
519
478
|
overflow: hidden;
|
|
520
479
|
border: none;
|
|
521
480
|
}
|
|
481
|
+
|
|
522
482
|
.sapSuiteUiCommonsProcessFlowNode3TitleZoomLevel3 > .sapMText,
|
|
523
483
|
.sapSuiteUiCommonsProcessFlowNode3TitleZoomLevel3 > .sapMTextMaxLine,
|
|
524
484
|
.sapSuiteUiCommonsProcessFlowNode3TitleZoomLevel3 > .sapMTextMaxWidth {
|
|
525
485
|
clear: both;
|
|
526
486
|
float: left;
|
|
527
487
|
position: relative;
|
|
528
|
-
margin:
|
|
529
|
-
padding:
|
|
488
|
+
margin: 0;
|
|
489
|
+
padding: 0;
|
|
530
490
|
text-align: center;
|
|
531
491
|
vertical-align: top;
|
|
532
492
|
width: 4.75rem;
|
|
@@ -539,18 +499,19 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
539
499
|
border: none;
|
|
540
500
|
font-size: @sapMFontMediumSize;
|
|
541
501
|
}
|
|
502
|
+
|
|
542
503
|
.sapSuiteUiCommonsProcessFlowNode3TitleZoomLevel4 {
|
|
543
504
|
clear: both;
|
|
544
505
|
float: left;
|
|
545
506
|
display: none;
|
|
546
507
|
position: relative;
|
|
547
|
-
width:
|
|
548
|
-
min-width:
|
|
549
|
-
max-width:
|
|
550
|
-
height:
|
|
551
|
-
min-height:
|
|
552
|
-
max-height:
|
|
553
|
-
line-height:
|
|
508
|
+
width: 0;
|
|
509
|
+
min-width: 0;
|
|
510
|
+
max-width: 0;
|
|
511
|
+
height: 0;
|
|
512
|
+
min-height: 0;
|
|
513
|
+
max-height: 0;
|
|
514
|
+
line-height: 0;
|
|
554
515
|
overflow: hidden;
|
|
555
516
|
}
|
|
556
517
|
|
|
@@ -560,19 +521,20 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
560
521
|
float: left;
|
|
561
522
|
display: block;
|
|
562
523
|
position: relative;
|
|
563
|
-
margin:
|
|
564
|
-
padding:
|
|
524
|
+
margin: 0;
|
|
525
|
+
padding: 0;
|
|
565
526
|
overflow: hidden;
|
|
566
527
|
border: none;
|
|
567
528
|
}
|
|
529
|
+
|
|
568
530
|
.sapSuiteUiCommonsProcessFlowNode3StateZoomLevel1 {
|
|
569
531
|
clear: both;
|
|
570
532
|
float: left;
|
|
571
533
|
display: table;
|
|
572
534
|
position: relative;
|
|
573
|
-
margin:
|
|
535
|
+
margin: 0;
|
|
574
536
|
margin-bottom: 0.5rem;
|
|
575
|
-
padding:
|
|
537
|
+
padding: 0;
|
|
576
538
|
width: 8.75rem;
|
|
577
539
|
min-width: 8.75rem;
|
|
578
540
|
max-width: 8.75rem;
|
|
@@ -584,14 +546,15 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
584
546
|
border: none;
|
|
585
547
|
font-size: @sapMFontMediumSize;
|
|
586
548
|
}
|
|
549
|
+
|
|
587
550
|
.sapSuiteUiCommonsProcessFlowNode3StateZoomLevel2 {
|
|
588
551
|
clear: both;
|
|
589
552
|
float: left;
|
|
590
553
|
display: table;
|
|
591
554
|
position: relative;
|
|
592
|
-
margin:
|
|
555
|
+
margin: 0;
|
|
593
556
|
margin-bottom: 0.5rem;
|
|
594
|
-
padding:
|
|
557
|
+
padding: 0;
|
|
595
558
|
width: 6.75rem;
|
|
596
559
|
min-width: 6.75rem;
|
|
597
560
|
max-width: 6.75rem;
|
|
@@ -603,13 +566,14 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
603
566
|
border: none;
|
|
604
567
|
font-size: @sapMFontSmallSize;
|
|
605
568
|
}
|
|
569
|
+
|
|
606
570
|
.sapSuiteUiCommonsProcessFlowNode3StateZoomLevel3 {
|
|
607
571
|
clear: both;
|
|
608
572
|
float: left;
|
|
609
573
|
display: table-cell;
|
|
610
574
|
position: relative;
|
|
611
|
-
margin:
|
|
612
|
-
padding:
|
|
575
|
+
margin: 0;
|
|
576
|
+
padding: 0;
|
|
613
577
|
width: 4.75rem;
|
|
614
578
|
min-width: 4.75rem;
|
|
615
579
|
max-width: 4.75rem;
|
|
@@ -620,13 +584,14 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
620
584
|
overflow: hidden;
|
|
621
585
|
border: none;
|
|
622
586
|
}
|
|
587
|
+
|
|
623
588
|
.sapSuiteUiCommonsProcessFlowNode3StateZoomLevel4 {
|
|
624
589
|
clear: both;
|
|
625
590
|
float: left;
|
|
626
591
|
display: table-cell;
|
|
627
592
|
position: relative;
|
|
628
|
-
margin:
|
|
629
|
-
padding:
|
|
593
|
+
margin: 0;
|
|
594
|
+
padding: 0;
|
|
630
595
|
width: 2.875rem;
|
|
631
596
|
min-width: 2.875rem;
|
|
632
597
|
max-width: 2.875rem;
|
|
@@ -641,13 +606,13 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
641
606
|
/* State icon */
|
|
642
607
|
.sapSuiteUiCommonsProcessFlowNode3StateIcon,
|
|
643
608
|
.sapSuiteUiCommonsProcessFlowNode3StateIcon > .sapUiIcon,
|
|
644
|
-
.sapSuiteUiCommonsProcessFlowNode3StateIcon > .sapUiIcon
|
|
609
|
+
.sapSuiteUiCommonsProcessFlowNode3StateIcon > .sapUiIcon::before {
|
|
645
610
|
clear: both;
|
|
646
611
|
float: left;
|
|
647
612
|
display: block;
|
|
648
613
|
position: relative;
|
|
649
|
-
margin:
|
|
650
|
-
padding:
|
|
614
|
+
margin: 0;
|
|
615
|
+
padding: 0;
|
|
651
616
|
font-weight: normal;
|
|
652
617
|
font-style: normal;
|
|
653
618
|
font-stretch: normal;
|
|
@@ -655,12 +620,15 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
655
620
|
overflow: hidden;
|
|
656
621
|
border: none;
|
|
657
622
|
}
|
|
623
|
+
|
|
658
624
|
.sapSuiteUiCommonsProcessFlowNode3StateIconLeft {
|
|
659
625
|
text-align: left;
|
|
660
626
|
}
|
|
627
|
+
|
|
661
628
|
.sapSuiteUiCommonsProcessFlowNode3StateIconRight {
|
|
662
629
|
text-align: right;
|
|
663
630
|
}
|
|
631
|
+
|
|
664
632
|
.sapSuiteUiCommonsProcessFlowNode3StateIconCenter {
|
|
665
633
|
text-align: center;
|
|
666
634
|
}
|
|
@@ -670,8 +638,8 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
670
638
|
float: left;
|
|
671
639
|
display: table-cell;
|
|
672
640
|
position: relative;
|
|
673
|
-
margin:
|
|
674
|
-
padding:
|
|
641
|
+
margin: 0;
|
|
642
|
+
padding: 0;
|
|
675
643
|
vertical-align: middle;
|
|
676
644
|
width: 2rem;
|
|
677
645
|
min-width: 2rem;
|
|
@@ -683,16 +651,17 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
683
651
|
overflow: hidden;
|
|
684
652
|
border: none;
|
|
685
653
|
}
|
|
654
|
+
|
|
686
655
|
.sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel1 > .sapUiIcon,
|
|
687
|
-
.sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel1 > .sapUiIcon
|
|
656
|
+
.sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel1 > .sapUiIcon::before {
|
|
688
657
|
clear: both;
|
|
689
658
|
float: left;
|
|
690
659
|
display: block;
|
|
691
660
|
position: relative;
|
|
692
|
-
margin:
|
|
693
|
-
padding:
|
|
661
|
+
margin: 0;
|
|
662
|
+
padding: 0;
|
|
694
663
|
vertical-align: middle;
|
|
695
|
-
font-size: 1.250rem; /*Maybe will be replaced by less if designers are done with less refactoring at all*/
|
|
664
|
+
font-size: 1.250rem; /* Maybe will be replaced by less if designers are done with less refactoring at all */
|
|
696
665
|
width: 2rem;
|
|
697
666
|
min-width: 2rem;
|
|
698
667
|
max-width: 2rem;
|
|
@@ -703,9 +672,8 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowNode1ZoomLevel4 > .
|
|
|
703
672
|
border: none;
|
|
704
673
|
}
|
|
705
674
|
|
|
706
|
-
|
|
707
|
-
html
|
|
708
|
-
html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel1 > .sapUiIcon:before {
|
|
675
|
+
html .sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel1 > .sapUiIcon,
|
|
676
|
+
html .sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel1 > .sapUiIcon::before {
|
|
709
677
|
line-height: 2.125rem;
|
|
710
678
|
}
|
|
711
679
|
|
|
@@ -714,8 +682,8 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
714
682
|
float: left;
|
|
715
683
|
display: table-cell;
|
|
716
684
|
position: relative;
|
|
717
|
-
margin:
|
|
718
|
-
padding:
|
|
685
|
+
margin: 0;
|
|
686
|
+
padding: 0;
|
|
719
687
|
vertical-align: middle;
|
|
720
688
|
width: 1.5rem;
|
|
721
689
|
min-width: 1.5rem;
|
|
@@ -729,13 +697,13 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
729
697
|
}
|
|
730
698
|
|
|
731
699
|
.sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel2 > .sapUiIcon,
|
|
732
|
-
.sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel2 > .sapUiIcon
|
|
700
|
+
.sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel2 > .sapUiIcon::before {
|
|
733
701
|
clear: both;
|
|
734
702
|
float: left;
|
|
735
703
|
display: block;
|
|
736
704
|
position: relative;
|
|
737
|
-
margin:
|
|
738
|
-
padding:
|
|
705
|
+
margin: 0;
|
|
706
|
+
padding: 0;
|
|
739
707
|
vertical-align: middle;
|
|
740
708
|
width: 1.5rem;
|
|
741
709
|
min-width: 1.5rem;
|
|
@@ -748,9 +716,8 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
748
716
|
font-size: @sapMFontLargeSize;
|
|
749
717
|
}
|
|
750
718
|
|
|
751
|
-
|
|
752
|
-
html
|
|
753
|
-
html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel2 > .sapUiIcon:before {
|
|
719
|
+
html .sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel2 > .sapUiIcon,
|
|
720
|
+
html .sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel2 > .sapUiIcon::before {
|
|
754
721
|
line-height: 2rem;
|
|
755
722
|
}
|
|
756
723
|
|
|
@@ -759,8 +726,8 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
759
726
|
float: left;
|
|
760
727
|
display: table-cell;
|
|
761
728
|
position: relative;
|
|
762
|
-
margin:
|
|
763
|
-
padding:
|
|
729
|
+
margin: 0;
|
|
730
|
+
padding: 0;
|
|
764
731
|
vertical-align: middle;
|
|
765
732
|
width: 4.75rem;
|
|
766
733
|
min-width: 4.75rem;
|
|
@@ -771,14 +738,15 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
771
738
|
line-height: 2rem;
|
|
772
739
|
border: none;
|
|
773
740
|
}
|
|
741
|
+
|
|
774
742
|
.sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel3 > .sapUiIcon,
|
|
775
|
-
.sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel3 > .sapUiIcon
|
|
743
|
+
.sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel3 > .sapUiIcon::before {
|
|
776
744
|
clear: both;
|
|
777
745
|
float: left;
|
|
778
746
|
display: block;
|
|
779
747
|
position: relative;
|
|
780
|
-
margin:
|
|
781
|
-
padding:
|
|
748
|
+
margin: 0;
|
|
749
|
+
padding: 0;
|
|
782
750
|
vertical-align: middle;
|
|
783
751
|
font-size: 1.250rem;
|
|
784
752
|
width: 4.75rem;
|
|
@@ -791,9 +759,8 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
791
759
|
border: none;
|
|
792
760
|
}
|
|
793
761
|
|
|
794
|
-
|
|
795
|
-
html
|
|
796
|
-
html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel3 > .sapUiIcon:before {
|
|
762
|
+
html .sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel3 > .sapUiIcon,
|
|
763
|
+
html .sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel3 > .sapUiIcon::before {
|
|
797
764
|
line-height: 2rem
|
|
798
765
|
}
|
|
799
766
|
|
|
@@ -803,8 +770,8 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
803
770
|
display: table-cell;
|
|
804
771
|
position: absolute;
|
|
805
772
|
top: -0.125rem;
|
|
806
|
-
margin:
|
|
807
|
-
padding:
|
|
773
|
+
margin: 0;
|
|
774
|
+
padding: 0;
|
|
808
775
|
vertical-align: middle;
|
|
809
776
|
width: 2.875rem;
|
|
810
777
|
min-width: 2.875rem;
|
|
@@ -818,14 +785,14 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
818
785
|
}
|
|
819
786
|
|
|
820
787
|
.sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel4 > .sapUiIcon,
|
|
821
|
-
.sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel4 > .sapUiIcon
|
|
788
|
+
.sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel4 > .sapUiIcon::before {
|
|
822
789
|
clear: both;
|
|
823
790
|
float: left;
|
|
824
791
|
display: block;
|
|
825
792
|
position: absolute;
|
|
826
793
|
top: -0.125rem;
|
|
827
|
-
margin:
|
|
828
|
-
padding:
|
|
794
|
+
margin: 0;
|
|
795
|
+
padding: 0;
|
|
829
796
|
vertical-align: middle;
|
|
830
797
|
font-size: 1.375rem;
|
|
831
798
|
width: 2.875rem;
|
|
@@ -840,7 +807,7 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
840
807
|
|
|
841
808
|
/*IE doesn't support rem values for line-height but it's need by other browsers*/
|
|
842
809
|
html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel4 > .sapUiIcon,
|
|
843
|
-
html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel4 > .sapUiIcon
|
|
810
|
+
html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIconZoomLevel4 > .sapUiIcon::before {
|
|
844
811
|
line-height: 2.875rem;
|
|
845
812
|
}
|
|
846
813
|
|
|
@@ -852,16 +819,17 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
852
819
|
float: none;
|
|
853
820
|
display: block;
|
|
854
821
|
position: relative;
|
|
855
|
-
margin:
|
|
856
|
-
padding:
|
|
822
|
+
margin: 0;
|
|
823
|
+
padding: 0;
|
|
857
824
|
vertical-align: middle;
|
|
858
|
-
font-family:
|
|
825
|
+
font-family: var(--sapFontFamily);
|
|
859
826
|
font-weight: normal;
|
|
860
827
|
font-stretch: normal;
|
|
861
828
|
letter-spacing: normal;
|
|
862
829
|
overflow: hidden;
|
|
863
830
|
border: none;
|
|
864
831
|
}
|
|
832
|
+
|
|
865
833
|
.sapSuiteUiCommonsProcessFlowNode3StateTextZoomLevel1 {
|
|
866
834
|
clear: both;
|
|
867
835
|
float: none;
|
|
@@ -869,19 +837,20 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
869
837
|
position: relative;
|
|
870
838
|
text-align: left;
|
|
871
839
|
vertical-align: middle;
|
|
872
|
-
margin:
|
|
873
|
-
padding:
|
|
840
|
+
margin: 0;
|
|
841
|
+
padding: 0;
|
|
874
842
|
overflow: hidden;
|
|
875
843
|
border: none;
|
|
876
844
|
}
|
|
845
|
+
|
|
877
846
|
.sapSuiteUiCommonsProcessFlowNode3StateTextZoomLevel1 > .sapMText,
|
|
878
847
|
.sapSuiteUiCommonsProcessFlowNode3StateTextZoomLevel1 > .sapMTextMaxLine,
|
|
879
848
|
.sapSuiteUiCommonsProcessFlowNode3StateTextZoomLevel1 > .sapMTextMaxWidth {
|
|
880
849
|
clear: both;
|
|
881
850
|
float: left;
|
|
882
851
|
position: relative;
|
|
883
|
-
margin:
|
|
884
|
-
padding:
|
|
852
|
+
margin: 0;
|
|
853
|
+
padding: 0;
|
|
885
854
|
vertical-align: middle;
|
|
886
855
|
width: 6.375rem;
|
|
887
856
|
min-width: 6.375rem;
|
|
@@ -892,6 +861,7 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
892
861
|
border: none;
|
|
893
862
|
font-size: @sapMFontMediumSize;
|
|
894
863
|
}
|
|
864
|
+
|
|
895
865
|
.sapSuiteUiCommonsProcessFlowNode3StateTextZoomLevel2 {
|
|
896
866
|
clear: both;
|
|
897
867
|
float: none;
|
|
@@ -899,19 +869,20 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
899
869
|
position: relative;
|
|
900
870
|
text-align: left;
|
|
901
871
|
vertical-align: middle;
|
|
902
|
-
margin:
|
|
903
|
-
padding:
|
|
872
|
+
margin: 0;
|
|
873
|
+
padding: 0;
|
|
904
874
|
overflow: hidden;
|
|
905
875
|
border: none;
|
|
906
876
|
}
|
|
877
|
+
|
|
907
878
|
.sapSuiteUiCommonsProcessFlowNode3StateTextZoomLevel2 > .sapMText,
|
|
908
879
|
.sapSuiteUiCommonsProcessFlowNode3StateTextZoomLevel2 > .sapMTextMaxLine,
|
|
909
880
|
.sapSuiteUiCommonsProcessFlowNode3StateTextZoomLevel2 > .sapMTextMaxWidth {
|
|
910
881
|
clear: both;
|
|
911
882
|
float: left;
|
|
912
883
|
position: relative;
|
|
913
|
-
margin:
|
|
914
|
-
padding:
|
|
884
|
+
margin: 0;
|
|
885
|
+
padding: 0;
|
|
915
886
|
vertical-align: middle;
|
|
916
887
|
width: 4.875rem;
|
|
917
888
|
min-width: 4.875rem;
|
|
@@ -920,8 +891,9 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
920
891
|
line-height: 0.9375rem;
|
|
921
892
|
overflow: hidden;
|
|
922
893
|
border: none;
|
|
923
|
-
font-size:
|
|
894
|
+
font-size: var(--sapFontSmallSize);
|
|
924
895
|
}
|
|
896
|
+
|
|
925
897
|
.sapSuiteUiCommonsProcessFlowNode3StateTextZoomLevel3 {
|
|
926
898
|
clear: both;
|
|
927
899
|
float: none;
|
|
@@ -929,19 +901,20 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
929
901
|
position: relative;
|
|
930
902
|
text-align: center;
|
|
931
903
|
vertical-align: middle;
|
|
932
|
-
margin:
|
|
933
|
-
padding:
|
|
904
|
+
margin: 0;
|
|
905
|
+
padding: 0;
|
|
934
906
|
overflow: hidden;
|
|
935
907
|
border: none;
|
|
936
908
|
}
|
|
909
|
+
|
|
937
910
|
.sapSuiteUiCommonsProcessFlowNode3StateTextZoomLevel3 > .sapMText,
|
|
938
911
|
.sapSuiteUiCommonsProcessFlowNode3StateTextZoomLevel3 > .sapMTextMaxLine,
|
|
939
912
|
.sapSuiteUiCommonsProcessFlowNode3StateTextZoomLevel3 > .sapMTextMaxWidth {
|
|
940
913
|
clear: both;
|
|
941
914
|
float: left;
|
|
942
915
|
position: relative;
|
|
943
|
-
margin:
|
|
944
|
-
padding:
|
|
916
|
+
margin: 0;
|
|
917
|
+
padding: 0;
|
|
945
918
|
text-align: center;
|
|
946
919
|
vertical-align: middle;
|
|
947
920
|
width: 4.5rem;
|
|
@@ -952,20 +925,21 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
952
925
|
line-height: 0.9375rem;
|
|
953
926
|
overflow: hidden;
|
|
954
927
|
border: none;
|
|
955
|
-
font-size:
|
|
928
|
+
font-size: var(--sapFontSmallSize);
|
|
956
929
|
}
|
|
930
|
+
|
|
957
931
|
.sapSuiteUiCommonsProcessFlowNode3StateTextZoomLevel4 {
|
|
958
932
|
clear: both;
|
|
959
933
|
float: none;
|
|
960
934
|
display: none;
|
|
961
935
|
position: relative;
|
|
962
|
-
width:
|
|
963
|
-
min-width:
|
|
964
|
-
max-width:
|
|
965
|
-
height:
|
|
966
|
-
min-height:
|
|
967
|
-
max-height:
|
|
968
|
-
line-height:
|
|
936
|
+
width: 0;
|
|
937
|
+
min-width: 0;
|
|
938
|
+
max-width: 0;
|
|
939
|
+
height: 0;
|
|
940
|
+
min-height: 0;
|
|
941
|
+
max-height: 0;
|
|
942
|
+
line-height: 0;
|
|
969
943
|
overflow: hidden;
|
|
970
944
|
}
|
|
971
945
|
|
|
@@ -978,17 +952,18 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
978
952
|
float: left;
|
|
979
953
|
display: block;
|
|
980
954
|
position: relative;
|
|
981
|
-
padding:
|
|
955
|
+
padding: 0;
|
|
982
956
|
vertical-align: top;
|
|
983
|
-
font-family:
|
|
957
|
+
font-family: var(--sapFontFamily);
|
|
984
958
|
font-weight: normal;
|
|
985
959
|
font-stretch: normal;
|
|
986
960
|
letter-spacing: normal;
|
|
987
961
|
overflow: hidden;
|
|
988
962
|
border: none;
|
|
989
|
-
color:
|
|
990
|
-
font-size:
|
|
963
|
+
color: var(--sapContent_LabelColor);
|
|
964
|
+
font-size: var(--sapFontSmallSize);
|
|
991
965
|
}
|
|
966
|
+
|
|
992
967
|
.sapSuiteUiCommonsProcessFlowNode3TextZoomLevel1 {
|
|
993
968
|
clear: both;
|
|
994
969
|
float: left;
|
|
@@ -996,17 +971,18 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
996
971
|
position: relative;
|
|
997
972
|
text-align: left;
|
|
998
973
|
vertical-align: top;
|
|
999
|
-
padding:
|
|
974
|
+
padding: 0;
|
|
1000
975
|
overflow: hidden;
|
|
1001
976
|
border: none;
|
|
1002
977
|
}
|
|
978
|
+
|
|
1003
979
|
.sapSuiteUiCommonsProcessFlowNode3TextZoomLevel1 > .sapMText,
|
|
1004
980
|
.sapSuiteUiCommonsProcessFlowNode3TextZoomLevel1 > .sapMTextMaxLine,
|
|
1005
981
|
.sapSuiteUiCommonsProcessFlowNode3TextZoomLevel1 > .sapMTextMaxWidth {
|
|
1006
982
|
clear: both;
|
|
1007
983
|
float: left;
|
|
1008
984
|
position: relative;
|
|
1009
|
-
padding:
|
|
985
|
+
padding: 0;
|
|
1010
986
|
vertical-align: top;
|
|
1011
987
|
width: 8.75rem;
|
|
1012
988
|
min-width: 8.75rem;
|
|
@@ -1019,6 +995,7 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
1019
995
|
border: none;
|
|
1020
996
|
font-size: @sapMFontMediumSize;
|
|
1021
997
|
}
|
|
998
|
+
|
|
1022
999
|
.sapSuiteUiCommonsProcessFlowNode3TextZoomLevel2 {
|
|
1023
1000
|
clear: both;
|
|
1024
1001
|
float: left;
|
|
@@ -1026,17 +1003,18 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
1026
1003
|
position: relative;
|
|
1027
1004
|
text-align: left;
|
|
1028
1005
|
vertical-align: top;
|
|
1029
|
-
padding:
|
|
1006
|
+
padding: 0;
|
|
1030
1007
|
overflow: hidden;
|
|
1031
1008
|
border: none;
|
|
1032
1009
|
}
|
|
1010
|
+
|
|
1033
1011
|
.sapSuiteUiCommonsProcessFlowNode3TextZoomLevel2 > .sapMText,
|
|
1034
1012
|
.sapSuiteUiCommonsProcessFlowNode3TextZoomLevel2 > .sapMTextMaxLine,
|
|
1035
1013
|
.sapSuiteUiCommonsProcessFlowNode3TextZoomLevel2 > .sapMTextMaxWidth {
|
|
1036
1014
|
clear: both;
|
|
1037
1015
|
float: left;
|
|
1038
1016
|
position: relative;
|
|
1039
|
-
padding:
|
|
1017
|
+
padding: 0;
|
|
1040
1018
|
vertical-align: top;
|
|
1041
1019
|
width: 6.75rem;
|
|
1042
1020
|
min-width: 6.75rem;
|
|
@@ -1047,78 +1025,77 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
1047
1025
|
line-height: 0.9375rem;
|
|
1048
1026
|
overflow: hidden;
|
|
1049
1027
|
border: none;
|
|
1050
|
-
font-size:
|
|
1028
|
+
font-size: var(--sapFontSmallSize);
|
|
1051
1029
|
}
|
|
1030
|
+
|
|
1052
1031
|
.sapSuiteUiCommonsProcessFlowNode3TextZoomLevel3,
|
|
1053
1032
|
.sapSuiteUiCommonsProcessFlowNode3TextZoomLevel4 {
|
|
1054
1033
|
clear: both;
|
|
1055
1034
|
float: left;
|
|
1056
1035
|
display: none;
|
|
1057
1036
|
position: relative;
|
|
1058
|
-
width:
|
|
1059
|
-
min-width:
|
|
1060
|
-
max-width:
|
|
1061
|
-
height:
|
|
1062
|
-
min-height:
|
|
1063
|
-
max-height:
|
|
1064
|
-
line-height:
|
|
1037
|
+
width: 0;
|
|
1038
|
+
min-width: 0;
|
|
1039
|
+
max-width: 0;
|
|
1040
|
+
height: 0;
|
|
1041
|
+
min-height: 0;
|
|
1042
|
+
max-height: 0;
|
|
1043
|
+
line-height: 0;
|
|
1065
1044
|
overflow: hidden;
|
|
1066
1045
|
}
|
|
1046
|
+
|
|
1067
1047
|
.sapSuiteUiCommonsProcessFlowNode3TextWithGapZoomLevel1 {
|
|
1068
1048
|
padding-bottom: 0.5rem;
|
|
1069
1049
|
}
|
|
1050
|
+
|
|
1070
1051
|
.sapSuiteUiCommonsProcessFlowNode3TextWithGapZoomLevel2 {
|
|
1071
1052
|
padding-bottom: 0.25rem;
|
|
1072
1053
|
}
|
|
1073
1054
|
|
|
1074
1055
|
/* node content states */
|
|
1075
1056
|
.sapSuiteUiCommonsProcessFlowNodeStateNeutral .sapMText {
|
|
1076
|
-
color:
|
|
1057
|
+
color: var(--sapNeutralTextColor);
|
|
1077
1058
|
}
|
|
1078
1059
|
|
|
1079
1060
|
.sapSuiteUiCommonsProcessFlowNodeStateCritical .sapMText {
|
|
1080
|
-
color:
|
|
1061
|
+
color: var(--sapCriticalTextColor);
|
|
1081
1062
|
}
|
|
1082
1063
|
|
|
1083
1064
|
.sapSuiteUiCommonsProcessFlowNodeStatePositive .sapMText {
|
|
1084
|
-
color:
|
|
1065
|
+
color: var(--sapPositiveTextColor);
|
|
1085
1066
|
}
|
|
1086
1067
|
|
|
1087
1068
|
.sapSuiteUiCommonsProcessFlowNodeStateNegative .sapMText {
|
|
1088
|
-
color:
|
|
1069
|
+
color: var(--sapNegativeTextColor);
|
|
1089
1070
|
}
|
|
1090
1071
|
|
|
1091
1072
|
.sapSuiteUiCommonsProcessFlowNodeStateNeutral.sapSuiteUiCommonsProcessFlowNode3StateIcon {
|
|
1092
|
-
color:
|
|
1073
|
+
color: var(--sapNeutralElementColor);
|
|
1093
1074
|
}
|
|
1094
1075
|
|
|
1095
1076
|
.sapSuiteUiCommonsProcessFlowNodeStateCritical.sapSuiteUiCommonsProcessFlowNode3StateIcon {
|
|
1096
|
-
color:
|
|
1077
|
+
color: var(--sapCriticalElementColor);
|
|
1097
1078
|
}
|
|
1098
1079
|
|
|
1099
1080
|
.sapSuiteUiCommonsProcessFlowNodeStatePositive.sapSuiteUiCommonsProcessFlowNode3StateIcon {
|
|
1100
|
-
color:
|
|
1081
|
+
color: var(--sapPositiveElementColor);
|
|
1101
1082
|
}
|
|
1102
1083
|
|
|
1103
1084
|
.sapSuiteUiCommonsProcessFlowNodeStateNegative.sapSuiteUiCommonsProcessFlowNode3StateIcon {
|
|
1104
|
-
color:
|
|
1085
|
+
color: var(--sapNegativeElementColor);
|
|
1105
1086
|
}
|
|
1106
1087
|
|
|
1107
1088
|
/* special effects */
|
|
1108
|
-
.sapSuiteUiCommonsProcessFlowFoldedCornerNodeHover,
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
.sapSuiteUiCommonsProcessFlowFoldedCornerNodeIconHover
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
.
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
.sapSuiteUiCommonsProcessFlowFoldedCornerNodeActive, .sapSuiteUiCommonsProcessFlowFoldedCornerNodeActive .sapMText {
|
|
1119
|
-
cursor: pointer;
|
|
1120
|
-
}
|
|
1121
|
-
.sapSuiteUiCommonsProcessFlowNodeActive, .sapSuiteUiCommonsProcessFlowNodeActive .sapMText {
|
|
1089
|
+
.sapSuiteUiCommonsProcessFlowFoldedCornerNodeHover,
|
|
1090
|
+
.sapSuiteUiCommonsProcessFlowFoldedCornerNodeHover .sapMText,
|
|
1091
|
+
.sapSuiteUiCommonsProcessFlowFoldedCornerNodeIconHover,
|
|
1092
|
+
.sapSuiteUiCommonsProcessFlowFoldedCornerNodeIconHover .sapMText,
|
|
1093
|
+
.sapSuiteUiCommonsProcessFlowNodeHover,
|
|
1094
|
+
.sapSuiteUiCommonsProcessFlowNodeHover .sapMText,
|
|
1095
|
+
.sapSuiteUiCommonsProcessFlowFoldedCornerNodeActive,
|
|
1096
|
+
.sapSuiteUiCommonsProcessFlowFoldedCornerNodeActive .sapMText,
|
|
1097
|
+
.sapSuiteUiCommonsProcessFlowNodeActive,
|
|
1098
|
+
.sapSuiteUiCommonsProcessFlowNodeActive .sapMText {
|
|
1122
1099
|
cursor: pointer;
|
|
1123
1100
|
}
|
|
1124
1101
|
|
|
@@ -1145,18 +1122,22 @@ html:not([data-sap-ui-browser^="ie"]) .sapSuiteUiCommonsProcessFlowNode3StateIco
|
|
|
1145
1122
|
.sapSuiteUiCommonsProcessFlowNode3ContentPadding {
|
|
1146
1123
|
overflow: hidden;
|
|
1147
1124
|
}
|
|
1125
|
+
|
|
1148
1126
|
.sapSuiteUiCommonsProcessFlowNode3ZoomLevel1 .sapSuiteUiCommonsProcessFlowNode3ContentPadding {
|
|
1149
1127
|
height: 11.8125rem;
|
|
1150
1128
|
pointer-events: none;
|
|
1151
1129
|
}
|
|
1130
|
+
|
|
1152
1131
|
.sapSuiteUiCommonsProcessFlowNode3ZoomLevel2 .sapSuiteUiCommonsProcessFlowNode3ContentPadding {
|
|
1153
1132
|
height: 10.1875rem;
|
|
1154
1133
|
pointer-events: none;
|
|
1155
1134
|
}
|
|
1135
|
+
|
|
1156
1136
|
.sapSuiteUiCommonsProcessFlowNode3ZoomLevel3 .sapSuiteUiCommonsProcessFlowNode3ContentPadding {
|
|
1157
1137
|
height: 6.5rem;
|
|
1158
1138
|
pointer-events: none;
|
|
1159
1139
|
}
|
|
1140
|
+
|
|
1160
1141
|
.sapSuiteUiCommonsProcessFlowNode3ZoomLevel4 .sapSuiteUiCommonsProcessFlowNode3ContentPadding {
|
|
1161
1142
|
height: 2.25rem;
|
|
1162
1143
|
pointer-events: none;
|