-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing diagram-js stylesheet to examples
related to bpmn-io/bpmn-js#2135
- Loading branch information
1 parent
2db8946
commit a84c9d3
Showing
7 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,8 @@ | |
</style> | ||
|
||
<!-- required viewer styles --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/bpmn-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/diagram-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/bpmn-js.css"> | ||
|
||
<!-- | ||
this is an example of how to use bpmn-js in a standalone application built with | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
<script src="https://unpkg.com/[email protected]/dist/jquery.js"></script> | ||
|
||
<!-- required viewer styles --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/diagram-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/bpmn-js.css"> | ||
|
||
<!-- example styles --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,8 @@ | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
|
||
<!-- required viewer styles --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/bpmn-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/diagram-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/bpmn-js.css"> | ||
|
||
<style type="text/css"> | ||
html, body, #canvas { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ Download or simply include the relevant dependencies into your website: | |
|
||
```html | ||
<!-- required viewer styles --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/diagram-js.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/bpmn-js.css" /> | ||
|
||
<script src="https://unpkg.com/[email protected]/dist/bpmn-viewer.development.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
--> | ||
|
||
<!-- required viewer styles --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/diagram-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/bpmn-js.css"> | ||
|
||
<!-- viewer distro (with pan and zoom) --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
<title>bpmn-js Theming</title> | ||
|
||
<!-- required viewer styles --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/diagram-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/bpmn-js.css"> | ||
|
||
<!-- viewer distro --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
<title>bpmn-js url viewer demo</title> | ||
|
||
<!-- required viewer styles --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/diagram-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/assets/bpmn-js.css"> | ||
|
||
<style> | ||
|