Upgrade Font-Awesome from 3.2 to 4.2

This commit is contained in:
Torkel Ödegaard
2015-01-08 12:23:11 +01:00
parent ffbbb5bc9e
commit 1f1244f285
50 changed files with 1959 additions and 772 deletions
+5 -5
View File
@@ -235,7 +235,7 @@ input[type=text].grafana-function-param-input {
white-space: nowrap;
}
.icon {
.fa {
position: relative;
top: 8px;
}
@@ -295,17 +295,17 @@ select.grafana-target-segment-input {
display: none;
text-align: center;
.icon-arrow-left {
.fa-arrow-left {
float: left;
position: relative;
top: 2px;
}
.icon-arrow-right {
.fa-arrow-right {
float: right;
position: relative;
top: 2px;
}
.icon-remove {
.fa-remove {
margin-left: 10px;
}
}
@@ -490,7 +490,7 @@ select.grafana-target-segment-input {
font-weight: normal;
line-height: 38px;
margin: 0;
.icon {
.fa {
padding: 0 8px 0 5px;
color: @textColor;
}
+8 -3
View File
@@ -42,6 +42,12 @@
}
}
.graph-legend-icon .fa {
font-size: 135%;
position: relative;
top: 1px;
}
.graph-legend-series {
float: left;
white-space: nowrap;
@@ -80,9 +86,8 @@
width: 5px;
padding: 0;
top: 0;
.icon-minus {
position: relative;
top: 2px;
.fa {
top: 4px;
}
}
+2 -2
View File
@@ -23,7 +23,7 @@
line-height: 28px;
.search-result-item:hover, .search-result-item.selected {
.search-result-link, .search-result-link > .icon {
.search-result-link, .search-result-link > .fa {
color: @grafanaListHighlight;
}
}
@@ -37,7 +37,7 @@
.search-result-link {
color: @grafanaListMainLinkColor;
.icon {
.fa {
padding-right: 10px;
color: @grafanaListHighlightContrast;
}