You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by ma...@apache.org on 2013/02/06 10:29:14 UTC

svn commit: r1442875 - in /incubator/bloodhound/trunk/bloodhound_theme/bhtheme: htdocs/bloodhound.css templates/bloodhound_theme.html

Author: matevz
Date: Wed Feb  6 09:29:14 2013
New Revision: 1442875

URL: http://svn.apache.org/viewvc?rev=1442875&view=rev
Log:
#367 - Improvements to responsive layout solution

Modified:
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html

Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1442875&r1=1442874&r2=1442875&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Wed Feb  6 09:29:14 2013
@@ -553,13 +553,13 @@ input[type="submit"].btn.btn-micro {
   #logo, #usermenu, #breadcrumbbar {
     float: left;
   }
-    
+
   #searchbox {
     float: left;
     margin-right: 10px;
   }
 
-  .breadcrumb {
+  #mainnav {
     margin-top: 7px;
   }
 
@@ -609,7 +609,7 @@ input[type="submit"].btn.btn-micro {
   .container:first-child {
     border-left: 0px solid white;
     border-right: 0px solid white;
-    padding: 0px;
+    padding: 0px 4px;
   }
 
   header, #belowStatus, #mobile-activity,

Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html?rev=1442875&r1=1442874&r2=1442875&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html Wed Feb  6 09:29:14 2013
@@ -214,7 +214,7 @@
           <!--! main navigation tabs -->
           <div class="span6">
             <ul py:if="chrome.nav.mainnav or chrome.nav.metanav"
-                class="nav nav-tabs pull-right hidden-phone"
+                class="nav nav-tabs pull-right"
                 id="mainnav"
                 py:with="mainnav_show = ('wiki', 'tickets', 'browser');
                          metanav_hide = ('login', 'logout', 'prefs', 'help', 'about')">