]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3802 fix HTML ids for integration tests
authorSimon Brandhof <simon.brandhof@gmail.com>
Sat, 15 Sep 2012 12:41:22 +0000 (14:41 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Sat, 15 Sep 2012 12:41:22 +0000 (14:41 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
sonar-server/src/main/webapp/stylesheets/layout.css

index d131b7c45de89dacfbe33bc1a8912b83bc77dbd6..122c37c4cdcbce6123a6eaa19dc4a879113e34e2 100644 (file)
@@ -8,7 +8,7 @@
 %>
 <div id="container">
 <div id="hd">
-  <div id="nav1">
+  <div id="crumbs">
     <ul>
       <li>
         <% global_dashboards = ActiveDashboard.user_dashboards(current_user, true)
@@ -25,7 +25,7 @@
       <%= render :partial => 'layouts/breadcrumb' -%>
     </ul>
   </div>
-  <div id="nav2">
+  <div id="hd-right">
     <ul>
       <li>
         <input type="text" size="15" name="search" id="searchInput" onFocus="autocompleteResources()" value="<%= message('search_verb') -%>"/>
index ac6771b03db4abe3b57d0f0885b5c0c51db6abad..b36c6bca91b7f30f34a171bb348c08634b926aa7 100644 (file)
@@ -69,27 +69,27 @@ body, a {
 }
 
 
-#nav1 {
+#crumbs {
   float: left;
   vertical-align: middle;
 }
 
-#nav2 {
+#hd-right {
   float: right;
   padding: 0 0 0 10px;
   vertical-align: middle;
 }
 
-#nav1 img, #nav2 img {
+#crumbs img, #hd-right img {
   vertical-align: text-bottom;
 }
 
-#nav1 > ul> li {
+#crumbs > ul> li {
   float: left;
   padding: 0 10px 0 5px;
 }
 
-#nav2 > ul> li {
+#hd-right > ul> li {
   float: right;
   padding: 0 0 0 10px;
 }