forms layout - small labels

This commit is contained in:
Milan
2023-12-16 13:26:20 +01:00
parent cb068a8578
commit 8923c668a6
3 changed files with 16 additions and 8 deletions

View File

@@ -95,6 +95,11 @@ body,
}
#content div.panel-header,
#content .label {
font-family: Roboto condensed, Roboto, sans-serif;
}
#content div.panel-header,
#content button {
font-size: 1rem;
font-family: Roboto, sans-serif;
@@ -297,7 +302,7 @@ a {
}
#content .panel {
background:white;
background:#fff;
margin: 1rem;
padding: 1rem;
@@ -352,6 +357,10 @@ table {
vertical-align: middle;
}
td.label{
vertical-align: top;
}
#content td {
padding: 0.5rem;
}
@@ -582,7 +591,6 @@ table.tablesorter tr {
border: none;
border-bottom: 1px solid #ccc;
color: #000;
background: #fefefe;
box-sizing:border-box;
}
@@ -603,7 +611,6 @@ table.tablesorter tr {
#content textarea:hover,
#content textarea:focus {
border-bottom: 1px solid #03a9f4;
background:#fff;
}
#content select {