]> source.dussan.org Git - sonarqube.git/commitdiff
update position of dev db warning
authorStas Vilchik <vilchiks@gmail.com>
Fri, 15 May 2015 12:55:03 +0000 (14:55 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 15 May 2015 12:55:09 +0000 (14:55 +0200)
server/sonar-web/src/main/less/components/search-navigator.less
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb

index 3991f2dfcbdd094e9cd27accc2e3225b427e7703..b427e283ffeaf8e2a7491561dbccc738c2aa0e1d 100644 (file)
@@ -51,7 +51,8 @@
 }
 
 .search-navigator-footer {
-  padding-left: @sideWidth !important;
+  @padding-left: @sideWidth + 10px;
+  padding-left: @padding-left !important;
 }
 
 .search-navigator-side {
index ab2880d29be701a59d6db95cb68ebf8244851f6a..b793d31198ebae15dde40949abfd9996b23cddcd 100644 (file)
         <div><%= footer.getHtml().to_s %></div>
       <% end %>
     <% end %>
+    <% unless DatabaseVersion.production? %>
+      <div class="alert alert-danger">
+        <p class="big" id="evaluation_warning">Embedded database should be used for evaluation purpose only</p>
+        <p>The embedded database will not scale, it will not support upgrading to newer versions of SonarQube, and there is no support for migrating your data out of it into a different database engine.</p>
+      </div>
+    <% end %>
     <%= render 'branding/footer' -%>
     <div>
       Version <%= sonar_version -%> -
       <a href="http://www.sonarqube.org/support" target="support">Get Support</a> -
       <a href="http://redirect.sonarsource.com/doc/plugin-library.html" target="plugins">Plugins</a> -
       <a href="<%= ApplicationController.root_context -%>/api_documentation">Web Service API</a>
-      <% unless DatabaseVersion.production? %>
-        <div class="spacer-top alert alert-danger">
-          <p class="big" id="evaluation_warning">Embedded database should be used for evaluation purpose only</p>
-          <p>The embedded database will not scale, it will not support upgrading to newer versions of SonarQube, and there is no support for migrating your data out of it into a different database engine.</p>
-        </div>
-      <% end %>
     </div>
     <!--[if lte IE 8 ]><p class="spacer-top alert alert-danger">IE 8 is not supported. Some widgets may not be properly displayed. Please switch to a <a target="_blank" href="http://redirect.sonarsource.com/doc/requirements.html">supported version or another supported browser</a>.</p><!--<![endif]-->
   </div>