More work on topnav and gf-box redesign

This commit is contained in:
Torkel Ödegaard
2015-01-30 14:12:16 +01:00
parent 59ade61687
commit 465c72d98e
14 changed files with 274 additions and 254 deletions
+3 -5
View File
@@ -1,9 +1,8 @@
.gf-box {
margin: 30px;
margin: 15px;
background-color: @grafanaPanelBackground;
position: relative;
border: 1px solid @grafanaTargetFuncBackground;
border-top: none;
}
.gf-box-header-close-btn {
@@ -30,10 +29,9 @@
}
.gf-box-header {
border-bottom: 1px solid @grafanaTargetFuncBackground;
overflow: hidden;
background-color: @grafanaTargetBackground;
border-top: 1px solid @grafanaTargetFuncBackground;
border-bottom: 1px solid @grafanaTargetFuncBackground;
.tabs {
float: left;
}
@@ -43,8 +41,8 @@
}
.gf-box-title {
border-bottom: 1px solid @fullEditBorder;
padding-right: 20px;
padding-left: 10px;
float: left;
color: @linkColor;
font-size: 18px;
-1
View File
@@ -295,7 +295,6 @@
max-width: 400px;
}
.grafana-version-info {
position: absolute;
bottom: 2px;
+1 -1
View File
@@ -13,7 +13,7 @@
left: 0;
width: 200px;
background: @bodyBackground;
border-right: 2px solid black;
border-right: 1px solid black;
min-height: 100%;
z-index: 101;
}