Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Physical Computing Design Tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amira Abdel-Rahman
Physical Computing Design Tools
Commits
582db65a
Commit
582db65a
authored
5 years ago
by
Amira Abdel-Rahman
Browse files
Options
Downloads
Patches
Plain Diff
json working
parent
e34a6e15
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#4526
passed
5 years ago
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
01_Code/physical_computing_interface/index.html
+8
-6
8 additions, 6 deletions
01_Code/physical_computing_interface/index.html
01_Code/physical_computing_interface/style.css
+2
-2
2 additions, 2 deletions
01_Code/physical_computing_interface/style.css
with
10 additions
and
8 deletions
01_Code/physical_computing_interface/index.html
+
8
−
6
View file @
582db65a
...
...
@@ -23,12 +23,14 @@
<i>
Graph
</i>
</div>
<div
id=
jsondiveditor
>
<p>
<button
class=
"button"
id=
"expandAllAndRemove"
>
Expand all and remove
</button>
<button
class=
"button"
id=
"loadInCollapsedState"
>
Load compouds collapsed
</button><br/>
<button
class=
"button"
id=
"collapseAll"
>
Collapse all
</button>
<button
class=
"button"
id=
"expandAll"
>
Expand all
</button>
<br/>
<button
class=
"button"
id=
"collapseRecursively"
>
Collapse selected
</button>
<button
class=
"button"
id=
"expandRecursively"
>
Expand selected
</button>
</p>
<div
id=
"cy"
></div>
</div>
...
...
This diff is collapsed.
Click to expand it.
01_Code/physical_computing_interface/style.css
+
2
−
2
View file @
582db65a
...
...
@@ -143,7 +143,7 @@ body,html{width:100%;height:100%;padding:0;margin:0;}
}
#cy
{
height
:
9
0%
;
height
:
10
0%
;
width
:
100%
;
/* position: absolute; */
/* float: right; */
...
...
@@ -160,7 +160,7 @@ body,html{width:100%;height:100%;padding:0;margin:0;}
#jsondiveditor
{
width
:
90%
;
height
:
9
5
%
;
height
:
9
0
%
;
left
:
var
(
--top
);
top
:
var
(
--top
);
float
:
right
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment