- priority display and priority change possible on infocenterdetails page

- different sort order of zgvpruefungen (prestudenten)
This commit is contained in:
alex
2018-10-22 15:28:21 +02:00
parent 57166136d0
commit 3423830f60
9 changed files with 630 additions and 115 deletions
+25 -1
View File
@@ -7,7 +7,31 @@
border-bottom: 1px solid #eee;
}
/*change of panel colors (grey) */
.headerrightform
{
margin: 28px 0 20px -30px;
padding: 6.4px 0 9px;
border-bottom: 1px solid #eee;
}
.headerrightform .form-group{
margin-bottom: 0;
margin-left: 5px;
}
.headerrightform .form-control{
height: 32px;
font-size: 13px;
}
/*heading with colored background*/
.headercolorbg {
background-color: #dfdfdf;
padding: 3px 0;
border-radius: 5px;
}
/*change of panel colors (to grey) */
.panel-primary > .panel-heading, .panel-primary > .panel-collapse > .panel-footer, .panel-primary > .panel-footer{
color: black;
background-color: #dfdfdf;