--- a/integration/v2/14-creation_fragment.html Fri Jun 21 15:06:51 2013 +0200
+++ b/integration/v2/14-creation_fragment.html Fri Jun 21 17:29:12 2013 +0200
@@ -28,10 +28,12 @@
<form method="GET" action="/egonomy/allpictures/">
<p>
<input id="id_search" type="text" placeholder="Rechercher dans le site">
- <select class="search-type">
- <option selected="" value="/egonomy/allpictures/">Images</option>
- <option value="/egonomy/allfragments/">Fragments</option>
- </select>
+ <label class="styled-select">
+ <select>
+ <option selected="" value="/egonomy/allpictures/">Images</option>
+ <option value="/egonomy/allfragments/">Fragments</option>
+ </select>
+ </label>
</p>
<input type="hidden" name="field" value="all">
</form>