Author: gjm
Date: Tue Mar  5 15:10:26 2013
New Revision: 1452843

URL: http://svn.apache.org/r1452843
Log:
remove the DIV.stickyOffset and dropping #stickyStatus from templates other 
than bloodhound_theme.html - towards #431

Modified:
    
incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/templates/bh_model_view.html
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html

Modified: 
incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/templates/bh_model_view.html
URL: 
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/templates/bh_model_view.html?rev=1452843&r1=1452842&r2=1452843&view=diff
==============================================================================
--- 
incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/templates/bh_model_view.html
 (original)
+++ 
incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/templates/bh_model_view.html
 Tue Mar  5 15:10:26 2013
@@ -42,7 +42,7 @@
   <script type="text/javascript" 
src="${href.chrome('dashboard/js/bloodhound-stickyscroll.js')}"></script>
   <xi:include href="widget_macros.html" />
 
-  <div id="stickyStatus" class="span12">
+  <div class="span12">
     <div class="row">
       <div class="$colspan">
         $heading
@@ -63,8 +63,6 @@
     </div>
   </div>
 
-  <div class="stickyOffset" style="height: 0px;"></div>
-
   <div class="$colspan">
     <div py:if="ticket_query" id="overview">
       <bh:widget urn="TicketGroupStats">

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=1452843&r1=1452842&r2=1452843&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css 
(original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css 
Tue Mar  5 15:10:26 2013
@@ -593,7 +593,7 @@ input[type="submit"].btn.btn-micro {
     padding-right: 8px;
   }
 
-  #logo, #usermenu, #breadcrumbbar {
+  #logo, #usermenu, #stickyStatus{
     float: left;
   }
 

Modified: 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html
URL: 
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html?rev=1452843&r1=1452842&r2=1452843&view=diff
==============================================================================
--- 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html 
(original)
+++ 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html 
Tue Mar  5 15:10:26 2013
@@ -283,8 +283,8 @@
           </py:if>
           <input id="hidden-comment" type="hidden" name="comment" value="" />
 
-          <!--! ticket + activity sticky -->
-          <div id="stickyStatus" class="span12">
+          <!--! ticket + activity headers -->
+          <div class="span12">
             <div class="row">
               <!--! ticket info -->
               <div class="$colspan">
@@ -328,7 +328,6 @@
 
           <div id="content" class="span8">
             <div id="belowStatus">
-              <div class="stickyOffset" style="height: 0px;"></div>
 
               <!--! ticket details -->
               <py:if test="ticket.exists">


Reply via email to