Css polish and tweaks

This commit is contained in:
Torkel Ödegaard
2014-08-26 15:02:25 +02:00
parent 647feb7b33
commit fdffb03eba
6 changed files with 12 additions and 65 deletions
+2 -1
View File
@@ -212,7 +212,8 @@ div.subnav {
.nav-tabs {
border-bottom: 1px solid @grayDark;
border-bottom: 1px solid @fullEditBorder;
& > li > a {
.border-radius(0);
-2
View File
@@ -8,8 +8,6 @@
}
.grafana-console-header {
background: @fullEditTabsBackground;
border-top: @fullEditTabsBorder;
padding: 2px 5px;
}
+6 -52
View File
@@ -190,46 +190,6 @@
position:relative;
}
.panel-full-edit-tabs {
margin-top: 30px;
min-height: 250px;
margin-left: -10px;
margin-right: -10px;
background-color: @fullEditBackground;
border-top: 1px solid @fullEditBorder;
.tabs {
.nav-tabs {
margin: 0;
background: @fullEditTabsBackground;
border-top: 1px solid @fullEditTabsBorder;
border-bottom: 1px solid @fullEditTabsBorder
}
.tab-content {
display: none;
}
}
.tab-content {
overflow: visible;
padding: 15px;
background-color: @grafanaPanelBackground;
border-top: 1px solid @fullEditBorder;
}
.nav-tabs > li {
margin-bottom: 0;
}
.nav-tabs > li > a {
line-height: 15px;
padding-top: 6px;
padding-bottom: 6px;
font-size: 0.8rem;
}
}
.grafana-target:last-child {
border-bottom: 1px solid @grafanaTargetBorder;
}
@@ -344,10 +304,13 @@ input[type=text].grafana-function-param-input {
white-space: nowrap;
}
a {
padding: 8px 7px;
.icon {
position: relative;
top: 8px;
}
a {
padding: 8px 7px;
color: @grafanaTargetColor;
font-size: 16px;
@@ -572,17 +535,8 @@ select.grafana-target-segment-input {
}
}
// .panel-fullscreen {
// .dashboard-editor-header {
// margin-left: -20px;
// margin-right: -20px;
// background: @grayDark;
// padding-left: 20px;
// }
// }
.dashboard-editor-title {
border-bottom: 1px solid @grayDark;
border-bottom: 1px solid @fullEditBorder;
padding-right: 20px;
float: left;
color: @linkColor;
-3
View File
@@ -34,10 +34,7 @@
@submenuBorder: #202020;
// Tabs
@fullEditTabsBackground: @grayDark;
@fullEditBorder: #555;
@fullEditBackground: transparent;
@fullEditTabsBorder: @black;
// Graphite Target Editor
@grafanaTargetBorder: @black;
-3
View File
@@ -38,10 +38,7 @@
@submenuBorder: @white;
// Tabs
@fullEditTabsBackground: @white;
@fullEditBorder: @white;
@fullEditBackground: @navbarBackground;
@fullEditTabsBorder: @white;
// Graphite Target Editor
@grafanaTargetBorder: @submenuBackground;