Project

General

Profile

« Previous | Next » 

Revision deb35bf3

Added by Benjamin Dauvergne over 13 years ago

personnes: move inline style to style.css

View differences:

calebasse/personnes/templates/personnes/acces.html
});
});
</script>
<style>
#input-box { position: relative; }
div input { display: inline; }
.clear {
position: absolute;
top: 6px;
right: 3px;
display: none;
}
.clear:active {
color: black;
}
</style>
{% endblock %}
{% block appbar %}
......
<div>
<h3>Rechercher dans les comptes</h3>
<form>
<label>Identifiant : <div id="input-box"><input type="text"/ name='identifier' value="{{ request.GET.identifier }}"><span class="clear">&#x2716;</span></div></label>
<label>Identifiant : <div class="text-input-wrapper"><input type="text"/ name='identifier' value="{{ request.GET.identifier }}"><span class="clear">&#x2716;</span></div></label>
<button>Rechercher</button>
</form>
</div>

Also available in: Unified diff