Set minimum height of host table avatar column
This commit is contained in:
parent
5cfb37cae2
commit
dcea8a374b
@ -270,6 +270,12 @@ pre {
|
|||||||
padding: 0.5rem
|
padding: 0.5rem
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background: #eee;
|
||||||
|
border-radius: 0.2rem;
|
||||||
|
font-size: 0.95rem;
|
||||||
|
}
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
padding-right: 0.5rem;
|
padding-right: 0.5rem;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
@ -324,6 +330,7 @@ table.hosts td:first-child {
|
|||||||
min-width: 60px;
|
min-width: 60px;
|
||||||
max-width: 80px;
|
max-width: 80px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
height: 62px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.hosts th:nth-child(2),
|
table.hosts th:nth-child(2),
|
||||||
@ -449,6 +456,10 @@ fieldset>input {
|
|||||||
clear: right;
|
clear: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.hosts td:first-child {
|
||||||
|
height: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
footer #more_info nav.column {
|
footer #more_info nav.column {
|
||||||
clear: none;
|
clear: none;
|
||||||
float: left;
|
float: left;
|
||||||
@ -504,4 +515,4 @@ fieldset>input {
|
|||||||
fieldset>table td input[type="radio"] {
|
fieldset>table td input[type="radio"] {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user