Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AssignmentSystem
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Florian Müntz
AssignmentSystem
Commits
95ea3437
Commit
95ea3437
authored
7 months ago
by
Richard Taesler
Browse files
Options
Downloads
Patches
Plain Diff
Points field added
parent
d781c874
Branches
Branches containing commit
Tags
release-0_11_1
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/AssignmentTutor.html
+12
-25
12 additions, 25 deletions
source/AssignmentTutor.html
source/style.css
+13
-11
13 additions, 11 deletions
source/style.css
with
25 additions
and
36 deletions
source/AssignmentTutor.html
+
12
−
25
View file @
95ea3437
...
@@ -54,29 +54,6 @@
...
@@ -54,29 +54,6 @@
border-color
:
var
(
--btn-bg-color
);
border-color
:
var
(
--btn-bg-color
);
}
}
button
{
width
:
40px
;
height
:
40px
;
padding
:
0
;
background-color
:
var
(
--btn-bg-color
);
border
:
none
;
border-radius
:
50%
;
cursor
:
pointer
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
transition
:
background-color
0.3s
;
}
button
:hover
{
background-color
:
var
(
--btn-hover-color
);
}
button
i
{
color
:
var
(
--btn-text-color
);
font-size
:
18px
;
}
/* Styles for the chat messages */
/* Styles for the chat messages */
.user-message
,
.user-message
,
.bot-message
{
.bot-message
{
...
@@ -104,7 +81,7 @@
...
@@ -104,7 +81,7 @@
padding
:
20px
;
padding
:
20px
;
gap
:
20px
;
gap
:
20px
;
width
:
100%
;
width
:
100%
;
max-width
:
4
00px
;
/* Falls du möchtest, dass die rechte Box nicht zu groß wird */
max-width
:
6
00px
;
/* Falls du möchtest, dass die rechte Box nicht zu groß wird */
}
}
/* Responsiveness */
/* Responsiveness */
...
@@ -206,7 +183,17 @@
...
@@ -206,7 +183,17 @@
<div
class=
"left-column"
>
<div
class=
"left-column"
>
<button
class=
"box"
>
Download Work
</button>
<button
class=
"box"
>
Download Work
</button>
<button
class=
"box"
>
Upload Grade
</button>
<button
class=
"box"
>
Upload Grade
</button>
<div
class=
"box"
>
Points:
</div>
<div
class=
"box"
>
Points:
<div
class=
"boxinput"
>
<input
type=
"number"
id=
"kommazahl"
name=
"kommazahl"
step=
"0.01"
/>
</div>
</div>
<button
class=
"box"
>
Submit
</button>
<button
class=
"box"
>
Submit
</button>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
source/style.css
+
13
−
11
View file @
95ea3437
...
@@ -67,11 +67,12 @@ body {
...
@@ -67,11 +67,12 @@ body {
line-height
:
1.6
;
line-height
:
1.6
;
}
}
label
,
h1
,
a
{
label
,
color
:
var
(
--text-color
)
h1
,
a
{
color
:
var
(
--text-color
);
}
}
input
{
input
{
width
:
100%
;
width
:
100%
;
padding
:
0.75rem
;
padding
:
0.75rem
;
...
@@ -136,7 +137,9 @@ button:hover {
...
@@ -136,7 +137,9 @@ button:hover {
/* Vertikale Trennlinie */
/* Vertikale Trennlinie */
.divider
{
.divider
{
background-color
:
var
(
--divider-color
);
/* Dunklere Farbe für bessere Sichtbarkeit */
background-color
:
var
(
--divider-color
);
/* Dunklere Farbe für bessere Sichtbarkeit */
width
:
4px
;
/* Etwas breiter */
width
:
4px
;
/* Etwas breiter */
height
:
100%
;
height
:
100%
;
margin
:
0
;
/* Entfernt die seitlichen Abstände */
margin
:
0
;
/* Entfernt die seitlichen Abstände */
...
@@ -177,14 +180,12 @@ button:hover {
...
@@ -177,14 +180,12 @@ button:hover {
font-weight
:
bold
;
font-weight
:
bold
;
}
}
.box
:hover
{
.boxinput
{
background-color
:
var
(
--btn-hover-color
);
padding-left
:
1rem
;
border
:
1px
solid
var
(
--btn-hover-color
);
cursor
:
pointer
;
}
}
li
{
li
{
list-style
:
none
;
;
list-style
:
none
;
}
}
/* Responsive Design */
/* Responsive Design */
...
@@ -197,7 +198,8 @@ li {
...
@@ -197,7 +198,8 @@ li {
display
:
none
;
display
:
none
;
}
}
.left-column
,
.right-column
{
.left-column
,
.right-column
{
padding
:
0
;
padding
:
0
;
}
}
...
...
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
sign in
to comment