@@ -614,3 +614,49 @@ textarea[readonly] {
614
614
border-radius : 3px 0 0 3px ;
615
615
}
616
616
617
+ /* X menu patch */
618
+ # mainMenu li > i {margin : 0 5px 0 0 }
619
+ .side_nav ul li > a {background : transparent !important ;color : # 08c !important ;border : none !important ;box-shadow : inset -1px -1px 1px # ccc }
620
+ .side_nav ul li > a : hover {background : # ddd !important }
621
+ .side_nav ul li div a {background : # fff }
622
+ # subMenu {display : none}
623
+ /* X mobile patch */
624
+ @media screen and (max-width : 800px ){
625
+ # mainMenu .accordion {display : none}
626
+ # subMenu {display : block}
627
+ # loadingBlock {margin-top : 50px !important }
628
+ .wrapper {width : 100% }
629
+ .wrapper > .container-fluid , .wrapper > form > .container-fluid {padding : 0 5px 5px 5px ;margin : 0 }
630
+ .container-fluid {padding : none}
631
+ # TopBanner .span6 {width : auto;float : none;margin : 5px ;}
632
+ # TopBanner .container-fluid {padding : 0 ;margin : 0 }
633
+ # logo {height : 50px ;margin : -5px auto -18px auto;}
634
+ .row-fluid > .span3 , .row-fluid > .span9 {float : none;width : auto;margin : 0 }
635
+ /*menu*/
636
+ .sidebar-nav .side_nav , # mainMenu {padding : none;background : none}
637
+ # mainMenu {margin : -22px 0 10px 0 ;list-style : none;background : none repeat scroll 0 0 # F5F5F5 }
638
+ # mainMenu li {float : left; width : 50% ;}
639
+ # mainMenu li a {border-radius : none;display : block;line-height : 30px ;text-align : center}
640
+ # subMenu {clear : both;background : none}
641
+ # subMenu a {display : block;height : 30px ;overflow : hidden;float : left;width : 33.3% ;padding : 0 ;line-height : 30px }
642
+ /*body menu*/
643
+ .row-fluid .span9 {float : none;width : auto;margin : 0 }
644
+ .row-fluid > .span2 {float : none;width : auto;height : auto}
645
+ .row-fluid .span10 {float : none;width : auto;margin : 0 }
646
+ # menu_body .sitemap .nav-list {padding : 0 }
647
+ # menu_body .sitemap .nav-list > li > a {margin : 0 ;padding : 0 }
648
+ # menu_body .sitemap table {font-size : 0.9em ;}
649
+ # menu_body .sitemap table td {padding : 3px }
650
+ # menu_body .sitemap table td li {line-height : 22px }
651
+ .chart-parent {width : 100% ;overflow : scroll}
652
+ /*tabM devs*/
653
+ .row-fluid > .span2 > .well {height : 50px !important ;padding : 0 !important }
654
+ .quickmenu {padding : 0 !important ;margin : 5px 0 ;position : relative;}
655
+ .quickmenu .sub {float : left;width : 20% ;position : relative}
656
+ .quickmenu .badge {margin : 0 10px 0 -30px }
657
+ .big-icons , .big-ss {width : 35px !important ;height : 35px !important ;background-size : 35px ;}
658
+ # iconInternet {background-position : 0 0 !important }
659
+ # iconRouter {background-position : 0 -165px !important }
660
+ # iconClient {background-position : 0 -82px !important }
661
+ # iconUSBdisk0 {background-position : 0 -333px !important }
662
+ }
0 commit comments