Indention fixed to save space

This commit is contained in:
Kai Lauterbach 2023-05-05 10:22:52 +02:00
parent fe8b70a5b9
commit d1a0aeb404
2 changed files with 86 additions and 104 deletions

View file

@ -1,52 +1,43 @@
#tab-lights, #tab-config, #tab-tde { #tab-lights, #tab-config, #tab-tde {
display: none; display: none;
background-color: #ffffff; background-color: #ffffff;
color: black; color: black;
font-weight: bold; font-weight: bold;
} }
#tab-lights.visible { #tab-lights.visible {
display: block; display: block;
} }
#tab-config.visible { #tab-config.visible {
display: block; display: block;
} }
#tab-tde.visible { #tab-tde.visible {
display: block; display: block;
} }
/* CSS-Regeln für die Tabellenzellen */ .pure-table td {
.pure-table td { padding: 4px;
padding: 4px; }
} .pure-form input[type="number"] {
width: 60px;
/* CSS-Regeln für die Eingabefelder */ height: 20px;
.pure-form input[type="number"] { border-radius: 3px;
width: 60px; border: 1px solid #ccc;
height: 20px; }
border-radius: 3px; .pure-form select {
border: 1px solid #ccc; width: 80px;
} height: 26px;
border-radius: 3px;
/* CSS-Regeln für die Auswahllisten */ border: 1px solid #ccc;
.pure-form select { background-color: #fff;
width: 80px; }
height: 26px; .pure-button {
border-radius: 3px; background-color: #5a5a5a;
border: 1px solid #ccc; color: #fff;
background-color: #fff; border-radius: 3px;
} border: none;
padding: 8px 12px;
/* CSS-Regeln für den Export-Button */ font-size: 14px;
.pure-button { cursor: pointer;
background-color: #5a5a5a; }
color: #fff; .pure-button:hover {
border-radius: 3px; background-color: #333;
border: none; }
padding: 8px 12px;
font-size: 14px;
cursor: pointer;
}
.pure-button:hover {
background-color: #333;
}

View file

@ -1,52 +1,43 @@
#tab-lights, #tab-config, #tab-tde { #tab-lights, #tab-config, #tab-tde {
display: none; display: none;
background-color: #ffffff; background-color: #ffffff;
color: black; color: black;
font-weight: bold; font-weight: bold;
} }
#tab-lights.visible { #tab-lights.visible {
display: block; display: block;
} }
#tab-config.visible { #tab-config.visible {
display: block; display: block;
} }
#tab-tde.visible { #tab-tde.visible {
display: block; display: block;
} }
/* CSS-Regeln für die Tabellenzellen */ .pure-table td {
.pure-table td { padding: 4px;
padding: 4px; }
} .pure-form input[type="number"] {
width: 60px;
/* CSS-Regeln für die Eingabefelder */ height: 20px;
.pure-form input[type="number"] { border-radius: 3px;
width: 60px; border: 1px solid #ccc;
height: 20px; }
border-radius: 3px; .pure-form select {
border: 1px solid #ccc; width: 80px;
} height: 26px;
border-radius: 3px;
/* CSS-Regeln für die Auswahllisten */ border: 1px solid #ccc;
.pure-form select { background-color: #fff;
width: 80px; }
height: 26px; .pure-button {
border-radius: 3px; background-color: #5a5a5a;
border: 1px solid #ccc; color: #fff;
background-color: #fff; border-radius: 3px;
} border: none;
padding: 8px 12px;
/* CSS-Regeln für den Export-Button */ font-size: 14px;
.pure-button { cursor: pointer;
background-color: #5a5a5a; }
color: #fff; .pure-button:hover {
border-radius: 3px; background-color: #333;
border: none; }
padding: 8px 12px;
font-size: 14px;
cursor: pointer;
}
.pure-button:hover {
background-color: #333;
}