Ver código fonte

Hiding header center, header left in small screens

Julio Montoya 13 anos atrás
pai
commit
ac2320c966
1 arquivos alterados com 8 adições e 8 exclusões
  1. 8 8
      main/css/responsive.css

+ 8 - 8
main/css/responsive.css

@@ -1,4 +1,3 @@
-
 /* media queries responsive */
 
 /* Responsive Docs */
@@ -10,7 +9,12 @@
         display:none;
     }
     
-    #footer_right #admin_name, #footer_right #software_name {
+    header #header_center, header #header_right {
+        display:none;
+    }
+    
+    
+    #footer_left , #footer_right #admin_name, #footer_right #software_name {
         text-align: center !important;
     }    
     
@@ -33,7 +37,7 @@
         
     .notification-panel {
         display:none;
-    }   
+    }
 }
 
 @media (max-width: 767px) {
@@ -102,18 +106,14 @@
     .footer p {
         margin-bottom: 9px;
     }
-    
-
 }
 
-@media (min-width: 768px) and (max-width: 979px) {
+@media (min-width: 768px) and (max-width: 978px) {
     /* fixes tabs */
     .subnav .nav-tabs > li > a, .subnav .nav-pills > li > a {
         padding-left: 6px;
         padding-right: 6px;
     }
-    
-
 }
 
 @media (max-width: 979px) {