Reduce some vertical padding/margin and remove some useless titles
in list.html and patch.html.
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Reviewed-by: Stephen Finucane <stephen@that.guru>
.filters {
border: 1px solid #cccccc;
border-radius: 4px;
- padding: 10px 20px;
- margin-bottom: 20px;
+ padding: 5px 20px;
+ margin: 15px 0;
}
a.filter-action {
}
div.patchforms {
- margin-top: 2em;
+ margin-top: 1em;
}
/* list order manipulation */
.paginator {
text-align: right;
clear: both;
- margin: 8px 0 20px;
+ margin: 8px 0 15px;
}
.paginator .prev-na,
table.patchmeta tr th, table.patchmeta tr td {
text-align: left;
- padding: 3px 10px 3px 10px;
+ padding: 1px 10px;
vertical-align: middle;
}
{% block body %}
-<h1>Patches</h1>
-
{% if errors %}
<p>The following error{{ errors|length|pluralize:" was,s were" }} encountered
while updating patches:</p>
</script>
<h1>{{ submission.name }}</h1>
-<div class="core-info">
- <span>Submitted by {{ submission.submitter|personify:project }} on {{ submission.date }}</span>
-</div>
-
-<h2>Details</h2>
<table class="patchmeta">
<tr>