mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
- priority display and priority change possible on infocenterdetails page
- different sort order of zgvpruefungen (prestudenten)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user