浏览代码

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;