]> source.dussan.org Git - sonarqube.git/commitdiff
New Issues Page: latest redesign
authorStas Vilchik <vilchiks@gmail.com>
Thu, 6 Feb 2014 10:48:07 +0000 (16:48 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 6 Feb 2014 10:48:16 +0000 (16:48 +0600)
sonar-server/src/main/webapp/javascripts/navigator/issues.js
sonar-server/src/main/webapp/stylesheets/navigator.css
sonar-server/src/main/webapp/stylesheets/navigator/base.css
sonar-server/src/main/webapp/stylesheets/navigator/base.less
sonar-server/src/main/webapp/stylesheets/style.css

index e2680c5447273306a7b160c20b88ebf1406f45db..a04259a9b6a267c348e251ed93712092be44a519 100644 (file)
@@ -818,7 +818,7 @@ jQuery(function() {
 
     onDomRefresh: function() {
       var sourceTitleHeight = this.$('.source_title').outerHeight();
-      jQuery('.navigator-details').css('padding-top', (sourceTitleHeight + 10) + 'px');sho
+      jQuery('.navigator-details').css('padding-top', (sourceTitleHeight + 10) + 'px');
     },
 
 
index 17854a5680d40c90260a738f95cac58a48f947dd..52d9819c33b7dc735c00c6e21645fdc35a613b8a 100644 (file)
   right: 0;
   background: #ffffff url(../images/loading.gif) no-repeat 4px 4px;
 }
-.navigator-fetching.code-issue-actions,
 .navigator-fetching#tab-issue-rule {
   position: relative;
 }
-.navigator-fetching.code-issue-actions:before,
 .navigator-fetching#tab-issue-rule:before {
   background-color: #EFEFEF;
 }
+.navigator-fetching.code-issue-actions {
+  position: relative;
+}
+.navigator-fetching.code-issue-actions:before {
+  background-color: #E4ECF3;
+}
 .navigator-header {
   padding: 0 10px;
   border-bottom: 1px solid #cdcdcd;
 .navigator-details.loading {
   background: #ffffff url("../images/loading.gif") no-repeat 4px 2px;
 }
+.navigator-details .code-issue-name {
+  border-bottom: none;
+}
+.navigator-details .code-issue-actions {
+  background-color: #E4ECF3;
+}
 .navigator-details .source_title {
   position: fixed;
   z-index: 3;
index a43b8f7c4723eab916c60a905953979adefe0ba7..ea143f18623469285a038876c9529d22fd367760 100644 (file)
   right: 0;
   background: #ffffff url(../images/loading.gif) no-repeat 4px 4px;
 }
-.navigator-fetching.code-issue-actions,
 .navigator-fetching#tab-issue-rule {
   position: relative;
 }
-.navigator-fetching.code-issue-actions:before,
 .navigator-fetching#tab-issue-rule:before {
   background-color: #EFEFEF;
 }
+.navigator-fetching.code-issue-actions {
+  position: relative;
+}
+.navigator-fetching.code-issue-actions:before {
+  background-color: #E4ECF3;
+}
 .navigator-header {
   padding: 0 10px;
   border-bottom: 1px solid #cdcdcd;
 .navigator-details.loading {
   background: #ffffff url("../images/loading.gif") no-repeat 4px 2px;
 }
+.navigator-details .code-issue-name {
+  border-bottom: none;
+}
+.navigator-details .code-issue-actions {
+  background-color: #E4ECF3;
+}
 .navigator-details .source_title {
   position: fixed;
   z-index: 3;
index 98bbf93d9f36ab6486c1088cab8f75f107c3edc4..c1119c5d85533011af9d3b32a30ead510ad5fe6a 100644 (file)
     background: #fff url(../images/loading.gif) no-repeat 4px 4px;
   }
 
-  &.code-issue-actions,
   &#tab-issue-rule {
     position: relative;
 
       background-color: #EFEFEF;
     }
   }
+
+  &.code-issue-actions {
+    position: relative;
+
+    &:before {
+      background-color: #E4ECF3;
+    }
+  }
 }
 
 
     background: @white url("../images/loading.gif") no-repeat 4px 2px;
   }
 
+  .code-issue-name {
+    border-bottom: none;
+  }
+
+  .code-issue-actions {
+    background-color: #E4ECF3;
+  }
+
   .source_title {
     position: fixed;
     z-index: 3;
index a442dd7da10302f4ae3904b628dd3a88bfdf0597..2edc06c0cb00ce1be9d16588cefc792d379454f8 100644 (file)
@@ -943,6 +943,7 @@ th.operations, td.operations {
 
 .code-issue-list {
   font-size: 0;
+  white-space: nowrap;
 }
 
 .code-issue-list > li {