ソースを参照

Anomalie #795: Design: chromium: champ recherche

Bastien Sevajol 11 年 前
コミット
1d2d07e77e
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      src/Muzich/CoreBundle/Resources/public/css/main.css
  2. 1 1
      src/Muzich/CoreBundle/Resources/public/js/muzich.js

+ 1 - 1
src/Muzich/CoreBundle/Resources/public/css/main.css ファイルの表示

@@ -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 ファイルの表示

@@ -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