소스 검색

More CSS small screen changes

Julio Montoya 12 년 전
부모
커밋
dfea4a8ec6
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      main/css/responsive.css

+ 10 - 0
main/css/responsive.css

@@ -19,9 +19,19 @@
     .navbar .brand {
          font-size: 14px;
     }
+    
+    /* In order to avoid clicking in the main title instead of the expand button */
+    .subnav .navbar-inner .in{
+        margin-top: 45px 
+    }
 }
 
 @media (max-width: 480px) {
+    
+    .subnav .navbar-inner .in{
+        margin-top: 45px 
+    }
+    
     /* No chat in mobiles */
     #chatmain {
         display:none;