James Moger
2012-08-01 0adceb4b64dfe0dd509da33c6d733a47fbf803a2
src/com/gitblit/wicket/pages/RepositoryPage.html
@@ -25,7 +25,7 @@
                  <img style="border:0px;vertical-align:middle;" src="feed_16x16.png"></img>
               </a>
            
               <form class="hidden-phone hidden-tablet pull-right" style="margin-top:7px;" wicket:id="searchForm">
               <form class="hidden-phone hidden-tablet pull-right" style="margin-top:10px;" wicket:id="searchForm">
                  <span class="search">
                     <select class="small" wicket:id="searchType"/>         
                     <input type="text" id="searchBox" wicket:id="searchBox" value=""/>
@@ -54,7 +54,7 @@
      
      <wicket:fragment wicket:id="workingCopyFragment">
         <p class="pull-right" style="padding-top:5px;">
            <span class="alert alert-info" style="padding: 8px 14px 8px 14px;vertical-align: middle;"><i class="icon-exclamation-sign" style="vertical-align: middle;"></i> <span wicket:id="workingCopy" style="font-weight:bold;">[working copy]</span></span>
            <span class="alert alert-info" style="padding: 8px 14px 8px 14px;vertical-align: middle;"><i class="icon-exclamation-sign" style="vertical-align: middle;"></i>&nbsp;<span class="hidden-phone" wicket:id="workingCopy" style="font-weight:bold;">[working copy]</span></span>
         </p>
      </wicket:fragment>
   </wicket:extend>