Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mauritz, Falk Marius
SWTII Cal
Commits
df3cd6ba
Commit
df3cd6ba
authored
Jun 11, 2019
by
Waage, Daniel
👃🏻
Browse files
Pfeile im Calender_main gefixt :^)
parent
d6c11c16
Pipeline
#6497
passed with stage
in 5 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/lib/src/view/components/calendar_main.css
View file @
df3cd6ba
...
...
@@ -15,7 +15,7 @@ td:hover{
}
h4
{
text-align
:
center
;
cursor
:
hand
;
cursor
:
pointer
;
}
table
tr
{
...
...
frontend/lib/src/view/components/calendar_main.html
View file @
df3cd6ba
...
...
@@ -37,6 +37,6 @@
</tr>
</table>
<h4
(click)=
"next()"
>
Next
-
>>
;
</h4>
<h4
(click)=
"previous()"
>
&
lt;<
-
Previous
</h4>
<h4
(click)=
"next()"
>
Next
→
;
</h4>
<h4
(click)=
"previous()"
>
&
#8592;
Previous
</h4>
</div>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment