mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 16:32:20 +00:00
Infocenter changes
- new button for Freigabe zum Reihungstest, sending message to bewerber when freigabe - button Freigabe for Studiengang with Statusgrund - Ausbildungssemester can be saved - Using Vorlagen for Freigabe Mail to assistance and message to bewerber - Added Nation of address at details page - Scroll to top button on details page - moved messageList js to own file
This commit is contained in:
@@ -35,4 +35,34 @@
|
||||
top: -4px;
|
||||
right: 2px;
|
||||
left: 2px;
|
||||
}
|
||||
|
||||
.ausbildungssemselect{
|
||||
width: 40px !important;
|
||||
margin-top: -5px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.frgstatusgrselect{
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
#scrollToTop{
|
||||
display: none;
|
||||
position: fixed;
|
||||
bottom: 1%;
|
||||
right: 0.3%;
|
||||
z-index: 99;
|
||||
border: none;
|
||||
outline: none;
|
||||
background-color: #dfdfdf;
|
||||
color: black;
|
||||
cursor: pointer;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#scrollToTop:hover{
|
||||
background-color: lightgrey;
|
||||
}
|
||||
Reference in New Issue
Block a user