Browse Source

fix little errors: id of menu

Bastien Sevajol 11 years ago
parent
commit
884e5d63d2

+ 2 - 2
src/Muzich/CoreBundle/Resources/public/css/old.css View File

@@ -934,7 +934,7 @@ a.more
934 934
 	position: fixed; left: 0; top: 0;
935 935
 	width: 100%; height: 100%;
936 936
 	opacity: .80;
937
-	z-index: 9999;
937
+	z-index: 100001;
938 938
 }
939 939
 .popin_block{
940 940
 	background: #fff;
@@ -944,7 +944,7 @@ a.more
944 944
 	font-size: 1.2em;
945 945
 	position: fixed;
946 946
 	top: 50%; left: 50%;
947
-	z-index: 99999;
947
+	z-index: 100002;
948 948
 	/*--Les différentes définitions de Box Shadow en CSS3--*/
949 949
 	-webkit-box-shadow: 0px 0px 20px #000;
950 950
 	-moz-box-shadow: 0px 0px 20px #000;

+ 1 - 1
src/Muzich/CoreBundle/Resources/public/js/muzich.js View File

@@ -1252,7 +1252,7 @@ $(document).ready(function(){
1252 1252
   });
1253 1253
   
1254 1254
   // Selection Réseau global / Mon réseau
1255
-  $('a.all_network, a.my_network').live('click', function(){
1255
+  $('ul#tabs_tag_search_buttons a.all_network, ul#tabs_tag_search_buttons  a.my_network').live('click', function(){
1256 1256
     
1257 1257
     if ($('form[name="search"]').length)
1258 1258
     {

+ 1 - 1
src/Muzich/CoreBundle/Resources/views/Menu/main_menu.html.twig View File

@@ -6,7 +6,7 @@
6 6
   
7 7
   {% if app.user %}
8 8
     <li class="{% if network_public == '1' and not ids_display %}selected{% endif %}">
9
-      <a id="link_all_network" href="{{ path('home') }}" class="all_network">
9
+      <a href="{{ path('home') }}" class="all_network">
10 10
         {{ 'filter.network_generic'|trans({}, 'userui') }}
11 11
       </a>
12 12
     </li>