Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cyber-Physical Systems
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ben Luno Becker
Cyber-Physical Systems
Commits
4418bd04
Commit
4418bd04
authored
1 year ago
by
Karl-Luca
Committed by
Philipp Jonas Krieg
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
style changes and commenting
parent
6208f539
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!8
neue Routes und neue html-Dateien (über NavigationBar erreichbar) + Symbole...
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/style.css
+2
-2
2 additions, 2 deletions
static/style.css
templates/steuerung.html
+6
-0
6 additions, 0 deletions
templates/steuerung.html
with
8 additions
and
2 deletions
static/style.css
+
2
−
2
View file @
4418bd04
...
...
@@ -82,7 +82,7 @@ body {
}
.button2
{
background-color
:
#5570a7
;
background-color
:
white
;
color
:
black
;
border-color
:
black
;
border-radius
:
10px
;
...
...
@@ -99,7 +99,7 @@ body {
}
.button2
:active
{
background-color
:
white
;
background-color
:
#5570a7
;
transform
:
translate
(
4px
);
}
.move-right
{
...
...
This diff is collapsed.
Click to expand it.
templates/steuerung.html
+
6
−
0
View file @
4418bd04
...
...
@@ -24,8 +24,14 @@
</br></br></br></br></br></br>
<h1
style=
"margin-left: 200px"
><font
size=
"6"
>
aktuelle Steuerung:
</font></h1>
<!--Wasser-->
<div
class=
"left"
><button
id=
"btn2"
class=
"button button2 move-right"
style=
"margin-left: 200px;"
>
Pumpe an
</button></div>
<!--Licht-->
<div
class=
"left"
><button
id=
"btn1"
class=
"button button1 move-right"
style=
"margin-left: 200px;"
>
Licht an
</button></div>
<!--Regler für Stärke-->
<!--Plan mit Start- und Endzeit-->
<script
src=
"../static/index.js"
></script>
...
...
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