mirror of
https://github.com/hequan2017/seal.git
synced 2026-02-03 18:23:34 +08:00
32 lines
1.0 KiB
Python
32 lines
1.0 KiB
Python
{% load static %}
|
|
|
|
<link href=" {% static "css/bootstrap.min.css" %}" rel="stylesheet">
|
|
<link href="{% static "font-awesome/css/font-awesome.css" %}" rel="stylesheet">
|
|
|
|
<link href="{% static "css/animate.css" %}" rel="stylesheet">
|
|
<link href="{% static "css/style.css" %} " rel="stylesheet">
|
|
|
|
<link href="{% static "css/datatables.min.css" %} " rel="stylesheet">
|
|
|
|
<link href="{% static "css/plugins/select2/select2.min.css" %} " rel="stylesheet">
|
|
|
|
|
|
<link href="{% static "css/plugins/sweetalert/sweetalert.css" %}" rel="stylesheet">
|
|
|
|
<link href="{% static "css/animate.css" %}" rel="stylesheet">
|
|
<link href="{% static "css/style.css" %}" rel="stylesheet">
|
|
|
|
|
|
<link href="{% static "css/plugins/toastr/toastr.min.css" %}" rel="stylesheet">
|
|
<link href="{% static "css/plugins/steps/jquery.steps.css" %}" rel="stylesheet">
|
|
|
|
<style>
|
|
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
line-height: 32px;
|
|
}
|
|
|
|
.select2-container .select2-selection--single {
|
|
height: 32px;
|
|
}
|
|
</style>
|