quickinfo search form: minor visual tweaks
This commit is contained in:
@ -11,10 +11,13 @@
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
h4 {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<b>{% trans "KEEN Quick Image Search" %}</b>
|
<h4>{% trans "KEEN Quick Image Search" %}</h4>
|
||||||
<font size="-2"> {% trans "please input material number" %}</font>
|
<font size="-2"> {% trans "please input material number" %}</font>
|
||||||
<form action="{% url 'quickinfo_result' %}" method='get'>
|
<form action="{% url 'quickinfo_result' %}" method='get'>
|
||||||
<input type="text" name="id">
|
<input type="text" name="id">
|
||||||
|
|||||||
Reference in New Issue
Block a user