Showing 1 changed files with 3 additions and 3 deletions
+3 -3
templates/include/branch_select.html.ep
... ...
@@ -165,11 +165,11 @@
165 165
 <div style="position:relative">
166 166
   <div id="rev-popup" style="display:none;width:330px;position:absolute">
167 167
     <div class="radius-top border-gray" style="background:#E6E6FA;padding:10px">
168
-      <div class="row">
169
-        <div class="span3">
168
+      <div style="overflow:hidden">
169
+        <div style="float:left;width:90%">
170 170
           <b>Switch branches/tags</b>
171 171
         </div>
172
-        <div class="text-right">
172
+        <div style="width:10%;float:right;text-align:right">
173 173
           <i id="rev-close" class="icon-remove-circle"></i>
174 174
         </div>
175 175
       </div>