Indention fixed to save space
This commit is contained in:
parent
fe8b70a5b9
commit
d1a0aeb404
2 changed files with 86 additions and 104 deletions
|
@ -13,20 +13,15 @@
|
|||
#tab-tde.visible {
|
||||
display: block;
|
||||
}
|
||||
/* CSS-Regeln für die Tabellenzellen */
|
||||
.pure-table td {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/* CSS-Regeln für die Eingabefelder */
|
||||
.pure-form input[type="number"] {
|
||||
width: 60px;
|
||||
height: 20px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
/* CSS-Regeln für die Auswahllisten */
|
||||
.pure-form select {
|
||||
width: 80px;
|
||||
height: 26px;
|
||||
|
@ -34,8 +29,6 @@
|
|||
border: 1px solid #ccc;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* CSS-Regeln für den Export-Button */
|
||||
.pure-button {
|
||||
background-color: #5a5a5a;
|
||||
color: #fff;
|
||||
|
@ -45,8 +38,6 @@
|
|||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.pure-button:hover {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
|
|
|
@ -13,20 +13,15 @@
|
|||
#tab-tde.visible {
|
||||
display: block;
|
||||
}
|
||||
/* CSS-Regeln für die Tabellenzellen */
|
||||
.pure-table td {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/* CSS-Regeln für die Eingabefelder */
|
||||
.pure-form input[type="number"] {
|
||||
width: 60px;
|
||||
height: 20px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
/* CSS-Regeln für die Auswahllisten */
|
||||
.pure-form select {
|
||||
width: 80px;
|
||||
height: 26px;
|
||||
|
@ -34,8 +29,6 @@
|
|||
border: 1px solid #ccc;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* CSS-Regeln für den Export-Button */
|
||||
.pure-button {
|
||||
background-color: #5a5a5a;
|
||||
color: #fff;
|
||||
|
@ -45,8 +38,6 @@
|
|||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.pure-button:hover {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue