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');
},
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;
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;
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;
.code-issue-list {
font-size: 0;
+ white-space: nowrap;
}
.code-issue-list > li {