auswertung_fhtw.php:

- multiselect von Reihungstests möglich
- css in public/auswertung_fhtw.css ausgelagert
This commit is contained in:
alex
2020-03-13 19:25:25 +01:00
parent 0245bff11c
commit d00aec9a72
2 changed files with 541 additions and 235 deletions
+178
View File
@@ -0,0 +1,178 @@
.info
{
color: #0c5460;
background-color: #d1ecf1;
padding: .75rem 1.25rem;
border: 1px solid #bee5eb;;
}
.warning
{
color: #856404;
background-color: #fff3cd;
padding: .75rem 1.25rem;
border: 1px solid #ffeeba;
}
.error
{
color: #721c24;
background-color: #f8d7da;
padding: .75rem 1.25rem;
border: 1px solid #f5c6cb;
}
.loaderIcon
{
border: 8px solid #f3f3f3; /* Light grey */
border-top: 8px solid #3498db; /* Blue */
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 2s linear infinite;
margin-right: auto;
margin-left: auto;
}
@keyframes spin
{
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.alert > .btn
{
padding: 0 6px;
}
/*** Bootstrap popover ***/
#popover-target label
{
margin: 0 5px;
display: block;
}
#popover-target input
{
margin-right: 5px;
}
#popover-target .disabled
{
color: #ddd;
}
.glyphicon-remove
{
font-size: 150%;
margin: -5px 0;
top: 4px;
}
.ui-autocomplete-loading
{
background: white url("../../../skin/images/spinner.gif") right 5px center no-repeat;
}
#paramstbl
{
margin-bottom: 0;
}
#rtwaehlen
{
white-space: nowrap;
padding: 10px;
}
.rtchkbox
{
float: left;
}
.rtchkboxlabel:hover
{
color: white;
background-color: #337ab7;
cursor: pointer;
}
/*.rtchkbox:hover,.rtchkbox input:hover,.rtchkbox label:hover
{
cursor: pointer;
}*/
.rtchkbox label
{
font-weight: normal;
}
#rtcheckboxes
{
height: 100%;
width: 500px;
left: 155px;
position: absolute;
z-index: 9999999;
overflow-y: auto;
border: 1px solid;
padding: 8px;
background-color: white;
display: none
}
#auswertencell
{
vertical-align: middle;
padding: 0 5px;
border-right: 1px solid #ddd;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#addpers,#toggleDelete,#checkAllResButton,#showUebertragenOptionsButton,#punkteUebertragenButton
{
margin-left: 10px;
}
.loaderIcon
{
display: none;
margin-top: 10px;
}
.hiddenEl
{
display: none;
}
.textcentered
{
text-align: center;
}
th.smallcol
{
width: 20px;
}
th.toggletblchkboxcol
{
width: 30px;
}
.rightaligned
{
text-align: right;
padding-right: 3px;
}
.redcolor
{
color: red;
}
.darkredcolor
{
color: #c82333;
}
.darkyellowcolor
{
color: #e0a800;
}
.zerovalcolor
{
color: #C10000;
}