Styling issues
This commit is contained in:
parent
41262ee1d9
commit
ff090fbb3c
3 changed files with 31 additions and 1 deletions
|
@ -145,4 +145,26 @@ td.disabled {
|
||||||
|
|
||||||
.dock-top {
|
.dock-top {
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
.cell .form_factor {
|
||||||
|
font-size: 75%;
|
||||||
|
top: 3px;
|
||||||
|
right: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cell .price {
|
||||||
|
font-size: 75%;
|
||||||
|
bottom: 3px;
|
||||||
|
left: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cell .shop {
|
||||||
|
bottom: 3px;
|
||||||
|
right: 7px;
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
|
@ -94,8 +94,12 @@ h1 .small {
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 .small {
|
h2 .small {
|
||||||
|
display: inline-block;
|
||||||
|
max-width: 400px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav h2 {
|
nav h2 {
|
||||||
|
@ -143,6 +147,10 @@ body {
|
||||||
body {
|
body {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 .small {
|
||||||
|
max-width: 200px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
img.icon {
|
img.icon {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
{% block title %}Tags{% endblock %}
|
{% block title %}Tags{% endblock %}
|
||||||
|
|
||||||
{% block header_bar %}
|
{% block header_bar %}
|
||||||
Tags
|
Inventory Management - Tags
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
Loading…
Reference in a new issue