Fixed SonarQube issues in css/scss files.
parent
2ebf203412
commit
a6ce78a8c0
|
|
@ -8,10 +8,6 @@
|
|||
min-height: 100%;
|
||||
}
|
||||
|
||||
.dashboard-graph-body {
|
||||
padding: 0.25rem 0.5rem;
|
||||
}
|
||||
|
||||
.dashboard-row {
|
||||
margin-bottom: $grid-gutter-width/2;
|
||||
}
|
||||
|
|
@ -40,6 +36,8 @@
|
|||
}
|
||||
|
||||
.dashboard-graph-body {
|
||||
padding: 0.25rem 0.5rem;
|
||||
|
||||
& .flotr-labels {
|
||||
color: $color-fg !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@
|
|||
.file-input-container {
|
||||
margin:0;
|
||||
position:relative;
|
||||
top:0px;
|
||||
width:215px;
|
||||
top:16px;
|
||||
width:198px;
|
||||
height:32px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
@ -53,9 +53,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
/** Opera hack */
|
||||
x:-o-prefocus, .file-input-container {top:16px;width:198px;}
|
||||
|
||||
/** Input file Replacement - end */
|
||||
.file_listing #contents.grid {
|
||||
text-align: left;
|
||||
|
|
|
|||
|
|
@ -56,10 +56,6 @@
|
|||
background: $table-hover-bg-color;
|
||||
}
|
||||
|
||||
.fileinfo table#contents tr td {
|
||||
font-family: $font-family-primary;
|
||||
}
|
||||
|
||||
.fileinfo #contents li span.less_text {
|
||||
width: 100%;
|
||||
text-overflow: ellipsis;
|
||||
|
|
@ -70,6 +66,8 @@
|
|||
}
|
||||
|
||||
.fileinfo table#contents tr td {
|
||||
font-family: $font-family-primary;
|
||||
|
||||
& span.less_text {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
|
|
@ -43,11 +43,7 @@
|
|||
|
||||
div.tab-pane[data-explain-tabpanel=table] {
|
||||
|
||||
border-bottom: $panel-border;
|
||||
|
||||
.pga-ex-exclusive-1,
|
||||
.pga-ex-inclusive-1,
|
||||
.pga-ex-rowsx-1 {}
|
||||
border-bottom: $panel-border;
|
||||
|
||||
td.pga-ex-exclusive-2,
|
||||
td.pga-ex-inclusive-2,
|
||||
|
|
|
|||
Loading…
Reference in New Issue