Procházet zdrojové kódy

Evolution #765: Barre menu utilisteurs suivis

Sevajol Bastien před 11 roky
rodič
revize
0021f73839

+ 6 - 0
src/Muzich/CoreBundle/Resources/public/css/main.css Zobrazit soubor

828
   display: block;
828
   display: block;
829
 }
829
 }
830
 
830
 
831
+ul.submenu
832
+{
833
+  direction: rtl;
834
+  text-align: left;
835
+}
836
+
831
 #tabs_tag_search_buttons
837
 #tabs_tag_search_buttons
832
 {
838
 {
833
   margin: 0;
839
   margin: 0;

+ 1 - 0
src/Muzich/CoreBundle/Resources/public/js/muzich.js Zobrazit soubor

2641
   $('div#secondarymenu ul.submenu').each(function(){
2641
   $('div#secondarymenu ul.submenu').each(function(){
2642
     if ($(this).find('li').length > 7)
2642
     if ($(this).find('li').length > 7)
2643
     {
2643
     {
2644
+      // TODO:  Hardcode bouh !
2644
       $(this).css('overflow', 'auto');
2645
       $(this).css('overflow', 'auto');
2645
       $(this).css('height', '283px');
2646
       $(this).css('height', '283px');
2646
     }
2647
     }