more work on share panel, #864
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user