diff --git a/public/app/features/dashboard/partials/variableValueSelect.html b/public/app/features/dashboard/partials/variableValueSelect.html index ff5291c11d3..30a61072626 100644 --- a/public/app/features/dashboard/partials/variableValueSelect.html +++ b/public/app/features/dashboard/partials/variableValueSelect.html @@ -1,24 +1,26 @@ {{labelText}}: - - {{linkText}} - - -
-
- - - -
+
+ + {{linkText}} + + -
diff --git a/public/app/partials/panelgeneral.html b/public/app/partials/panelgeneral.html index 8d4ef57b141..7a4b57b0db8 100644 --- a/public/app/partials/panelgeneral.html +++ b/public/app/partials/panelgeneral.html @@ -38,7 +38,7 @@ Repeat Panel
  • -
  • diff --git a/public/app/partials/roweditor.html b/public/app/partials/roweditor.html index f47351c8ffa..37e258a9b89 100644 --- a/public/app/partials/roweditor.html +++ b/public/app/partials/roweditor.html @@ -1,3 +1,4 @@ +
    @@ -16,24 +17,46 @@
    -
    +
    Row details
    -
    - +
    +
      +
    • + Title +
    • +
    • + +
    • +
    • + Height +
    • +
    • + +
    • +
    • + + + +
    • +
    +
    -
    - -
    - -
    -
    Templating options
    -
    - - +
    +
      +
    • + Repeat Row +
    • +
    • + +
    • +
    +
    diff --git a/public/css/less/submenu.less b/public/css/less/submenu.less index f12de218d8b..f69ac9c5791 100644 --- a/public/css/less/submenu.less +++ b/public/css/less/submenu.less @@ -26,7 +26,7 @@ .variable-value-dropdown { position: absolute; - top: 35px; + top: 27px; min-width: 150px; max-height: 400px; background: @grafanaPanelBackground;