forked from beba/foerderbarometer
add CSS styles for form layout
This commit is contained in:
parent
a2ec4071b4
commit
8ba54bdca9
|
|
@ -0,0 +1,11 @@
|
||||||
|
.star {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wm-table {
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.col-request {
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
<link rel="stylesheet" href="{% static 'admin/css/base.css' %}">
|
<link rel="stylesheet" href="{% static 'admin/css/base.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'admin/css/widgets.css' %}">
|
<link rel="stylesheet" href="{% static 'admin/css/widgets.css' %}">
|
||||||
|
|
||||||
<!-- Projektweite Styles -->
|
<!-- Project Styles -->
|
||||||
<link rel="stylesheet" type="text/css" href="{% static 'css/forms.css' %}">
|
<link rel="stylesheet" type="text/css" href="{% static 'css/forms.css' %}">
|
||||||
<link rel="stylesheet" type="text/css" href="{% static 'css/base.css' %}">
|
<link rel="stylesheet" type="text/css" href="{% static 'css/base.css' %}">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue