Optimized GUI

- Widened left navigation width to avoid width scrolling.
- Removed column 'Reihungstest' informing what kind of test
  needs to be solved (Basic / Quereinstieg)
- Status now multilingual
- Renamend 'Quereinsteiger' to 'Quereinstieg'
- Nav-button of Quereinsteiger-Studiengänge in new color
This commit is contained in:
Cris
2019-05-14 10:57:03 +02:00
committed by hainberg
parent 83607fcfbc
commit b0cabff783
6 changed files with 17 additions and 18 deletions
+8 -2
View File
@@ -407,6 +407,12 @@ TABLE#tabterm
{
margin:auto;
}
.well
{
background-color: white;
border: 2px solid #add4ea;
}
td.rand /* Seitenraender des CIS */
{
font-size: 11px;
@@ -458,8 +464,8 @@ td.HeaderTesttool /*fuer die Button-Optik beim Testtool*/
}
td.HeaderTesttoolSTG /*fuer die Button-Optik der Quereinstiegs-Studiengänge beim Testtool*/
{
color: #00639C;
border: 2px solid #00639C;
color: white;
border: 2px solid #add4ea;
padding: 10px;
max-width: 100px;
overflow: hidden;