Merge branch 'master' into feature-3716/Messaging_inbox_outbox_user

This commit is contained in:
Paolo
2020-01-16 16:36:57 +01:00
457 changed files with 39585 additions and 46623 deletions
+21
View File
@@ -113,3 +113,24 @@
#applyFilter, #saveCustomFilterButton {
width: 100px;
}
.text-red {
color: red;
}
.text-orange {
color: orange;
}
.text-blue {
color: blue;
}
.text-green {
color: green;
}
#dragAndDropFieldsArea
{
display: inline-table !important;
}
+14
View File
@@ -2,22 +2,36 @@
margin: 10px 0 5px;
}
h1 {
margin-top: 0px;
font-size: 2rem;
}
h2 {
margin-top: 0px;
font-size: 1.8rem;
}
h3 {
margin-top: 0px;
font-size: 1.6rem;
}
h4 {
margin-top: 0px;
font-size: 1.4rem;
}
h5 {
margin-top: 0px;
font-size: 1.2rem;
}
h6 {
margin-top: 0px;
font-size: 1rem;
}
body
{
background-color: white;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1;
}
+28 -1
View File
@@ -65,4 +65,31 @@
#scrollToTop:hover{
background-color: lightgrey;
}
}
#postponedate{
height: 25px;
width: 99px
}
#postponedatelabel{
font-weight: normal;
}
@media screen and (max-width: 1510px)
{
#postponing{
text-align: center;
}
#postponedatelabel{
display: block;
margin-top: 20px;
}
}
@media screen and (max-width: 768px)
{
#postponedate {
display: inline-block
}
}
@@ -0,0 +1,12 @@
/* styles for infocenter overview page */
/* horizontal line after Studiensemester in dataset table header */
hr.studiensemesterline
{
margin: 6px 6px;
}
.onhold
{
color: #CDAD00
}
+1 -1
View File
@@ -42,7 +42,7 @@ table.tablesort-hover tr:hover, .tablesort-active {
}
/* Remove background color from filter row */
.tablesorter-default .tablesorter-filter-row td {
.tablesorter-default .tablesorter-filter-row td, .tablesorter-default .tablesorter-filter-row:hover td {
background-color: white !important;
}