working on share feature, and refactorings

This commit is contained in:
Torkel Ödegaard
2014-09-24 16:20:55 +02:00
parent bef8cc2d70
commit 69e80fd11c
15 changed files with 100 additions and 24 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ hr {
.brand {
padding: 0px 15px;
color: @grayLighter;
color: @navbarBrandColor;
font-weight: normal;
text-shadow: none;
}
+6 -2
View File
@@ -53,8 +53,12 @@
}
.modal {
margin: 5%;
width: 90%;
max-width: 1024px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
top: 200px;
}
.grafana-search-metric-actions {
-5
View File
@@ -252,11 +252,6 @@ form input.ng-invalid {
max-width: 480px;
}
.modal {
width: 100%;
top: 0px !important;
}
.tiny {
font-size: 50%;
}
+1 -1
View File
@@ -63,7 +63,7 @@
}
.panel-menu {
z-index: 10000;
z-index: 1000;
position: absolute;
background: @grafanaTargetFuncBackground;
border: 1px solid black;
+1 -1
View File
@@ -219,7 +219,7 @@
@navbarLinkBackgroundHover: transparent;
@navbarLinkBackgroundActive: @navbarBackground;
@navbarBrandColor: @navbarLinkColor;
@navbarBrandColor: @linkColor;
// Inverted navbar
@navbarInverseBackground: #252A30;