HBASE-14797 Last round of CSS fix-ups

Fixes margins in mobile views to prevent scrolling


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/96b2c070
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/96b2c070
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/96b2c070

Branch: refs/heads/hbase-12439
Commit: 96b2c0703b32b7e2eff03cdb4a05d7ad13b17909
Parents: ffb1e78
Author: Misty Stanley-Jones <mstanleyjo...@cloudera.com>
Authored: Wed Nov 11 12:08:40 2015 +1000
Committer: Misty Stanley-Jones <mstanleyjo...@cloudera.com>
Committed: Wed Nov 11 13:50:17 2015 +1000

----------------------------------------------------------------------
 src/main/site/resources/css/site.css            | 49 +++++++++++---------
 .../maven-fluido-skin/maven-metadata-local.xml  |  2 +-
 2 files changed, 28 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/96b2c070/src/main/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/src/main/site/resources/css/site.css 
b/src/main/site/resources/css/site.css
index 65adda7..8e7acb6 100644
--- a/src/main/site/resources/css/site.css
+++ b/src/main/site/resources/css/site.css
@@ -19,12 +19,10 @@
 
 
/*@import(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.min.css);
 
@import(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap-responsive.css);*/
-
 html {
   background-color: #fff;
 }
 body {
-  width: 100%;
   font-size: 16px;
 }
 li {
@@ -36,10 +34,10 @@ div#banner,
 div#breadcrumbs,
 div#bodyColumn,
 footer {
-  width: 98%;
+  width: initial;
   max-width: 1000px;
-  margin-left: 5px;
-  margin-right: 5px;
+  padding-left: 20px;
+  padding-right: 20px;
   clear: both;
 }
 footer {
@@ -63,7 +61,7 @@ li#publishDate.pull-right {
 .navbar-fixed-top .container,
 .navbar-fixed-bottom .container,
 .navbar-inner {
-  width: 100%;
+  width: initial;
 }
 /* Change the color and effect when clicking in menus */
 .dropdown-menu>li>a:hover,
@@ -80,35 +78,42 @@ li#publishDate.pull-right {
   position: static;
 }
 
-@media only screen and (max-width: 977px) {
+@media only screen and (max-width: 979px) {
+  body {
+    padding-left: 0;
+    padding-right: 0;
+    width: initial;
+    margin: 0;
+  }
   /* Without this rule, drop-down divs are a fixed height
    * the first time they are expanded */
   .collapse.in {
-      height: auto;
-  }
-  /* Fix Google Search Results box on small screens */
-  input.gsc-input,
-  .gsc-input-box,
-  .gsc-input-box-hover,
-  .gsc-input-box-focus,
-  .gsc-search-button,
-  .gsc-results-wrapper-visible {
-    -webkit-box-sizing: content-box;
-    -moz-box-sizing: content-box;
-    box-sizing: content-box;
+      height: auto !important;
   }
-
   div#search-form.navbar-search.pull-right {
     padding: 0;
     margin-left: ;
-    width: 100%;
+    width: initial;
     clear: both;
   }
 }
 
-/* Fix Google Custom Search results div on very narrow screens */
+/* Fix Google Custom Search results on very narrow screens */
 @media(max-width: 480px) {
     .gsc-overflow-hidden .nav-collapse {
         -webkit-transform: none;
     }
+}
+
+/* Override weird body padding thing that causes scrolling */
+@media (max-width: 767px)
+body {
+    padding-right: 0;
+    padding-left: 0;
+}
+
+@media (max-width: 767px)
+.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
+  margin-left: 0;
+  margin-right: 0;
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/hbase/blob/96b2c070/src/main/site/resources/repo/org/apache/maven/skins/maven-fluido-skin/maven-metadata-local.xml
----------------------------------------------------------------------
diff --git 
a/src/main/site/resources/repo/org/apache/maven/skins/maven-fluido-skin/maven-metadata-local.xml
 
b/src/main/site/resources/repo/org/apache/maven/skins/maven-fluido-skin/maven-metadata-local.xml
index 2e88b62..65791e8 100644
--- 
a/src/main/site/resources/repo/org/apache/maven/skins/maven-fluido-skin/maven-metadata-local.xml
+++ 
b/src/main/site/resources/repo/org/apache/maven/skins/maven-fluido-skin/maven-metadata-local.xml
@@ -7,6 +7,6 @@
     <versions>
       <version>1.5-HBASE</version>
     </versions>
-    <lastUpdated>20151110051405</lastUpdated>
+    <lastUpdated>20151111033340</lastUpdated>
   </versioning>
 </metadata>

Reply via email to