Explorar el Código

Anomalie #795: Design: chromium: champ recherche

Bastien Sevajol hace 11 años
padre
commit
1d2d07e77e

+ 1 - 1
src/Muzich/CoreBundle/Resources/public/css/main.css Ver fichero

@@ -712,7 +712,7 @@ div.seachboxcontainer input
712 712
   margin: 0;
713 713
   padding: 0;
714 714
   padding-left: 6px;
715
-  width: 222px;
715
+  width: 220px;
716 716
 }
717 717
 div.seachboxcontainer img
718 718
 {

+ 1 - 1
src/Muzich/CoreBundle/Resources/public/js/muzich.js Ver fichero

@@ -413,7 +413,7 @@ $(document).ready(function(){
413 413
       
414 414
       var form = $('form[name="search"]');
415 415
       id = str_replace('element_tag_', '', $(this).attr('id'));
416
-      var tag = new Tag(id, $(this).text());
416
+      var tag = new Tag(id, $.trim($(this).text()));
417 417
       
418 418
       window.search_tag_prompt_connector.initializeTags([tag]);
419 419