more work on share panel, #864

This commit is contained in:
Torkel Ödegaard
2014-09-24 17:15:58 +02:00
parent 6f1a6d5a56
commit 440ea666d9
6 changed files with 66 additions and 11 deletions
+9 -1
View File
@@ -53,8 +53,9 @@
}
.modal {
max-width: 1024px;
max-width: 800px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
@@ -528,3 +529,10 @@ select.grafana-target-segment-input {
.grafana-tip {
padding-left: 5px;
}
input[type=text].input-fluid {
width: 100%;
box-sizing: border-box;
padding: 14px;
}
-6
View File
@@ -562,12 +562,6 @@ div.flot-text {
background-color: darken(@purple, 10%);
}
.annotation-editor-table {
td {
white-space: nowrap;
}
}
// Top menu
.save-dashboard-dropdown {
padding: 10px;