Worked on clone dashboard feature, #1488

This commit is contained in:
Torkel Ödegaard
2015-02-18 10:44:44 +01:00
parent 5c9ef9d9da
commit 596ce18aeb
12 changed files with 79 additions and 34 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
input[type=text].input-fluid {
width: 100%;
box-sizing: border-box;
padding: 14px;
padding: 10px;
font-size: 16px;
-moz-box-sizing: border-box;
height: 100%;
}
+1 -1
View File
@@ -9,7 +9,7 @@
padding: 0; margin: 0;
}
&:last-child {
&:last-child, &.last {
border-bottom: 1px solid @grafanaTargetBorder;
}
}